Files
NetMesh/components/ai/hooks/useAIChatStreaming.ts

9 lines
277 B
TypeScript
Raw Permalink Normal View History

/** @deprecated Import from `@/application/state/useAIChatStreaming` instead. */
export {
useAIChatStreaming,
isAIChatSessionStreaming,
getNetcattyBridge,
type ActiveCompactionUi,
type DefaultTargetSessionHint,
} from "../../../application/state/useAIChatStreaming";