9 lines
277 B
TypeScript
9 lines
277 B
TypeScript
|
|
/** @deprecated Import from `@/application/state/useAIChatStreaming` instead. */
|
||
|
|
export {
|
||
|
|
useAIChatStreaming,
|
||
|
|
isAIChatSessionStreaming,
|
||
|
|
getNetcattyBridge,
|
||
|
|
type ActiveCompactionUi,
|
||
|
|
type DefaultTargetSessionHint,
|
||
|
|
} from "../../../application/state/useAIChatStreaming";
|