@assistant-ui/react 0.5.91 → 0.5.93
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/api/AssistantRuntime.d.ts +105 -0
- package/dist/api/AssistantRuntime.d.ts.map +1 -0
- package/dist/api/AssistantRuntime.js +77 -0
- package/dist/api/AssistantRuntime.js.map +1 -0
- package/dist/api/AssistantRuntime.mjs +57 -0
- package/dist/api/AssistantRuntime.mjs.map +1 -0
- package/dist/api/AttachmentRuntime.d.ts +74 -0
- package/dist/api/AttachmentRuntime.d.ts.map +1 -0
- package/dist/api/AttachmentRuntime.js +80 -0
- package/dist/api/AttachmentRuntime.js.map +1 -0
- package/dist/api/AttachmentRuntime.mjs +53 -0
- package/dist/api/AttachmentRuntime.mjs.map +1 -0
- package/dist/api/ComposerRuntime.d.ts +215 -0
- package/dist/api/ComposerRuntime.d.ts.map +1 -0
- package/dist/api/ComposerRuntime.js +277 -0
- package/dist/api/ComposerRuntime.js.map +1 -0
- package/dist/api/ComposerRuntime.mjs +254 -0
- package/dist/api/ComposerRuntime.mjs.map +1 -0
- package/dist/api/ContentPartRuntime.d.ts +32 -0
- package/dist/api/ContentPartRuntime.d.ts.map +1 -0
- package/dist/api/ContentPartRuntime.js +60 -0
- package/dist/api/ContentPartRuntime.js.map +1 -0
- package/dist/api/ContentPartRuntime.mjs +36 -0
- package/dist/api/ContentPartRuntime.mjs.map +1 -0
- package/dist/api/MessageRuntime.d.ts +86 -0
- package/dist/api/MessageRuntime.d.ts.map +1 -0
- package/dist/api/MessageRuntime.js +218 -0
- package/dist/api/MessageRuntime.js.map +1 -0
- package/dist/api/MessageRuntime.mjs +198 -0
- package/dist/api/MessageRuntime.mjs.map +1 -0
- package/dist/api/RuntimePathTypes.d.ts +49 -0
- package/dist/api/RuntimePathTypes.d.ts.map +1 -0
- package/dist/api/RuntimePathTypes.js +17 -0
- package/dist/api/RuntimePathTypes.js.map +1 -0
- package/dist/api/RuntimePathTypes.mjs +1 -0
- package/dist/api/ThreadManagerRuntime.d.ts +32 -0
- package/dist/api/ThreadManagerRuntime.d.ts.map +1 -0
- package/dist/api/ThreadManagerRuntime.js +71 -0
- package/dist/api/ThreadManagerRuntime.js.map +1 -0
- package/dist/api/ThreadManagerRuntime.mjs +47 -0
- package/dist/api/ThreadManagerRuntime.mjs.map +1 -0
- package/dist/api/ThreadRuntime.d.ts +271 -0
- package/dist/api/ThreadRuntime.d.ts.map +1 -0
- package/dist/api/ThreadRuntime.js +298 -0
- package/dist/api/ThreadRuntime.js.map +1 -0
- package/dist/api/ThreadRuntime.mjs +277 -0
- package/dist/api/ThreadRuntime.mjs.map +1 -0
- package/dist/api/index.d.ts +8 -0
- package/dist/api/index.d.ts.map +1 -0
- package/dist/api/index.js +17 -0
- package/dist/api/index.js.map +1 -0
- package/dist/api/index.mjs +1 -0
- package/dist/api/index.mjs.map +1 -0
- package/dist/api/subscribable/BaseSubject.d.ts +11 -0
- package/dist/api/subscribable/BaseSubject.d.ts.map +1 -0
- package/dist/api/subscribable/BaseSubject.js +55 -0
- package/dist/api/subscribable/BaseSubject.js.map +1 -0
- package/dist/api/subscribable/BaseSubject.mjs +31 -0
- package/dist/api/subscribable/BaseSubject.mjs.map +1 -0
- package/dist/api/subscribable/LazyMemoizeSubject.d.ts +13 -0
- package/dist/api/subscribable/LazyMemoizeSubject.d.ts.map +1 -0
- package/dist/api/subscribable/LazyMemoizeSubject.js +60 -0
- package/dist/api/subscribable/LazyMemoizeSubject.js.map +1 -0
- package/dist/api/subscribable/LazyMemoizeSubject.mjs +36 -0
- package/dist/api/subscribable/LazyMemoizeSubject.mjs.map +1 -0
- package/dist/api/subscribable/NestedSubscriptionSubject.d.ts +12 -0
- package/dist/api/subscribable/NestedSubscriptionSubject.d.ts.map +1 -0
- package/dist/api/subscribable/NestedSubscriptionSubject.js +64 -0
- package/dist/api/subscribable/NestedSubscriptionSubject.js.map +1 -0
- package/dist/api/subscribable/NestedSubscriptionSubject.mjs +40 -0
- package/dist/api/subscribable/NestedSubscriptionSubject.mjs.map +1 -0
- package/dist/api/subscribable/SKIP_UPDATE.d.ts +3 -0
- package/dist/api/subscribable/SKIP_UPDATE.d.ts.map +1 -0
- package/dist/api/subscribable/SKIP_UPDATE.js +29 -0
- package/dist/api/subscribable/SKIP_UPDATE.js.map +1 -0
- package/dist/api/subscribable/SKIP_UPDATE.mjs +5 -0
- package/dist/api/subscribable/SKIP_UPDATE.mjs.map +1 -0
- package/dist/api/subscribable/ShallowMemoizeSubject.d.ts +13 -0
- package/dist/api/subscribable/ShallowMemoizeSubject.d.ts.map +1 -0
- package/dist/api/subscribable/ShallowMemoizeSubject.js +64 -0
- package/dist/api/subscribable/ShallowMemoizeSubject.js.map +1 -0
- package/dist/api/subscribable/ShallowMemoizeSubject.mjs +40 -0
- package/dist/api/subscribable/ShallowMemoizeSubject.mjs.map +1 -0
- package/dist/api/subscribable/Subscribable.d.ts +10 -0
- package/dist/api/subscribable/Subscribable.d.ts.map +1 -0
- package/dist/api/subscribable/Subscribable.js +17 -0
- package/dist/api/subscribable/Subscribable.js.map +1 -0
- package/dist/api/subscribable/Subscribable.mjs +1 -0
- package/dist/api/subscribable/Subscribable.mjs.map +1 -0
- package/dist/api/subscribable/shallowEqual.d.ts +2 -0
- package/dist/api/subscribable/shallowEqual.d.ts.map +1 -0
- package/dist/api/subscribable/shallowEqual.js +39 -0
- package/dist/api/subscribable/shallowEqual.js.map +1 -0
- package/dist/api/subscribable/shallowEqual.mjs +15 -0
- package/dist/api/subscribable/shallowEqual.mjs.map +1 -0
- package/dist/context/ReadonlyStore.d.ts +4 -0
- package/dist/context/ReadonlyStore.d.ts.map +1 -0
- package/dist/context/ReadonlyStore.js +31 -0
- package/dist/context/ReadonlyStore.js.map +1 -0
- package/dist/context/ReadonlyStore.mjs +7 -0
- package/dist/context/ReadonlyStore.mjs.map +1 -0
- package/dist/context/index.d.ts +4 -0
- package/dist/context/index.d.ts.map +1 -0
- package/dist/context/index.js +27 -0
- package/dist/context/index.js.map +1 -0
- package/dist/context/index.mjs +4 -0
- package/dist/context/index.mjs.map +1 -0
- package/dist/context/providers/AssistantRuntimeProvider.d.ts +13 -0
- package/dist/context/providers/AssistantRuntimeProvider.d.ts.map +1 -0
- package/dist/context/providers/AssistantRuntimeProvider.js +74 -0
- package/dist/context/providers/AssistantRuntimeProvider.js.map +1 -0
- package/dist/context/providers/AssistantRuntimeProvider.mjs +49 -0
- package/dist/context/providers/AssistantRuntimeProvider.mjs.map +1 -0
- package/dist/context/providers/AttachmentRuntimeProvider.d.ts +8 -0
- package/dist/context/providers/AttachmentRuntimeProvider.d.ts.map +1 -0
- package/dist/context/providers/AttachmentRuntimeProvider.js +66 -0
- package/dist/context/providers/AttachmentRuntimeProvider.js.map +1 -0
- package/dist/context/providers/AttachmentRuntimeProvider.mjs +46 -0
- package/dist/context/providers/AttachmentRuntimeProvider.mjs.map +1 -0
- package/dist/context/providers/ContentPartRuntimeProvider.d.ts +9 -0
- package/dist/context/providers/ContentPartRuntimeProvider.d.ts.map +1 -0
- package/dist/context/providers/ContentPartRuntimeProvider.js +63 -0
- package/dist/context/providers/ContentPartRuntimeProvider.js.map +1 -0
- package/dist/context/providers/ContentPartRuntimeProvider.mjs +38 -0
- package/dist/context/providers/ContentPartRuntimeProvider.mjs.map +1 -0
- package/dist/context/providers/MessageRuntimeProvider.d.ts +8 -0
- package/dist/context/providers/MessageRuntimeProvider.d.ts.map +1 -0
- package/dist/context/providers/MessageRuntimeProvider.js +78 -0
- package/dist/context/providers/MessageRuntimeProvider.js.map +1 -0
- package/dist/context/providers/MessageRuntimeProvider.mjs +54 -0
- package/dist/context/providers/MessageRuntimeProvider.mjs.map +1 -0
- package/dist/context/providers/TextContentPartProvider.d.ts +8 -0
- package/dist/context/providers/TextContentPartProvider.d.ts.map +1 -0
- package/dist/context/providers/TextContentPartProvider.js +73 -0
- package/dist/context/providers/TextContentPartProvider.js.map +1 -0
- package/dist/context/providers/TextContentPartProvider.mjs +53 -0
- package/dist/context/providers/TextContentPartProvider.mjs.map +1 -0
- package/dist/context/providers/ThreadRuntimeProvider.d.ts +8 -0
- package/dist/context/providers/ThreadRuntimeProvider.d.ts.map +1 -0
- package/dist/context/providers/ThreadRuntimeProvider.js +86 -0
- package/dist/context/providers/ThreadRuntimeProvider.js.map +1 -0
- package/dist/context/providers/ThreadRuntimeProvider.mjs +62 -0
- package/dist/context/providers/ThreadRuntimeProvider.mjs.map +1 -0
- package/dist/context/providers/index.d.ts +3 -0
- package/dist/context/providers/index.d.ts.map +1 -0
- package/dist/context/providers/index.js +32 -0
- package/dist/context/providers/index.js.map +1 -0
- package/dist/context/providers/index.mjs +7 -0
- package/dist/context/providers/index.mjs.map +1 -0
- package/dist/context/react/AssistantContext.d.ts +139 -0
- package/dist/context/react/AssistantContext.d.ts.map +1 -0
- package/dist/context/react/AssistantContext.js +77 -0
- package/dist/context/react/AssistantContext.js.map +1 -0
- package/dist/context/react/AssistantContext.mjs +44 -0
- package/dist/context/react/AssistantContext.mjs.map +1 -0
- package/dist/context/react/AttachmentContext.d.ts +324 -0
- package/dist/context/react/AttachmentContext.d.ts.map +1 -0
- package/dist/context/react/AttachmentContext.js +117 -0
- package/dist/context/react/AttachmentContext.js.map +1 -0
- package/dist/context/react/AttachmentContext.mjs +84 -0
- package/dist/context/react/AttachmentContext.mjs.map +1 -0
- package/dist/context/react/ComposerContext.d.ts +31 -0
- package/dist/context/react/ComposerContext.d.ts.map +1 -0
- package/dist/context/react/ComposerContext.js +58 -0
- package/dist/context/react/ComposerContext.js.map +1 -0
- package/dist/context/react/ComposerContext.mjs +31 -0
- package/dist/context/react/ComposerContext.mjs.map +1 -0
- package/dist/context/react/ContentPartContext.d.ts +40 -0
- package/dist/context/react/ContentPartContext.d.ts.map +1 -0
- package/dist/context/react/ContentPartContext.js +56 -0
- package/dist/context/react/ContentPartContext.js.map +1 -0
- package/dist/context/react/ContentPartContext.mjs +28 -0
- package/dist/context/react/ContentPartContext.mjs.map +1 -0
- package/dist/context/react/MessageContext.d.ts +106 -0
- package/dist/context/react/MessageContext.d.ts.map +1 -0
- package/dist/context/react/MessageContext.js +70 -0
- package/dist/context/react/MessageContext.js.map +1 -0
- package/dist/context/react/MessageContext.mjs +38 -0
- package/dist/context/react/MessageContext.mjs.map +1 -0
- package/dist/context/react/ThreadContext.d.ts +1811 -0
- package/dist/context/react/ThreadContext.d.ts.map +1 -0
- package/dist/context/react/ThreadContext.js +103 -0
- package/dist/context/react/ThreadContext.js.map +1 -0
- package/dist/context/react/ThreadContext.mjs +64 -0
- package/dist/context/react/ThreadContext.mjs.map +1 -0
- package/dist/context/react/index.d.ts +103 -0
- package/dist/context/react/index.d.ts.map +1 -0
- package/dist/context/react/index.js +112 -0
- package/dist/context/react/index.js.map +1 -0
- package/dist/context/react/index.mjs +95 -0
- package/dist/context/react/index.mjs.map +1 -0
- package/dist/context/react/utils/createContextHook.d.ts +16 -0
- package/dist/context/react/utils/createContextHook.d.ts.map +1 -0
- package/dist/context/react/utils/createContextHook.js +39 -0
- package/dist/context/react/utils/createContextHook.js.map +1 -0
- package/dist/context/react/utils/createContextHook.mjs +15 -0
- package/dist/context/react/utils/createContextHook.mjs.map +1 -0
- package/dist/context/react/utils/createContextStoreHook.d.ts +26 -0
- package/dist/context/react/utils/createContextStoreHook.d.ts.map +1 -0
- package/dist/context/react/utils/createContextStoreHook.js +54 -0
- package/dist/context/react/utils/createContextStoreHook.js.map +1 -0
- package/dist/context/react/utils/createContextStoreHook.mjs +30 -0
- package/dist/context/react/utils/createContextStoreHook.mjs.map +1 -0
- package/dist/context/stores/AssistantToolUIs.d.ts +11 -0
- package/dist/context/stores/AssistantToolUIs.d.ts.map +1 -0
- package/dist/context/stores/AssistantToolUIs.js +59 -0
- package/dist/context/stores/AssistantToolUIs.js.map +1 -0
- package/dist/context/stores/AssistantToolUIs.mjs +35 -0
- package/dist/context/stores/AssistantToolUIs.mjs.map +1 -0
- package/dist/context/stores/MessageUtils.d.ts +13 -0
- package/dist/context/stores/MessageUtils.d.ts.map +1 -0
- package/dist/context/stores/MessageUtils.js +41 -0
- package/dist/context/stores/MessageUtils.js.map +1 -0
- package/dist/context/stores/MessageUtils.mjs +17 -0
- package/dist/context/stores/MessageUtils.mjs.map +1 -0
- package/dist/context/stores/ThreadViewport.d.ts +12 -0
- package/dist/context/stores/ThreadViewport.d.ts.map +1 -0
- package/dist/context/stores/ThreadViewport.js +47 -0
- package/dist/context/stores/ThreadViewport.js.map +1 -0
- package/dist/context/stores/ThreadViewport.mjs +23 -0
- package/dist/context/stores/ThreadViewport.mjs.map +1 -0
- package/dist/context/stores/index.d.ts +4 -0
- package/dist/context/stores/index.d.ts.map +1 -0
- package/dist/context/stores/index.js +17 -0
- package/dist/context/stores/index.js.map +1 -0
- package/dist/context/stores/index.mjs +1 -0
- package/dist/context/stores/index.mjs.map +1 -0
- package/dist/edge.d.ts +2 -432
- package/dist/edge.d.ts.map +1 -0
- package/dist/edge.js +3 -1137
- package/dist/edge.js.map +1 -1
- package/dist/edge.mjs +4 -1122
- package/dist/edge.mjs.map +1 -1
- package/dist/hooks/index.d.ts +3 -0
- package/dist/hooks/index.d.ts.map +1 -0
- package/dist/hooks/index.js +32 -0
- package/dist/hooks/index.js.map +1 -0
- package/dist/hooks/index.mjs +7 -0
- package/dist/hooks/index.mjs.map +1 -0
- package/dist/hooks/useAppendMessage.d.ts +6 -0
- package/dist/hooks/useAppendMessage.d.ts.map +1 -0
- package/dist/hooks/useAppendMessage.js +40 -0
- package/dist/hooks/useAppendMessage.js.map +1 -0
- package/dist/hooks/useAppendMessage.mjs +16 -0
- package/dist/hooks/useAppendMessage.mjs.map +1 -0
- package/dist/hooks/useSwitchToNewThread.d.ts +5 -0
- package/dist/hooks/useSwitchToNewThread.d.ts.map +1 -0
- package/dist/hooks/useSwitchToNewThread.js +37 -0
- package/dist/hooks/useSwitchToNewThread.js.map +1 -0
- package/dist/hooks/useSwitchToNewThread.mjs +13 -0
- package/dist/hooks/useSwitchToNewThread.mjs.map +1 -0
- package/dist/index.d.ts +11 -4226
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +55 -6795
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +11 -6796
- package/dist/index.mjs.map +1 -1
- package/dist/internal.d.ts +12 -0
- package/dist/internal.d.ts.map +1 -0
- package/dist/internal.js +53 -0
- package/dist/internal.js.map +1 -0
- package/dist/internal.mjs +22 -0
- package/dist/internal.mjs.map +1 -0
- package/dist/model-config/index.d.ts +7 -0
- package/dist/model-config/index.d.ts.map +1 -0
- package/dist/model-config/index.js +44 -0
- package/dist/model-config/index.js.map +1 -0
- package/dist/model-config/index.mjs +19 -0
- package/dist/model-config/index.mjs.map +1 -0
- package/dist/model-config/makeAssistantTool.d.ts +7 -0
- package/dist/model-config/makeAssistantTool.d.ts.map +1 -0
- package/dist/model-config/makeAssistantTool.js +38 -0
- package/dist/model-config/makeAssistantTool.js.map +1 -0
- package/dist/model-config/makeAssistantTool.mjs +14 -0
- package/dist/model-config/makeAssistantTool.mjs.map +1 -0
- package/dist/model-config/makeAssistantToolUI.d.ts +7 -0
- package/dist/model-config/makeAssistantToolUI.d.ts.map +1 -0
- package/dist/model-config/makeAssistantToolUI.js +38 -0
- package/dist/model-config/makeAssistantToolUI.js.map +1 -0
- package/dist/model-config/makeAssistantToolUI.mjs +16 -0
- package/dist/model-config/makeAssistantToolUI.mjs.map +1 -0
- package/dist/model-config/useAssistantInstructions.d.ts +2 -0
- package/dist/model-config/useAssistantInstructions.d.ts.map +1 -0
- package/dist/model-config/useAssistantInstructions.js +42 -0
- package/dist/model-config/useAssistantInstructions.js.map +1 -0
- package/dist/model-config/useAssistantInstructions.mjs +18 -0
- package/dist/model-config/useAssistantInstructions.mjs.map +1 -0
- package/dist/model-config/useAssistantTool.d.ts +8 -0
- package/dist/model-config/useAssistantTool.d.ts.map +1 -0
- package/dist/model-config/useAssistantTool.js +49 -0
- package/dist/model-config/useAssistantTool.js.map +1 -0
- package/dist/model-config/useAssistantTool.mjs +28 -0
- package/dist/model-config/useAssistantTool.mjs.map +1 -0
- package/dist/model-config/useAssistantToolUI.d.ts +7 -0
- package/dist/model-config/useAssistantToolUI.d.ts.map +1 -0
- package/dist/model-config/useAssistantToolUI.js +38 -0
- package/dist/model-config/useAssistantToolUI.js.map +1 -0
- package/dist/model-config/useAssistantToolUI.mjs +14 -0
- package/dist/model-config/useAssistantToolUI.mjs.map +1 -0
- package/dist/model-config/useInlineRender.d.ts +4 -0
- package/dist/model-config/useInlineRender.d.ts.map +1 -0
- package/dist/model-config/useInlineRender.js +40 -0
- package/dist/model-config/useInlineRender.js.map +1 -0
- package/dist/model-config/useInlineRender.mjs +16 -0
- package/dist/model-config/useInlineRender.mjs.map +1 -0
- package/dist/primitive-hooks/actionBar/index.d.ts +34 -0
- package/dist/primitive-hooks/actionBar/index.d.ts.map +1 -0
- package/dist/primitive-hooks/actionBar/index.js +47 -0
- package/dist/primitive-hooks/actionBar/index.js.map +1 -0
- package/dist/primitive-hooks/actionBar/index.mjs +19 -0
- package/dist/primitive-hooks/actionBar/index.mjs.map +1 -0
- package/dist/primitive-hooks/actionBar/useActionBarCopy.d.ts +5 -0
- package/dist/primitive-hooks/actionBar/useActionBarCopy.d.ts.map +1 -0
- package/dist/primitive-hooks/actionBar/useActionBarCopy.js +51 -0
- package/dist/primitive-hooks/actionBar/useActionBarCopy.js.map +1 -0
- package/dist/primitive-hooks/actionBar/useActionBarCopy.mjs +31 -0
- package/dist/primitive-hooks/actionBar/useActionBarCopy.mjs.map +1 -0
- package/dist/primitive-hooks/actionBar/useActionBarEdit.d.ts +2 -0
- package/dist/primitive-hooks/actionBar/useActionBarEdit.d.ts.map +1 -0
- package/dist/primitive-hooks/actionBar/useActionBarEdit.js +39 -0
- package/dist/primitive-hooks/actionBar/useActionBarEdit.js.map +1 -0
- package/dist/primitive-hooks/actionBar/useActionBarEdit.mjs +15 -0
- package/dist/primitive-hooks/actionBar/useActionBarEdit.mjs.map +1 -0
- package/dist/primitive-hooks/actionBar/useActionBarFeedbackNegative.d.ts +2 -0
- package/dist/primitive-hooks/actionBar/useActionBarFeedbackNegative.d.ts.map +1 -0
- package/dist/primitive-hooks/actionBar/useActionBarFeedbackNegative.js +37 -0
- package/dist/primitive-hooks/actionBar/useActionBarFeedbackNegative.js.map +1 -0
- package/dist/primitive-hooks/actionBar/useActionBarFeedbackNegative.mjs +13 -0
- package/dist/primitive-hooks/actionBar/useActionBarFeedbackNegative.mjs.map +1 -0
- package/dist/primitive-hooks/actionBar/useActionBarFeedbackPositive.d.ts +2 -0
- package/dist/primitive-hooks/actionBar/useActionBarFeedbackPositive.d.ts.map +1 -0
- package/dist/primitive-hooks/actionBar/useActionBarFeedbackPositive.js +37 -0
- package/dist/primitive-hooks/actionBar/useActionBarFeedbackPositive.js.map +1 -0
- package/dist/primitive-hooks/actionBar/useActionBarFeedbackPositive.mjs +13 -0
- package/dist/primitive-hooks/actionBar/useActionBarFeedbackPositive.mjs.map +1 -0
- package/dist/primitive-hooks/actionBar/useActionBarReload.d.ts +2 -0
- package/dist/primitive-hooks/actionBar/useActionBarReload.d.ts.map +1 -0
- package/dist/primitive-hooks/actionBar/useActionBarReload.js +45 -0
- package/dist/primitive-hooks/actionBar/useActionBarReload.js.map +1 -0
- package/dist/primitive-hooks/actionBar/useActionBarReload.mjs +21 -0
- package/dist/primitive-hooks/actionBar/useActionBarReload.mjs.map +1 -0
- package/dist/primitive-hooks/actionBar/useActionBarSpeak.d.ts +2 -0
- package/dist/primitive-hooks/actionBar/useActionBarSpeak.d.ts.map +1 -0
- package/dist/primitive-hooks/actionBar/useActionBarSpeak.js +41 -0
- package/dist/primitive-hooks/actionBar/useActionBarSpeak.js.map +1 -0
- package/dist/primitive-hooks/actionBar/useActionBarSpeak.mjs +17 -0
- package/dist/primitive-hooks/actionBar/useActionBarSpeak.mjs.map +1 -0
- package/dist/primitive-hooks/actionBar/useActionBarStopSpeaking.d.ts +2 -0
- package/dist/primitive-hooks/actionBar/useActionBarStopSpeaking.d.ts.map +1 -0
- package/dist/primitive-hooks/actionBar/useActionBarStopSpeaking.js +39 -0
- package/dist/primitive-hooks/actionBar/useActionBarStopSpeaking.js.map +1 -0
- package/dist/primitive-hooks/actionBar/useActionBarStopSpeaking.mjs +18 -0
- package/dist/primitive-hooks/actionBar/useActionBarStopSpeaking.mjs.map +1 -0
- package/dist/primitive-hooks/attachment/useAttachmentRemove.d.ts +2 -0
- package/dist/primitive-hooks/attachment/useAttachmentRemove.d.ts.map +1 -0
- package/dist/primitive-hooks/attachment/useAttachmentRemove.js +37 -0
- package/dist/primitive-hooks/attachment/useAttachmentRemove.js.map +1 -0
- package/dist/primitive-hooks/attachment/useAttachmentRemove.mjs +13 -0
- package/dist/primitive-hooks/attachment/useAttachmentRemove.mjs.map +1 -0
- package/dist/primitive-hooks/branchPicker/index.d.ts +17 -0
- package/dist/primitive-hooks/branchPicker/index.d.ts.map +1 -0
- package/dist/primitive-hooks/branchPicker/index.js +38 -0
- package/dist/primitive-hooks/branchPicker/index.js.map +1 -0
- package/dist/primitive-hooks/branchPicker/index.mjs +11 -0
- package/dist/primitive-hooks/branchPicker/index.mjs.map +1 -0
- package/dist/primitive-hooks/branchPicker/useBranchPickerCount.d.ts +2 -0
- package/dist/primitive-hooks/branchPicker/useBranchPickerCount.d.ts.map +1 -0
- package/dist/primitive-hooks/branchPicker/useBranchPickerCount.js +34 -0
- package/dist/primitive-hooks/branchPicker/useBranchPickerCount.js.map +1 -0
- package/dist/primitive-hooks/branchPicker/useBranchPickerCount.mjs +10 -0
- package/dist/primitive-hooks/branchPicker/useBranchPickerCount.mjs.map +1 -0
- package/dist/primitive-hooks/branchPicker/useBranchPickerNext.d.ts +2 -0
- package/dist/primitive-hooks/branchPicker/useBranchPickerNext.d.ts.map +1 -0
- package/dist/primitive-hooks/branchPicker/useBranchPickerNext.js +39 -0
- package/dist/primitive-hooks/branchPicker/useBranchPickerNext.js.map +1 -0
- package/dist/primitive-hooks/branchPicker/useBranchPickerNext.mjs +18 -0
- package/dist/primitive-hooks/branchPicker/useBranchPickerNext.mjs.map +1 -0
- package/dist/primitive-hooks/branchPicker/useBranchPickerNumber.d.ts +2 -0
- package/dist/primitive-hooks/branchPicker/useBranchPickerNumber.d.ts.map +1 -0
- package/dist/primitive-hooks/branchPicker/useBranchPickerNumber.js +34 -0
- package/dist/primitive-hooks/branchPicker/useBranchPickerNumber.js.map +1 -0
- package/dist/primitive-hooks/branchPicker/useBranchPickerNumber.mjs +10 -0
- package/dist/primitive-hooks/branchPicker/useBranchPickerNumber.mjs.map +1 -0
- package/dist/primitive-hooks/branchPicker/useBranchPickerPrevious.d.ts +2 -0
- package/dist/primitive-hooks/branchPicker/useBranchPickerPrevious.d.ts.map +1 -0
- package/dist/primitive-hooks/branchPicker/useBranchPickerPrevious.js +39 -0
- package/dist/primitive-hooks/branchPicker/useBranchPickerPrevious.js.map +1 -0
- package/dist/primitive-hooks/branchPicker/useBranchPickerPrevious.mjs +18 -0
- package/dist/primitive-hooks/branchPicker/useBranchPickerPrevious.mjs.map +1 -0
- package/dist/primitive-hooks/composer/index.d.ts +17 -0
- package/dist/primitive-hooks/composer/index.d.ts.map +1 -0
- package/dist/primitive-hooks/composer/index.js +38 -0
- package/dist/primitive-hooks/composer/index.js.map +1 -0
- package/dist/primitive-hooks/composer/index.mjs +11 -0
- package/dist/primitive-hooks/composer/index.mjs.map +1 -0
- package/dist/primitive-hooks/composer/useComposerAddAttachment.d.ts +2 -0
- package/dist/primitive-hooks/composer/useComposerAddAttachment.d.ts.map +1 -0
- package/dist/primitive-hooks/composer/useComposerAddAttachment.js +50 -0
- package/dist/primitive-hooks/composer/useComposerAddAttachment.js.map +1 -0
- package/dist/primitive-hooks/composer/useComposerAddAttachment.mjs +26 -0
- package/dist/primitive-hooks/composer/useComposerAddAttachment.mjs.map +1 -0
- package/dist/primitive-hooks/composer/useComposerCancel.d.ts +2 -0
- package/dist/primitive-hooks/composer/useComposerCancel.d.ts.map +1 -0
- package/dist/primitive-hooks/composer/useComposerCancel.js +39 -0
- package/dist/primitive-hooks/composer/useComposerCancel.js.map +1 -0
- package/dist/primitive-hooks/composer/useComposerCancel.mjs +15 -0
- package/dist/primitive-hooks/composer/useComposerCancel.mjs.map +1 -0
- package/dist/primitive-hooks/composer/useComposerIf.d.ts +8 -0
- package/dist/primitive-hooks/composer/useComposerIf.d.ts.map +1 -0
- package/dist/primitive-hooks/composer/useComposerIf.js +37 -0
- package/dist/primitive-hooks/composer/useComposerIf.js.map +1 -0
- package/dist/primitive-hooks/composer/useComposerIf.mjs +13 -0
- package/dist/primitive-hooks/composer/useComposerIf.mjs.map +1 -0
- package/dist/primitive-hooks/composer/useComposerSend.d.ts +2 -0
- package/dist/primitive-hooks/composer/useComposerSend.d.ts.map +1 -0
- package/dist/primitive-hooks/composer/useComposerSend.js +46 -0
- package/dist/primitive-hooks/composer/useComposerSend.js.map +1 -0
- package/dist/primitive-hooks/composer/useComposerSend.mjs +22 -0
- package/dist/primitive-hooks/composer/useComposerSend.mjs.map +1 -0
- package/dist/primitive-hooks/contentPart/index.d.ts +4 -0
- package/dist/primitive-hooks/contentPart/index.d.ts.map +1 -0
- package/dist/primitive-hooks/contentPart/index.js +35 -0
- package/dist/primitive-hooks/contentPart/index.js.map +1 -0
- package/dist/primitive-hooks/contentPart/index.mjs +9 -0
- package/dist/primitive-hooks/contentPart/index.mjs.map +1 -0
- package/dist/primitive-hooks/contentPart/useContentPartDisplay.d.ts +8 -0
- package/dist/primitive-hooks/contentPart/useContentPartDisplay.d.ts.map +1 -0
- package/dist/primitive-hooks/contentPart/useContentPartDisplay.js +39 -0
- package/dist/primitive-hooks/contentPart/useContentPartDisplay.js.map +1 -0
- package/dist/primitive-hooks/contentPart/useContentPartDisplay.mjs +15 -0
- package/dist/primitive-hooks/contentPart/useContentPartDisplay.mjs.map +1 -0
- package/dist/primitive-hooks/contentPart/useContentPartImage.d.ts +8 -0
- package/dist/primitive-hooks/contentPart/useContentPartImage.d.ts.map +1 -0
- package/dist/primitive-hooks/contentPart/useContentPartImage.js +39 -0
- package/dist/primitive-hooks/contentPart/useContentPartImage.js.map +1 -0
- package/dist/primitive-hooks/contentPart/useContentPartImage.mjs +15 -0
- package/dist/primitive-hooks/contentPart/useContentPartImage.mjs.map +1 -0
- package/dist/primitive-hooks/contentPart/useContentPartText.d.ts +8 -0
- package/dist/primitive-hooks/contentPart/useContentPartText.d.ts.map +1 -0
- package/dist/primitive-hooks/contentPart/useContentPartText.js +39 -0
- package/dist/primitive-hooks/contentPart/useContentPartText.js.map +1 -0
- package/dist/primitive-hooks/contentPart/useContentPartText.mjs +15 -0
- package/dist/primitive-hooks/contentPart/useContentPartText.mjs.map +1 -0
- package/dist/primitive-hooks/index.d.ts +7 -0
- package/dist/primitive-hooks/index.d.ts.map +1 -0
- package/dist/primitive-hooks/index.js +33 -0
- package/dist/primitive-hooks/index.js.map +1 -0
- package/dist/primitive-hooks/index.mjs +7 -0
- package/dist/primitive-hooks/index.mjs.map +1 -0
- package/dist/primitive-hooks/message/index.d.ts +5 -0
- package/dist/primitive-hooks/message/index.d.ts.map +1 -0
- package/dist/primitive-hooks/message/index.js +29 -0
- package/dist/primitive-hooks/message/index.js.map +1 -0
- package/dist/primitive-hooks/message/index.mjs +5 -0
- package/dist/primitive-hooks/message/index.mjs.map +1 -0
- package/dist/primitive-hooks/message/useMessageIf.d.ts +17 -0
- package/dist/primitive-hooks/message/useMessageIf.d.ts.map +1 -0
- package/dist/primitive-hooks/message/useMessageIf.js +66 -0
- package/dist/primitive-hooks/message/useMessageIf.js.map +1 -0
- package/dist/primitive-hooks/message/useMessageIf.mjs +45 -0
- package/dist/primitive-hooks/message/useMessageIf.mjs.map +1 -0
- package/dist/primitive-hooks/thread/index.d.ts +17 -0
- package/dist/primitive-hooks/thread/index.d.ts.map +1 -0
- package/dist/primitive-hooks/thread/index.js +38 -0
- package/dist/primitive-hooks/thread/index.js.map +1 -0
- package/dist/primitive-hooks/thread/index.mjs +11 -0
- package/dist/primitive-hooks/thread/index.mjs.map +1 -0
- package/dist/primitive-hooks/thread/useThread.d.ts +1 -0
- package/dist/primitive-hooks/thread/useThread.d.ts.map +1 -0
- package/dist/primitive-hooks/thread/useThread.js +2 -0
- package/dist/primitive-hooks/thread/useThread.js.map +1 -0
- package/dist/primitive-hooks/thread/useThread.mjs +1 -0
- package/dist/primitive-hooks/thread/useThread.mjs.map +1 -0
- package/dist/primitive-hooks/thread/useThreadEmpty.d.ts +2 -0
- package/dist/primitive-hooks/thread/useThreadEmpty.d.ts.map +1 -0
- package/dist/primitive-hooks/thread/useThreadEmpty.js +32 -0
- package/dist/primitive-hooks/thread/useThreadEmpty.js.map +1 -0
- package/dist/primitive-hooks/thread/useThreadEmpty.mjs +8 -0
- package/dist/primitive-hooks/thread/useThreadEmpty.mjs.map +1 -0
- package/dist/primitive-hooks/thread/useThreadIf.d.ts +10 -0
- package/dist/primitive-hooks/thread/useThreadIf.d.ts.map +1 -0
- package/dist/primitive-hooks/thread/useThreadIf.js +41 -0
- package/dist/primitive-hooks/thread/useThreadIf.js.map +1 -0
- package/dist/primitive-hooks/thread/useThreadIf.mjs +17 -0
- package/dist/primitive-hooks/thread/useThreadIf.mjs.map +1 -0
- package/dist/primitive-hooks/thread/useThreadScrollToBottom.d.ts +2 -0
- package/dist/primitive-hooks/thread/useThreadScrollToBottom.d.ts.map +1 -0
- package/dist/primitive-hooks/thread/useThreadScrollToBottom.js +40 -0
- package/dist/primitive-hooks/thread/useThreadScrollToBottom.js.map +1 -0
- package/dist/primitive-hooks/thread/useThreadScrollToBottom.mjs +16 -0
- package/dist/primitive-hooks/thread/useThreadScrollToBottom.mjs.map +1 -0
- package/dist/primitive-hooks/thread/useThreadSuggestion.d.ts +7 -0
- package/dist/primitive-hooks/thread/useThreadSuggestion.d.ts.map +1 -0
- package/dist/primitive-hooks/thread/useThreadSuggestion.js +48 -0
- package/dist/primitive-hooks/thread/useThreadSuggestion.js.map +1 -0
- package/dist/primitive-hooks/thread/useThreadSuggestion.mjs +24 -0
- package/dist/primitive-hooks/thread/useThreadSuggestion.mjs.map +1 -0
- package/dist/primitive-hooks/thread/useThreadViewportAutoScroll.d.ts +6 -0
- package/dist/primitive-hooks/thread/useThreadViewportAutoScroll.d.ts.map +1 -0
- package/dist/primitive-hooks/thread/useThreadViewportAutoScroll.js +91 -0
- package/dist/primitive-hooks/thread/useThreadViewportAutoScroll.js.map +1 -0
- package/dist/primitive-hooks/thread/useThreadViewportAutoScroll.mjs +70 -0
- package/dist/primitive-hooks/thread/useThreadViewportAutoScroll.mjs.map +1 -0
- package/dist/primitives/actionBar/ActionBarCopy.d.ts +16 -0
- package/dist/primitives/actionBar/ActionBarCopy.d.ts.map +1 -0
- package/dist/primitives/actionBar/ActionBarCopy.js +53 -0
- package/dist/primitives/actionBar/ActionBarCopy.js.map +1 -0
- package/dist/primitives/actionBar/ActionBarCopy.mjs +29 -0
- package/dist/primitives/actionBar/ActionBarCopy.mjs.map +1 -0
- package/dist/primitives/actionBar/ActionBarEdit.d.ts +16 -0
- package/dist/primitives/actionBar/ActionBarEdit.d.ts.map +1 -0
- package/dist/primitives/actionBar/ActionBarEdit.js +35 -0
- package/dist/primitives/actionBar/ActionBarEdit.js.map +1 -0
- package/dist/primitives/actionBar/ActionBarEdit.mjs +13 -0
- package/dist/primitives/actionBar/ActionBarEdit.mjs.map +1 -0
- package/dist/primitives/actionBar/ActionBarFeedbackNegative.d.ts +16 -0
- package/dist/primitives/actionBar/ActionBarFeedbackNegative.d.ts.map +1 -0
- package/dist/primitives/actionBar/ActionBarFeedbackNegative.js +55 -0
- package/dist/primitives/actionBar/ActionBarFeedbackNegative.js.map +1 -0
- package/dist/primitives/actionBar/ActionBarFeedbackNegative.mjs +31 -0
- package/dist/primitives/actionBar/ActionBarFeedbackNegative.mjs.map +1 -0
- package/dist/primitives/actionBar/ActionBarFeedbackPositive.d.ts +16 -0
- package/dist/primitives/actionBar/ActionBarFeedbackPositive.d.ts.map +1 -0
- package/dist/primitives/actionBar/ActionBarFeedbackPositive.js +55 -0
- package/dist/primitives/actionBar/ActionBarFeedbackPositive.js.map +1 -0
- package/dist/primitives/actionBar/ActionBarFeedbackPositive.mjs +31 -0
- package/dist/primitives/actionBar/ActionBarFeedbackPositive.mjs.map +1 -0
- package/dist/primitives/actionBar/ActionBarReload.d.ts +16 -0
- package/dist/primitives/actionBar/ActionBarReload.d.ts.map +1 -0
- package/dist/primitives/actionBar/ActionBarReload.js +35 -0
- package/dist/primitives/actionBar/ActionBarReload.js.map +1 -0
- package/dist/primitives/actionBar/ActionBarReload.mjs +13 -0
- package/dist/primitives/actionBar/ActionBarReload.mjs.map +1 -0
- package/dist/primitives/actionBar/ActionBarRoot.d.ts +19 -0
- package/dist/primitives/actionBar/ActionBarRoot.d.ts.map +1 -0
- package/dist/primitives/actionBar/ActionBarRoot.js +50 -0
- package/dist/primitives/actionBar/ActionBarRoot.js.map +1 -0
- package/dist/primitives/actionBar/ActionBarRoot.mjs +29 -0
- package/dist/primitives/actionBar/ActionBarRoot.mjs.map +1 -0
- package/dist/primitives/actionBar/ActionBarSpeak.d.ts +16 -0
- package/dist/primitives/actionBar/ActionBarSpeak.d.ts.map +1 -0
- package/dist/primitives/actionBar/ActionBarSpeak.js +35 -0
- package/dist/primitives/actionBar/ActionBarSpeak.js.map +1 -0
- package/dist/primitives/actionBar/ActionBarSpeak.mjs +13 -0
- package/dist/primitives/actionBar/ActionBarSpeak.mjs.map +1 -0
- package/dist/primitives/actionBar/ActionBarStopSpeaking.d.ts +16 -0
- package/dist/primitives/actionBar/ActionBarStopSpeaking.d.ts.map +1 -0
- package/dist/primitives/actionBar/ActionBarStopSpeaking.js +57 -0
- package/dist/primitives/actionBar/ActionBarStopSpeaking.js.map +1 -0
- package/dist/primitives/actionBar/ActionBarStopSpeaking.mjs +33 -0
- package/dist/primitives/actionBar/ActionBarStopSpeaking.mjs.map +1 -0
- package/dist/primitives/actionBar/index.d.ts +9 -0
- package/dist/primitives/actionBar/index.d.ts.map +1 -0
- package/dist/primitives/actionBar/index.js +50 -0
- package/dist/primitives/actionBar/index.js.map +1 -0
- package/dist/primitives/actionBar/index.mjs +19 -0
- package/dist/primitives/actionBar/index.mjs.map +1 -0
- package/dist/primitives/actionBar/types.d.ts +9 -0
- package/dist/primitives/actionBar/types.d.ts.map +1 -0
- package/dist/primitives/actionBar/types.js +17 -0
- package/dist/primitives/actionBar/types.js.map +1 -0
- package/dist/primitives/actionBar/types.mjs +1 -0
- package/dist/primitives/actionBar/types.mjs.map +1 -0
- package/dist/primitives/actionBar/useActionBarFloatStatus.d.ts +12 -0
- package/dist/primitives/actionBar/useActionBarFloatStatus.d.ts.map +1 -0
- package/dist/primitives/actionBar/useActionBarFloatStatus.js +61 -0
- package/dist/primitives/actionBar/useActionBarFloatStatus.js.map +1 -0
- package/dist/primitives/actionBar/useActionBarFloatStatus.mjs +39 -0
- package/dist/primitives/actionBar/useActionBarFloatStatus.mjs.map +1 -0
- package/dist/primitives/assistantModal/AssistantModalAnchor.d.ts +8 -0
- package/dist/primitives/assistantModal/AssistantModalAnchor.d.ts.map +1 -0
- package/dist/primitives/assistantModal/AssistantModalAnchor.js +53 -0
- package/dist/primitives/assistantModal/AssistantModalAnchor.js.map +1 -0
- package/dist/primitives/assistantModal/AssistantModalAnchor.mjs +19 -0
- package/dist/primitives/assistantModal/AssistantModalAnchor.mjs.map +1 -0
- package/dist/primitives/assistantModal/AssistantModalContent.d.ts +16 -0
- package/dist/primitives/assistantModal/AssistantModalContent.d.ts.map +1 -0
- package/dist/primitives/assistantModal/AssistantModalContent.js +71 -0
- package/dist/primitives/assistantModal/AssistantModalContent.js.map +1 -0
- package/dist/primitives/assistantModal/AssistantModalContent.mjs +37 -0
- package/dist/primitives/assistantModal/AssistantModalContent.mjs.map +1 -0
- package/dist/primitives/assistantModal/AssistantModalRoot.d.ts +13 -0
- package/dist/primitives/assistantModal/AssistantModalRoot.d.ts.map +1 -0
- package/dist/primitives/assistantModal/AssistantModalRoot.js +84 -0
- package/dist/primitives/assistantModal/AssistantModalRoot.js.map +1 -0
- package/dist/primitives/assistantModal/AssistantModalRoot.mjs +50 -0
- package/dist/primitives/assistantModal/AssistantModalRoot.mjs.map +1 -0
- package/dist/primitives/assistantModal/AssistantModalTrigger.d.ts +12 -0
- package/dist/primitives/assistantModal/AssistantModalTrigger.d.ts.map +1 -0
- package/dist/primitives/assistantModal/AssistantModalTrigger.js +53 -0
- package/dist/primitives/assistantModal/AssistantModalTrigger.js.map +1 -0
- package/dist/primitives/assistantModal/AssistantModalTrigger.mjs +19 -0
- package/dist/primitives/assistantModal/AssistantModalTrigger.mjs.map +1 -0
- package/dist/primitives/assistantModal/index.d.ts +5 -0
- package/dist/primitives/assistantModal/index.d.ts.map +1 -0
- package/dist/primitives/assistantModal/index.js +38 -0
- package/dist/primitives/assistantModal/index.js.map +1 -0
- package/dist/primitives/assistantModal/index.mjs +11 -0
- package/dist/primitives/assistantModal/index.mjs.map +1 -0
- package/dist/primitives/assistantModal/scope.d.ts +12 -0
- package/dist/primitives/assistantModal/scope.d.ts.map +1 -0
- package/dist/primitives/assistantModal/scope.js +40 -0
- package/dist/primitives/assistantModal/scope.js.map +1 -0
- package/dist/primitives/assistantModal/scope.mjs +6 -0
- package/dist/primitives/assistantModal/scope.mjs.map +1 -0
- package/dist/primitives/assistantModal/types.d.ts +4 -0
- package/dist/primitives/assistantModal/types.d.ts.map +1 -0
- package/dist/primitives/assistantModal/types.js +17 -0
- package/dist/primitives/assistantModal/types.js.map +1 -0
- package/dist/primitives/assistantModal/types.mjs +1 -0
- package/dist/primitives/assistantModal/types.mjs.map +1 -0
- package/dist/primitives/attachment/AttachmentName.d.ts +6 -0
- package/dist/primitives/attachment/AttachmentName.d.ts.map +1 -0
- package/dist/primitives/attachment/AttachmentName.js +36 -0
- package/dist/primitives/attachment/AttachmentName.js.map +1 -0
- package/dist/primitives/attachment/AttachmentName.mjs +12 -0
- package/dist/primitives/attachment/AttachmentName.mjs.map +1 -0
- package/dist/primitives/attachment/AttachmentRemove.d.ts +12 -0
- package/dist/primitives/attachment/AttachmentRemove.d.ts.map +1 -0
- package/dist/primitives/attachment/AttachmentRemove.js +35 -0
- package/dist/primitives/attachment/AttachmentRemove.js.map +1 -0
- package/dist/primitives/attachment/AttachmentRemove.mjs +13 -0
- package/dist/primitives/attachment/AttachmentRemove.mjs.map +1 -0
- package/dist/primitives/attachment/AttachmentRoot.d.ts +14 -0
- package/dist/primitives/attachment/AttachmentRoot.d.ts.map +1 -0
- package/dist/primitives/attachment/AttachmentRoot.js +35 -0
- package/dist/primitives/attachment/AttachmentRoot.js.map +1 -0
- package/dist/primitives/attachment/AttachmentRoot.mjs +11 -0
- package/dist/primitives/attachment/AttachmentRoot.mjs.map +1 -0
- package/dist/primitives/attachment/AttachmentThumb.d.ts +14 -0
- package/dist/primitives/attachment/AttachmentThumb.d.ts.map +1 -0
- package/dist/primitives/attachment/AttachmentThumb.js +41 -0
- package/dist/primitives/attachment/AttachmentThumb.js.map +1 -0
- package/dist/primitives/attachment/AttachmentThumb.mjs +17 -0
- package/dist/primitives/attachment/AttachmentThumb.mjs.map +1 -0
- package/dist/primitives/attachment/index.d.ts +5 -0
- package/dist/primitives/attachment/index.d.ts.map +1 -0
- package/dist/primitives/attachment/index.js +38 -0
- package/dist/primitives/attachment/index.js.map +1 -0
- package/dist/primitives/attachment/index.mjs +11 -0
- package/dist/primitives/attachment/index.mjs.map +1 -0
- package/dist/primitives/attachment/types.d.ts +1 -0
- package/dist/primitives/attachment/types.d.ts.map +1 -0
- package/dist/primitives/attachment/types.js +2 -0
- package/dist/primitives/attachment/types.js.map +1 -0
- package/dist/primitives/attachment/types.mjs +1 -0
- package/dist/primitives/attachment/types.mjs.map +1 -0
- package/dist/primitives/branchPicker/BranchPickerCount.d.ts +10 -0
- package/dist/primitives/branchPicker/BranchPickerCount.d.ts.map +1 -0
- package/dist/primitives/branchPicker/BranchPickerCount.js +36 -0
- package/dist/primitives/branchPicker/BranchPickerCount.js.map +1 -0
- package/dist/primitives/branchPicker/BranchPickerCount.mjs +12 -0
- package/dist/primitives/branchPicker/BranchPickerCount.mjs.map +1 -0
- package/dist/primitives/branchPicker/BranchPickerNext.d.ts +16 -0
- package/dist/primitives/branchPicker/BranchPickerNext.d.ts.map +1 -0
- package/dist/primitives/branchPicker/BranchPickerNext.js +35 -0
- package/dist/primitives/branchPicker/BranchPickerNext.js.map +1 -0
- package/dist/primitives/branchPicker/BranchPickerNext.mjs +13 -0
- package/dist/primitives/branchPicker/BranchPickerNext.mjs.map +1 -0
- package/dist/primitives/branchPicker/BranchPickerNumber.d.ts +10 -0
- package/dist/primitives/branchPicker/BranchPickerNumber.d.ts.map +1 -0
- package/dist/primitives/branchPicker/BranchPickerNumber.js +36 -0
- package/dist/primitives/branchPicker/BranchPickerNumber.js.map +1 -0
- package/dist/primitives/branchPicker/BranchPickerNumber.mjs +12 -0
- package/dist/primitives/branchPicker/BranchPickerNumber.mjs.map +1 -0
- package/dist/primitives/branchPicker/BranchPickerPrevious.d.ts +16 -0
- package/dist/primitives/branchPicker/BranchPickerPrevious.d.ts.map +1 -0
- package/dist/primitives/branchPicker/BranchPickerPrevious.js +35 -0
- package/dist/primitives/branchPicker/BranchPickerPrevious.js.map +1 -0
- package/dist/primitives/branchPicker/BranchPickerPrevious.mjs +13 -0
- package/dist/primitives/branchPicker/BranchPickerPrevious.mjs.map +1 -0
- package/dist/primitives/branchPicker/BranchPickerRoot.d.ts +20 -0
- package/dist/primitives/branchPicker/BranchPickerRoot.d.ts.map +1 -0
- package/dist/primitives/branchPicker/BranchPickerRoot.js +37 -0
- package/dist/primitives/branchPicker/BranchPickerRoot.js.map +1 -0
- package/dist/primitives/branchPicker/BranchPickerRoot.mjs +13 -0
- package/dist/primitives/branchPicker/BranchPickerRoot.mjs.map +1 -0
- package/dist/primitives/branchPicker/index.d.ts +6 -0
- package/dist/primitives/branchPicker/index.d.ts.map +1 -0
- package/dist/primitives/branchPicker/index.js +41 -0
- package/dist/primitives/branchPicker/index.js.map +1 -0
- package/dist/primitives/branchPicker/index.mjs +13 -0
- package/dist/primitives/branchPicker/index.mjs.map +1 -0
- package/dist/primitives/branchPicker/types.d.ts +6 -0
- package/dist/primitives/branchPicker/types.d.ts.map +1 -0
- package/dist/primitives/branchPicker/types.js +17 -0
- package/dist/primitives/branchPicker/types.js.map +1 -0
- package/dist/primitives/branchPicker/types.mjs +1 -0
- package/dist/primitives/branchPicker/types.mjs.map +1 -0
- package/dist/primitives/composer/ComposerAddAttachment.d.ts +16 -0
- package/dist/primitives/composer/ComposerAddAttachment.d.ts.map +1 -0
- package/dist/primitives/composer/ComposerAddAttachment.js +35 -0
- package/dist/primitives/composer/ComposerAddAttachment.js.map +1 -0
- package/dist/primitives/composer/ComposerAddAttachment.mjs +13 -0
- package/dist/primitives/composer/ComposerAddAttachment.mjs.map +1 -0
- package/dist/primitives/composer/ComposerAttachments.d.ts +17 -0
- package/dist/primitives/composer/ComposerAttachments.d.ts.map +1 -0
- package/dist/primitives/composer/ComposerAttachments.js +79 -0
- package/dist/primitives/composer/ComposerAttachments.js.map +1 -0
- package/dist/primitives/composer/ComposerAttachments.mjs +55 -0
- package/dist/primitives/composer/ComposerAttachments.mjs.map +1 -0
- package/dist/primitives/composer/ComposerCancel.d.ts +16 -0
- package/dist/primitives/composer/ComposerCancel.d.ts.map +1 -0
- package/dist/primitives/composer/ComposerCancel.js +35 -0
- package/dist/primitives/composer/ComposerCancel.js.map +1 -0
- package/dist/primitives/composer/ComposerCancel.mjs +13 -0
- package/dist/primitives/composer/ComposerCancel.mjs.map +1 -0
- package/dist/primitives/composer/ComposerIf.d.ts +11 -0
- package/dist/primitives/composer/ComposerIf.d.ts.map +1 -0
- package/dist/primitives/composer/ComposerIf.js +38 -0
- package/dist/primitives/composer/ComposerIf.js.map +1 -0
- package/dist/primitives/composer/ComposerIf.mjs +16 -0
- package/dist/primitives/composer/ComposerIf.mjs.map +1 -0
- package/dist/primitives/composer/ComposerInput.d.ts +25 -0
- package/dist/primitives/composer/ComposerInput.d.ts.map +1 -0
- package/dist/primitives/composer/ComposerInput.js +135 -0
- package/dist/primitives/composer/ComposerInput.js.map +1 -0
- package/dist/primitives/composer/ComposerInput.mjs +109 -0
- package/dist/primitives/composer/ComposerInput.mjs.map +1 -0
- package/dist/primitives/composer/ComposerRoot.d.ts +13 -0
- package/dist/primitives/composer/ComposerRoot.d.ts.map +1 -0
- package/dist/primitives/composer/ComposerRoot.js +51 -0
- package/dist/primitives/composer/ComposerRoot.js.map +1 -0
- package/dist/primitives/composer/ComposerRoot.mjs +29 -0
- package/dist/primitives/composer/ComposerRoot.mjs.map +1 -0
- package/dist/primitives/composer/ComposerSend.d.ts +16 -0
- package/dist/primitives/composer/ComposerSend.d.ts.map +1 -0
- package/dist/primitives/composer/ComposerSend.js +35 -0
- package/dist/primitives/composer/ComposerSend.js.map +1 -0
- package/dist/primitives/composer/ComposerSend.mjs +13 -0
- package/dist/primitives/composer/ComposerSend.mjs.map +1 -0
- package/dist/primitives/composer/index.d.ts +8 -0
- package/dist/primitives/composer/index.d.ts.map +1 -0
- package/dist/primitives/composer/index.js +47 -0
- package/dist/primitives/composer/index.js.map +1 -0
- package/dist/primitives/composer/index.mjs +17 -0
- package/dist/primitives/composer/index.mjs.map +1 -0
- package/dist/primitives/composer/types.d.ts +6 -0
- package/dist/primitives/composer/types.d.ts.map +1 -0
- package/dist/primitives/composer/types.js +17 -0
- package/dist/primitives/composer/types.js.map +1 -0
- package/dist/primitives/composer/types.mjs +1 -0
- package/dist/primitives/composer/types.mjs.map +1 -0
- package/dist/primitives/contentPart/ContentPartDisplay.d.ts +10 -0
- package/dist/primitives/contentPart/ContentPartDisplay.d.ts.map +1 -0
- package/dist/primitives/contentPart/ContentPartDisplay.js +34 -0
- package/dist/primitives/contentPart/ContentPartDisplay.js.map +1 -0
- package/dist/primitives/contentPart/ContentPartDisplay.mjs +10 -0
- package/dist/primitives/contentPart/ContentPartDisplay.mjs.map +1 -0
- package/dist/primitives/contentPart/ContentPartImage.d.ts +16 -0
- package/dist/primitives/contentPart/ContentPartImage.d.ts.map +1 -0
- package/dist/primitives/contentPart/ContentPartImage.js +37 -0
- package/dist/primitives/contentPart/ContentPartImage.js.map +1 -0
- package/dist/primitives/contentPart/ContentPartImage.mjs +13 -0
- package/dist/primitives/contentPart/ContentPartImage.mjs.map +1 -0
- package/dist/primitives/contentPart/ContentPartInProgress.d.ts +10 -0
- package/dist/primitives/contentPart/ContentPartInProgress.d.ts.map +1 -0
- package/dist/primitives/contentPart/ContentPartInProgress.js +34 -0
- package/dist/primitives/contentPart/ContentPartInProgress.js.map +1 -0
- package/dist/primitives/contentPart/ContentPartInProgress.mjs +10 -0
- package/dist/primitives/contentPart/ContentPartInProgress.mjs.map +1 -0
- package/dist/primitives/contentPart/ContentPartText.d.ts +22 -0
- package/dist/primitives/contentPart/ContentPartText.d.ts.map +1 -0
- package/dist/primitives/contentPart/ContentPartText.js +38 -0
- package/dist/primitives/contentPart/ContentPartText.js.map +1 -0
- package/dist/primitives/contentPart/ContentPartText.mjs +16 -0
- package/dist/primitives/contentPart/ContentPartText.mjs.map +1 -0
- package/dist/primitives/contentPart/index.d.ts +5 -0
- package/dist/primitives/contentPart/index.d.ts.map +1 -0
- package/dist/primitives/contentPart/index.js +38 -0
- package/dist/primitives/contentPart/index.js.map +1 -0
- package/dist/primitives/contentPart/index.mjs +11 -0
- package/dist/primitives/contentPart/index.mjs.map +1 -0
- package/dist/primitives/contentPart/types.d.ts +5 -0
- package/dist/primitives/contentPart/types.d.ts.map +1 -0
- package/dist/primitives/contentPart/types.js +17 -0
- package/dist/primitives/contentPart/types.js.map +1 -0
- package/dist/primitives/contentPart/types.mjs +1 -0
- package/dist/primitives/contentPart/types.mjs.map +1 -0
- package/dist/primitives/index.d.ts +16 -0
- package/dist/primitives/index.d.ts.map +1 -0
- package/dist/primitives/index.js +60 -0
- package/dist/primitives/index.js.map +1 -0
- package/dist/primitives/index.mjs +19 -0
- package/dist/primitives/index.mjs.map +1 -0
- package/dist/primitives/message/MessageAttachments.d.ts +17 -0
- package/dist/primitives/message/MessageAttachments.d.ts.map +1 -0
- package/dist/primitives/message/MessageAttachments.js +82 -0
- package/dist/primitives/message/MessageAttachments.js.map +1 -0
- package/dist/primitives/message/MessageAttachments.mjs +58 -0
- package/dist/primitives/message/MessageAttachments.mjs.map +1 -0
- package/dist/primitives/message/MessageContent.d.ts +23 -0
- package/dist/primitives/message/MessageContent.d.ts.map +1 -0
- package/dist/primitives/message/MessageContent.js +115 -0
- package/dist/primitives/message/MessageContent.js.map +1 -0
- package/dist/primitives/message/MessageContent.mjs +98 -0
- package/dist/primitives/message/MessageContent.mjs.map +1 -0
- package/dist/primitives/message/MessageIf.d.ts +11 -0
- package/dist/primitives/message/MessageIf.d.ts.map +1 -0
- package/dist/primitives/message/MessageIf.js +38 -0
- package/dist/primitives/message/MessageIf.js.map +1 -0
- package/dist/primitives/message/MessageIf.mjs +16 -0
- package/dist/primitives/message/MessageIf.mjs.map +1 -0
- package/dist/primitives/message/MessageInProgress.d.ts +13 -0
- package/dist/primitives/message/MessageInProgress.d.ts.map +1 -0
- package/dist/primitives/message/MessageInProgress.js +33 -0
- package/dist/primitives/message/MessageInProgress.js.map +1 -0
- package/dist/primitives/message/MessageInProgress.mjs +9 -0
- package/dist/primitives/message/MessageInProgress.mjs.map +1 -0
- package/dist/primitives/message/MessageRoot.d.ts +16 -0
- package/dist/primitives/message/MessageRoot.d.ts.map +1 -0
- package/dist/primitives/message/MessageRoot.js +64 -0
- package/dist/primitives/message/MessageRoot.js.map +1 -0
- package/dist/primitives/message/MessageRoot.mjs +43 -0
- package/dist/primitives/message/MessageRoot.mjs.map +1 -0
- package/dist/primitives/message/index.d.ts +6 -0
- package/dist/primitives/message/index.d.ts.map +1 -0
- package/dist/primitives/message/index.js +41 -0
- package/dist/primitives/message/index.js.map +1 -0
- package/dist/primitives/message/index.mjs +13 -0
- package/dist/primitives/message/index.mjs.map +1 -0
- package/dist/primitives/message/types.d.ts +5 -0
- package/dist/primitives/message/types.d.ts.map +1 -0
- package/dist/primitives/message/types.js +17 -0
- package/dist/primitives/message/types.js.map +1 -0
- package/dist/primitives/message/types.mjs +1 -0
- package/dist/primitives/message/types.mjs.map +1 -0
- package/dist/primitives/thread/ThreadEmpty.d.ts +10 -0
- package/dist/primitives/thread/ThreadEmpty.d.ts.map +1 -0
- package/dist/primitives/thread/ThreadEmpty.js +37 -0
- package/dist/primitives/thread/ThreadEmpty.js.map +1 -0
- package/dist/primitives/thread/ThreadEmpty.mjs +13 -0
- package/dist/primitives/thread/ThreadEmpty.mjs.map +1 -0
- package/dist/primitives/thread/ThreadIf.d.ts +11 -0
- package/dist/primitives/thread/ThreadIf.d.ts.map +1 -0
- package/dist/primitives/thread/ThreadIf.js +38 -0
- package/dist/primitives/thread/ThreadIf.js.map +1 -0
- package/dist/primitives/thread/ThreadIf.mjs +16 -0
- package/dist/primitives/thread/ThreadIf.mjs.map +1 -0
- package/dist/primitives/thread/ThreadMessages.d.ts +31 -0
- package/dist/primitives/thread/ThreadMessages.d.ts.map +1 -0
- package/dist/primitives/thread/ThreadMessages.js +100 -0
- package/dist/primitives/thread/ThreadMessages.js.map +1 -0
- package/dist/primitives/thread/ThreadMessages.mjs +75 -0
- package/dist/primitives/thread/ThreadMessages.mjs.map +1 -0
- package/dist/primitives/thread/ThreadRoot.d.ts +16 -0
- package/dist/primitives/thread/ThreadRoot.d.ts.map +1 -0
- package/dist/primitives/thread/ThreadRoot.js +36 -0
- package/dist/primitives/thread/ThreadRoot.js.map +1 -0
- package/dist/primitives/thread/ThreadRoot.mjs +12 -0
- package/dist/primitives/thread/ThreadRoot.mjs.map +1 -0
- package/dist/primitives/thread/ThreadScrollToBottom.d.ts +16 -0
- package/dist/primitives/thread/ThreadScrollToBottom.d.ts.map +1 -0
- package/dist/primitives/thread/ThreadScrollToBottom.js +35 -0
- package/dist/primitives/thread/ThreadScrollToBottom.js.map +1 -0
- package/dist/primitives/thread/ThreadScrollToBottom.mjs +13 -0
- package/dist/primitives/thread/ThreadScrollToBottom.mjs.map +1 -0
- package/dist/primitives/thread/ThreadSuggestion.d.ts +16 -0
- package/dist/primitives/thread/ThreadSuggestion.d.ts.map +1 -0
- package/dist/primitives/thread/ThreadSuggestion.js +36 -0
- package/dist/primitives/thread/ThreadSuggestion.js.map +1 -0
- package/dist/primitives/thread/ThreadSuggestion.mjs +14 -0
- package/dist/primitives/thread/ThreadSuggestion.mjs.map +1 -0
- package/dist/primitives/thread/ThreadViewport.d.ts +17 -0
- package/dist/primitives/thread/ThreadViewport.d.ts.map +1 -0
- package/dist/primitives/thread/ThreadViewport.js +42 -0
- package/dist/primitives/thread/ThreadViewport.js.map +1 -0
- package/dist/primitives/thread/ThreadViewport.mjs +20 -0
- package/dist/primitives/thread/ThreadViewport.mjs.map +1 -0
- package/dist/primitives/thread/index.d.ts +8 -0
- package/dist/primitives/thread/index.d.ts.map +1 -0
- package/dist/primitives/thread/index.js +47 -0
- package/dist/primitives/thread/index.js.map +1 -0
- package/dist/primitives/thread/index.mjs +17 -0
- package/dist/primitives/thread/index.mjs.map +1 -0
- package/dist/primitives/thread/types.d.ts +8 -0
- package/dist/primitives/thread/types.d.ts.map +1 -0
- package/dist/primitives/thread/types.js +17 -0
- package/dist/primitives/thread/types.js.map +1 -0
- package/dist/primitives/thread/types.mjs +1 -0
- package/dist/primitives/thread/types.mjs.map +1 -0
- package/dist/runtimes/attachment/AttachmentAdapter.d.ts +14 -0
- package/dist/runtimes/attachment/AttachmentAdapter.d.ts.map +1 -0
- package/dist/runtimes/attachment/AttachmentAdapter.js +17 -0
- package/dist/runtimes/attachment/AttachmentAdapter.js.map +1 -0
- package/dist/runtimes/attachment/AttachmentAdapter.mjs +1 -0
- package/dist/runtimes/attachment/AttachmentAdapter.mjs.map +1 -0
- package/dist/runtimes/attachment/CompositeAttachmentAdapter.d.ts +17 -0
- package/dist/runtimes/attachment/CompositeAttachmentAdapter.d.ts.map +1 -0
- package/dist/runtimes/attachment/CompositeAttachmentAdapter.js +103 -0
- package/dist/runtimes/attachment/CompositeAttachmentAdapter.js.map +1 -0
- package/dist/runtimes/attachment/CompositeAttachmentAdapter.mjs +79 -0
- package/dist/runtimes/attachment/CompositeAttachmentAdapter.mjs.map +1 -0
- package/dist/runtimes/attachment/SimpleImageAttachmentAdapter.d.ts +11 -0
- package/dist/runtimes/attachment/SimpleImageAttachmentAdapter.d.ts.map +1 -0
- package/dist/runtimes/attachment/SimpleImageAttachmentAdapter.js +61 -0
- package/dist/runtimes/attachment/SimpleImageAttachmentAdapter.js.map +1 -0
- package/dist/runtimes/attachment/SimpleImageAttachmentAdapter.mjs +37 -0
- package/dist/runtimes/attachment/SimpleImageAttachmentAdapter.mjs.map +1 -0
- package/dist/runtimes/attachment/SimpleTextAttachmentAdapter.d.ts +11 -0
- package/dist/runtimes/attachment/SimpleTextAttachmentAdapter.d.ts.map +1 -0
- package/dist/runtimes/attachment/SimpleTextAttachmentAdapter.js +63 -0
- package/dist/runtimes/attachment/SimpleTextAttachmentAdapter.js.map +1 -0
- package/dist/runtimes/attachment/SimpleTextAttachmentAdapter.mjs +39 -0
- package/dist/runtimes/attachment/SimpleTextAttachmentAdapter.mjs.map +1 -0
- package/dist/runtimes/attachment/index.d.ts +5 -0
- package/dist/runtimes/attachment/index.d.ts.map +1 -0
- package/dist/runtimes/attachment/index.js +35 -0
- package/dist/runtimes/attachment/index.js.map +1 -0
- package/dist/runtimes/attachment/index.mjs +9 -0
- package/dist/runtimes/attachment/index.mjs.map +1 -0
- package/dist/runtimes/composer/BaseComposerRuntimeCore.d.ts +27 -0
- package/dist/runtimes/composer/BaseComposerRuntimeCore.d.ts.map +1 -0
- package/dist/runtimes/composer/BaseComposerRuntimeCore.js +107 -0
- package/dist/runtimes/composer/BaseComposerRuntimeCore.js.map +1 -0
- package/dist/runtimes/composer/BaseComposerRuntimeCore.mjs +83 -0
- package/dist/runtimes/composer/BaseComposerRuntimeCore.mjs.map +1 -0
- package/dist/runtimes/composer/DefaultEditComposerRuntimeCore.d.ts +24 -0
- package/dist/runtimes/composer/DefaultEditComposerRuntimeCore.d.ts.map +1 -0
- package/dist/runtimes/composer/DefaultEditComposerRuntimeCore.js +69 -0
- package/dist/runtimes/composer/DefaultEditComposerRuntimeCore.js.map +1 -0
- package/dist/runtimes/composer/DefaultEditComposerRuntimeCore.mjs +45 -0
- package/dist/runtimes/composer/DefaultEditComposerRuntimeCore.mjs.map +1 -0
- package/dist/runtimes/composer/DefaultThreadComposerRuntimeCore.d.ts +21 -0
- package/dist/runtimes/composer/DefaultThreadComposerRuntimeCore.d.ts.map +1 -0
- package/dist/runtimes/composer/DefaultThreadComposerRuntimeCore.js +63 -0
- package/dist/runtimes/composer/DefaultThreadComposerRuntimeCore.js.map +1 -0
- package/dist/runtimes/composer/DefaultThreadComposerRuntimeCore.mjs +39 -0
- package/dist/runtimes/composer/DefaultThreadComposerRuntimeCore.mjs.map +1 -0
- package/dist/runtimes/core/AssistantRuntimeCore.d.ts +8 -0
- package/dist/runtimes/core/AssistantRuntimeCore.d.ts.map +1 -0
- package/dist/runtimes/core/AssistantRuntimeCore.js +17 -0
- package/dist/runtimes/core/AssistantRuntimeCore.js.map +1 -0
- package/dist/runtimes/core/AssistantRuntimeCore.mjs +1 -0
- package/dist/runtimes/core/AssistantRuntimeCore.mjs.map +1 -0
- package/dist/runtimes/core/BaseAssistantRuntimeCore.d.ts +12 -0
- package/dist/runtimes/core/BaseAssistantRuntimeCore.d.ts.map +1 -0
- package/dist/runtimes/core/BaseAssistantRuntimeCore.js +37 -0
- package/dist/runtimes/core/BaseAssistantRuntimeCore.js.map +1 -0
- package/dist/runtimes/core/BaseAssistantRuntimeCore.mjs +13 -0
- package/dist/runtimes/core/BaseAssistantRuntimeCore.mjs.map +1 -0
- package/dist/runtimes/core/BaseThreadRuntimeCore.d.ts +59 -0
- package/dist/runtimes/core/BaseThreadRuntimeCore.d.ts.map +1 -0
- package/dist/runtimes/core/BaseThreadRuntimeCore.js +152 -0
- package/dist/runtimes/core/BaseThreadRuntimeCore.js.map +1 -0
- package/dist/runtimes/core/BaseThreadRuntimeCore.mjs +130 -0
- package/dist/runtimes/core/BaseThreadRuntimeCore.mjs.map +1 -0
- package/dist/runtimes/core/ComposerRuntimeCore.d.ts +23 -0
- package/dist/runtimes/core/ComposerRuntimeCore.d.ts.map +1 -0
- package/dist/runtimes/core/ComposerRuntimeCore.js +17 -0
- package/dist/runtimes/core/ComposerRuntimeCore.js.map +1 -0
- package/dist/runtimes/core/ComposerRuntimeCore.mjs +1 -0
- package/dist/runtimes/core/ComposerRuntimeCore.mjs.map +1 -0
- package/dist/runtimes/core/ThreadManagerRuntimeCore.d.ts +19 -0
- package/dist/runtimes/core/ThreadManagerRuntimeCore.d.ts.map +1 -0
- package/dist/runtimes/core/ThreadManagerRuntimeCore.js +17 -0
- package/dist/runtimes/core/ThreadManagerRuntimeCore.js.map +1 -0
- package/dist/runtimes/core/ThreadManagerRuntimeCore.mjs +1 -0
- package/dist/runtimes/core/ThreadManagerRuntimeCore.mjs.map +1 -0
- package/dist/runtimes/core/ThreadRuntimeCore.d.ts +68 -0
- package/dist/runtimes/core/ThreadRuntimeCore.d.ts.map +1 -0
- package/dist/runtimes/core/ThreadRuntimeCore.js +17 -0
- package/dist/runtimes/core/ThreadRuntimeCore.js.map +1 -0
- package/dist/runtimes/core/ThreadRuntimeCore.mjs +1 -0
- package/dist/runtimes/core/ThreadRuntimeCore.mjs.map +1 -0
- package/dist/runtimes/core/index.d.ts +3 -0
- package/dist/runtimes/core/index.d.ts.map +1 -0
- package/dist/runtimes/core/index.js +29 -0
- package/dist/runtimes/core/index.js.map +1 -0
- package/dist/runtimes/core/index.mjs +5 -0
- package/dist/runtimes/core/index.mjs.map +1 -0
- package/dist/runtimes/core/subscribeToMainThread.d.ts +6 -0
- package/dist/runtimes/core/subscribeToMainThread.d.ts.map +1 -0
- package/dist/runtimes/core/subscribeToMainThread.js +46 -0
- package/dist/runtimes/core/subscribeToMainThread.js.map +1 -0
- package/dist/runtimes/core/subscribeToMainThread.mjs +22 -0
- package/dist/runtimes/core/subscribeToMainThread.mjs.map +1 -0
- package/dist/runtimes/dangerous-in-browser/DangerousInBrowserAdapter.d.ts +9 -0
- package/dist/runtimes/dangerous-in-browser/DangerousInBrowserAdapter.d.ts.map +1 -0
- package/dist/runtimes/dangerous-in-browser/DangerousInBrowserAdapter.js +56 -0
- package/dist/runtimes/dangerous-in-browser/DangerousInBrowserAdapter.js.map +1 -0
- package/dist/runtimes/dangerous-in-browser/DangerousInBrowserAdapter.mjs +34 -0
- package/dist/runtimes/dangerous-in-browser/DangerousInBrowserAdapter.mjs.map +1 -0
- package/dist/runtimes/dangerous-in-browser/index.d.ts +2 -0
- package/dist/runtimes/dangerous-in-browser/index.d.ts.map +1 -0
- package/dist/runtimes/dangerous-in-browser/index.js +29 -0
- package/dist/runtimes/dangerous-in-browser/index.js.map +1 -0
- package/dist/runtimes/dangerous-in-browser/index.mjs +7 -0
- package/dist/runtimes/dangerous-in-browser/index.mjs.map +1 -0
- package/dist/runtimes/dangerous-in-browser/useDangerousInBrowserRuntime.d.ts +5 -0
- package/dist/runtimes/dangerous-in-browser/useDangerousInBrowserRuntime.d.ts.map +1 -0
- package/dist/runtimes/dangerous-in-browser/useDangerousInBrowserRuntime.js +37 -0
- package/dist/runtimes/dangerous-in-browser/useDangerousInBrowserRuntime.js.map +1 -0
- package/dist/runtimes/dangerous-in-browser/useDangerousInBrowserRuntime.mjs +15 -0
- package/dist/runtimes/dangerous-in-browser/useDangerousInBrowserRuntime.mjs.map +1 -0
- package/dist/runtimes/edge/EdgeChatAdapter.d.ts +19 -0
- package/dist/runtimes/edge/EdgeChatAdapter.d.ts.map +1 -0
- package/dist/runtimes/edge/EdgeChatAdapter.js +90 -0
- package/dist/runtimes/edge/EdgeChatAdapter.js.map +1 -0
- package/dist/runtimes/edge/EdgeChatAdapter.mjs +65 -0
- package/dist/runtimes/edge/EdgeChatAdapter.mjs.map +1 -0
- package/dist/{edge.d.mts → runtimes/edge/EdgeRuntimeRequestOptions.d.ts} +8 -137
- package/dist/runtimes/edge/EdgeRuntimeRequestOptions.d.ts.map +1 -0
- package/dist/runtimes/edge/EdgeRuntimeRequestOptions.js +95 -0
- package/dist/runtimes/edge/EdgeRuntimeRequestOptions.js.map +1 -0
- package/dist/runtimes/edge/EdgeRuntimeRequestOptions.mjs +74 -0
- package/dist/runtimes/edge/EdgeRuntimeRequestOptions.mjs.map +1 -0
- package/dist/runtimes/edge/converters/fromCoreMessage.d.ts +8 -0
- package/dist/runtimes/edge/converters/fromCoreMessage.d.ts.map +1 -0
- package/dist/runtimes/edge/converters/fromCoreMessage.js +79 -0
- package/dist/runtimes/edge/converters/fromCoreMessage.js.map +1 -0
- package/dist/runtimes/edge/converters/fromCoreMessage.mjs +54 -0
- package/dist/runtimes/edge/converters/fromCoreMessage.mjs.map +1 -0
- package/dist/runtimes/edge/converters/fromLanguageModelMessages.d.ts +8 -0
- package/dist/runtimes/edge/converters/fromLanguageModelMessages.d.ts.map +1 -0
- package/dist/runtimes/edge/converters/fromLanguageModelMessages.js +133 -0
- package/dist/runtimes/edge/converters/fromLanguageModelMessages.js.map +1 -0
- package/dist/runtimes/edge/converters/fromLanguageModelMessages.mjs +109 -0
- package/dist/runtimes/edge/converters/fromLanguageModelMessages.mjs.map +1 -0
- package/dist/runtimes/edge/converters/fromLanguageModelTools.d.ts +4 -0
- package/dist/runtimes/edge/converters/fromLanguageModelTools.d.ts.map +1 -0
- package/dist/runtimes/edge/converters/fromLanguageModelTools.js +39 -0
- package/dist/runtimes/edge/converters/fromLanguageModelTools.js.map +1 -0
- package/dist/runtimes/edge/converters/fromLanguageModelTools.mjs +15 -0
- package/dist/runtimes/edge/converters/fromLanguageModelTools.mjs.map +1 -0
- package/dist/runtimes/edge/converters/index.d.ts +35 -0
- package/dist/runtimes/edge/converters/index.d.ts.map +1 -0
- package/dist/runtimes/edge/converters/index.js +48 -0
- package/dist/runtimes/edge/converters/index.js.map +1 -0
- package/dist/runtimes/edge/converters/index.mjs +23 -0
- package/dist/runtimes/edge/converters/index.mjs.map +1 -0
- package/dist/runtimes/edge/converters/toCoreMessages.d.ts +12 -0
- package/dist/runtimes/edge/converters/toCoreMessages.d.ts.map +1 -0
- package/dist/runtimes/edge/converters/toCoreMessages.js +75 -0
- package/dist/runtimes/edge/converters/toCoreMessages.js.map +1 -0
- package/dist/runtimes/edge/converters/toCoreMessages.mjs +50 -0
- package/dist/runtimes/edge/converters/toCoreMessages.mjs.map +1 -0
- package/dist/runtimes/edge/converters/toLanguageModelMessages.d.ts +4 -0
- package/dist/runtimes/edge/converters/toLanguageModelMessages.d.ts.map +1 -0
- package/dist/runtimes/edge/converters/toLanguageModelMessages.js +140 -0
- package/dist/runtimes/edge/converters/toLanguageModelMessages.js.map +1 -0
- package/dist/runtimes/edge/converters/toLanguageModelMessages.mjs +116 -0
- package/dist/runtimes/edge/converters/toLanguageModelMessages.mjs.map +1 -0
- package/dist/runtimes/edge/converters/toLanguageModelTools.d.ts +4 -0
- package/dist/runtimes/edge/converters/toLanguageModelTools.d.ts.map +1 -0
- package/dist/runtimes/edge/converters/toLanguageModelTools.js +48 -0
- package/dist/runtimes/edge/converters/toLanguageModelTools.js.map +1 -0
- package/dist/runtimes/edge/converters/toLanguageModelTools.mjs +14 -0
- package/dist/runtimes/edge/converters/toLanguageModelTools.mjs.map +1 -0
- package/dist/runtimes/edge/createEdgeRuntimeAPI.d.ts +41 -0
- package/dist/runtimes/edge/createEdgeRuntimeAPI.d.ts.map +1 -0
- package/dist/runtimes/edge/createEdgeRuntimeAPI.js +188 -0
- package/dist/runtimes/edge/createEdgeRuntimeAPI.js.map +1 -0
- package/dist/runtimes/edge/createEdgeRuntimeAPI.mjs +165 -0
- package/dist/runtimes/edge/createEdgeRuntimeAPI.mjs.map +1 -0
- package/dist/runtimes/edge/index.d.ts +6 -0
- package/dist/runtimes/edge/index.d.ts.map +1 -0
- package/dist/runtimes/edge/index.js +37 -0
- package/dist/runtimes/edge/index.js.map +1 -0
- package/dist/runtimes/edge/index.mjs +9 -0
- package/dist/runtimes/edge/index.mjs.map +1 -0
- package/dist/runtimes/edge/partial-json/fix-json.d.ts +2 -0
- package/dist/runtimes/edge/partial-json/fix-json.d.ts.map +1 -0
- package/dist/runtimes/edge/partial-json/fix-json.js +344 -0
- package/dist/runtimes/edge/partial-json/fix-json.js.map +1 -0
- package/dist/runtimes/edge/partial-json/fix-json.mjs +320 -0
- package/dist/runtimes/edge/partial-json/fix-json.mjs.map +1 -0
- package/dist/runtimes/edge/partial-json/parse-partial-json.d.ts +2 -0
- package/dist/runtimes/edge/partial-json/parse-partial-json.d.ts.map +1 -0
- package/dist/runtimes/edge/partial-json/parse-partial-json.js +51 -0
- package/dist/runtimes/edge/partial-json/parse-partial-json.js.map +1 -0
- package/dist/runtimes/edge/partial-json/parse-partial-json.mjs +17 -0
- package/dist/runtimes/edge/partial-json/parse-partial-json.mjs.map +1 -0
- package/dist/runtimes/edge/streams/AssistantStreamChunkType.d.ts +46 -0
- package/dist/runtimes/edge/streams/AssistantStreamChunkType.d.ts.map +1 -0
- package/dist/runtimes/edge/streams/AssistantStreamChunkType.js +40 -0
- package/dist/runtimes/edge/streams/AssistantStreamChunkType.js.map +1 -0
- package/dist/runtimes/edge/streams/AssistantStreamChunkType.mjs +16 -0
- package/dist/runtimes/edge/streams/AssistantStreamChunkType.mjs.map +1 -0
- package/dist/runtimes/edge/streams/assistantDecoderStream.d.ts +5 -0
- package/dist/runtimes/edge/streams/assistantDecoderStream.d.ts.map +1 -0
- package/dist/runtimes/edge/streams/assistantDecoderStream.js +142 -0
- package/dist/runtimes/edge/streams/assistantDecoderStream.js.map +1 -0
- package/dist/runtimes/edge/streams/assistantDecoderStream.mjs +120 -0
- package/dist/runtimes/edge/streams/assistantDecoderStream.mjs.map +1 -0
- package/dist/runtimes/edge/streams/assistantEncoderStream.d.ts +5 -0
- package/dist/runtimes/edge/streams/assistantEncoderStream.d.ts.map +1 -0
- package/dist/runtimes/edge/streams/assistantEncoderStream.js +108 -0
- package/dist/runtimes/edge/streams/assistantEncoderStream.js.map +1 -0
- package/dist/runtimes/edge/streams/assistantEncoderStream.mjs +86 -0
- package/dist/runtimes/edge/streams/assistantEncoderStream.mjs.map +1 -0
- package/dist/runtimes/edge/streams/runResultStream.d.ts +4 -0
- package/dist/runtimes/edge/streams/runResultStream.d.ts.map +1 -0
- package/dist/runtimes/edge/streams/runResultStream.js +228 -0
- package/dist/runtimes/edge/streams/runResultStream.js.map +1 -0
- package/dist/runtimes/edge/streams/runResultStream.mjs +204 -0
- package/dist/runtimes/edge/streams/runResultStream.mjs.map +1 -0
- package/dist/runtimes/edge/streams/toolResultStream.d.ts +20 -0
- package/dist/runtimes/edge/streams/toolResultStream.d.ts.map +1 -0
- package/dist/runtimes/edge/streams/toolResultStream.js +116 -0
- package/dist/runtimes/edge/streams/toolResultStream.js.map +1 -0
- package/dist/runtimes/edge/streams/toolResultStream.mjs +82 -0
- package/dist/runtimes/edge/streams/toolResultStream.mjs.map +1 -0
- package/dist/runtimes/edge/streams/utils/PipeableTransformStream.d.ts +4 -0
- package/dist/runtimes/edge/streams/utils/PipeableTransformStream.d.ts.map +1 -0
- package/dist/runtimes/edge/streams/utils/PipeableTransformStream.js +38 -0
- package/dist/runtimes/edge/streams/utils/PipeableTransformStream.js.map +1 -0
- package/dist/runtimes/edge/streams/utils/PipeableTransformStream.mjs +14 -0
- package/dist/runtimes/edge/streams/utils/PipeableTransformStream.mjs.map +1 -0
- package/dist/runtimes/edge/streams/utils/StreamPart.d.ts +7 -0
- package/dist/runtimes/edge/streams/utils/StreamPart.d.ts.map +1 -0
- package/dist/runtimes/edge/streams/utils/StreamPart.js +17 -0
- package/dist/runtimes/edge/streams/utils/StreamPart.js.map +1 -0
- package/dist/runtimes/edge/streams/utils/StreamPart.mjs +1 -0
- package/dist/runtimes/edge/streams/utils/StreamPart.mjs.map +1 -0
- package/dist/runtimes/edge/streams/utils/chunkByLineStream.d.ts +2 -0
- package/dist/runtimes/edge/streams/utils/chunkByLineStream.d.ts.map +1 -0
- package/dist/runtimes/edge/streams/utils/chunkByLineStream.js +46 -0
- package/dist/runtimes/edge/streams/utils/chunkByLineStream.js.map +1 -0
- package/dist/runtimes/edge/streams/utils/chunkByLineStream.mjs +22 -0
- package/dist/runtimes/edge/streams/utils/chunkByLineStream.mjs.map +1 -0
- package/dist/runtimes/edge/streams/utils/index.d.ts +14 -0
- package/dist/runtimes/edge/streams/utils/index.d.ts.map +1 -0
- package/dist/runtimes/edge/streams/utils/index.js +34 -0
- package/dist/runtimes/edge/streams/utils/index.js.map +1 -0
- package/dist/runtimes/edge/streams/utils/index.mjs +10 -0
- package/dist/runtimes/edge/streams/utils/index.mjs.map +1 -0
- package/dist/runtimes/edge/streams/utils/streamPartDecoderStream.d.ts +4 -0
- package/dist/runtimes/edge/streams/utils/streamPartDecoderStream.d.ts.map +1 -0
- package/dist/runtimes/edge/streams/utils/streamPartDecoderStream.js +48 -0
- package/dist/runtimes/edge/streams/utils/streamPartDecoderStream.js.map +1 -0
- package/dist/runtimes/edge/streams/utils/streamPartDecoderStream.mjs +24 -0
- package/dist/runtimes/edge/streams/utils/streamPartDecoderStream.mjs.map +1 -0
- package/dist/runtimes/edge/streams/utils/streamPartEncoderStream.d.ts +3 -0
- package/dist/runtimes/edge/streams/utils/streamPartEncoderStream.d.ts.map +1 -0
- package/dist/runtimes/edge/streams/utils/streamPartEncoderStream.js +46 -0
- package/dist/runtimes/edge/streams/utils/streamPartEncoderStream.js.map +1 -0
- package/dist/runtimes/edge/streams/utils/streamPartEncoderStream.mjs +22 -0
- package/dist/runtimes/edge/streams/utils/streamPartEncoderStream.mjs.map +1 -0
- package/dist/runtimes/edge/useEdgeRuntime.d.ts +5 -0
- package/dist/runtimes/edge/useEdgeRuntime.d.ts.map +1 -0
- package/dist/runtimes/edge/useEdgeRuntime.js +38 -0
- package/dist/runtimes/edge/useEdgeRuntime.js.map +1 -0
- package/dist/runtimes/edge/useEdgeRuntime.mjs +14 -0
- package/dist/runtimes/edge/useEdgeRuntime.mjs.map +1 -0
- package/dist/runtimes/external-store/ExternalStoreAdapter.d.ts +60 -0
- package/dist/runtimes/external-store/ExternalStoreAdapter.d.ts.map +1 -0
- package/dist/runtimes/external-store/ExternalStoreAdapter.js +17 -0
- package/dist/runtimes/external-store/ExternalStoreAdapter.js.map +1 -0
- package/dist/runtimes/external-store/ExternalStoreAdapter.mjs +1 -0
- package/dist/runtimes/external-store/ExternalStoreAdapter.mjs.map +1 -0
- package/dist/runtimes/external-store/ExternalStoreRuntimeCore.d.ts +10 -0
- package/dist/runtimes/external-store/ExternalStoreRuntimeCore.d.ts.map +1 -0
- package/dist/runtimes/external-store/ExternalStoreRuntimeCore.js +60 -0
- package/dist/runtimes/external-store/ExternalStoreRuntimeCore.js.map +1 -0
- package/dist/runtimes/external-store/ExternalStoreRuntimeCore.mjs +36 -0
- package/dist/runtimes/external-store/ExternalStoreRuntimeCore.mjs.map +1 -0
- package/dist/runtimes/external-store/ExternalStoreThreadManagementAdapter.d.ts +25 -0
- package/dist/runtimes/external-store/ExternalStoreThreadManagementAdapter.d.ts.map +1 -0
- package/dist/runtimes/external-store/ExternalStoreThreadManagementAdapter.js +112 -0
- package/dist/runtimes/external-store/ExternalStoreThreadManagementAdapter.js.map +1 -0
- package/dist/runtimes/external-store/ExternalStoreThreadManagementAdapter.mjs +88 -0
- package/dist/runtimes/external-store/ExternalStoreThreadManagementAdapter.mjs.map +1 -0
- package/dist/runtimes/external-store/ExternalStoreThreadRuntimeCore.d.ts +44 -0
- package/dist/runtimes/external-store/ExternalStoreThreadRuntimeCore.d.ts.map +1 -0
- package/dist/runtimes/external-store/ExternalStoreThreadRuntimeCore.js +197 -0
- package/dist/runtimes/external-store/ExternalStoreThreadRuntimeCore.js.map +1 -0
- package/dist/runtimes/external-store/ExternalStoreThreadRuntimeCore.mjs +175 -0
- package/dist/runtimes/external-store/ExternalStoreThreadRuntimeCore.mjs.map +1 -0
- package/dist/runtimes/external-store/ThreadMessageConverter.d.ts +7 -0
- package/dist/runtimes/external-store/ThreadMessageConverter.d.ts.map +1 -0
- package/dist/runtimes/external-store/ThreadMessageConverter.js +39 -0
- package/dist/runtimes/external-store/ThreadMessageConverter.js.map +1 -0
- package/dist/runtimes/external-store/ThreadMessageConverter.mjs +15 -0
- package/dist/runtimes/external-store/ThreadMessageConverter.mjs.map +1 -0
- package/dist/runtimes/external-store/ThreadMessageLike.d.ts +12 -0
- package/dist/runtimes/external-store/ThreadMessageLike.d.ts.map +1 -0
- package/dist/runtimes/external-store/ThreadMessageLike.js +101 -0
- package/dist/runtimes/external-store/ThreadMessageLike.js.map +1 -0
- package/dist/runtimes/external-store/ThreadMessageLike.mjs +77 -0
- package/dist/runtimes/external-store/ThreadMessageLike.mjs.map +1 -0
- package/dist/runtimes/external-store/auto-status.d.ts +9 -0
- package/dist/runtimes/external-store/auto-status.d.ts.map +1 -0
- package/dist/runtimes/external-store/auto-status.js +37 -0
- package/dist/runtimes/external-store/auto-status.js.map +1 -0
- package/dist/runtimes/external-store/auto-status.mjs +12 -0
- package/dist/runtimes/external-store/auto-status.mjs.map +1 -0
- package/dist/runtimes/external-store/external-message-converter.d.ts +16 -0
- package/dist/runtimes/external-store/external-message-converter.d.ts.map +1 -0
- package/dist/runtimes/external-store/external-message-converter.js +176 -0
- package/dist/runtimes/external-store/external-message-converter.js.map +1 -0
- package/dist/runtimes/external-store/external-message-converter.mjs +155 -0
- package/dist/runtimes/external-store/external-message-converter.mjs.map +1 -0
- package/dist/runtimes/external-store/getExternalStoreMessage.d.ts +7 -0
- package/dist/runtimes/external-store/getExternalStoreMessage.d.ts.map +1 -0
- package/dist/runtimes/external-store/getExternalStoreMessage.js +34 -0
- package/dist/runtimes/external-store/getExternalStoreMessage.js.map +1 -0
- package/dist/runtimes/external-store/getExternalStoreMessage.mjs +9 -0
- package/dist/runtimes/external-store/getExternalStoreMessage.mjs.map +1 -0
- package/dist/runtimes/external-store/index.d.ts +6 -0
- package/dist/runtimes/external-store/index.d.ts.map +1 -0
- package/dist/runtimes/external-store/index.js +35 -0
- package/dist/runtimes/external-store/index.js.map +1 -0
- package/dist/runtimes/external-store/index.mjs +9 -0
- package/dist/runtimes/external-store/index.mjs.map +1 -0
- package/dist/runtimes/external-store/useExternalStoreRuntime.d.ts +3 -0
- package/dist/runtimes/external-store/useExternalStoreRuntime.d.ts.map +1 -0
- package/dist/runtimes/external-store/useExternalStoreRuntime.js +42 -0
- package/dist/runtimes/external-store/useExternalStoreRuntime.js.map +1 -0
- package/dist/runtimes/external-store/useExternalStoreRuntime.mjs +18 -0
- package/dist/runtimes/external-store/useExternalStoreRuntime.mjs.map +1 -0
- package/dist/runtimes/feedback/FeedbackAdapter.d.ts +10 -0
- package/dist/runtimes/feedback/FeedbackAdapter.d.ts.map +1 -0
- package/dist/runtimes/feedback/FeedbackAdapter.js +17 -0
- package/dist/runtimes/feedback/FeedbackAdapter.js.map +1 -0
- package/dist/runtimes/feedback/FeedbackAdapter.mjs +1 -0
- package/dist/runtimes/feedback/FeedbackAdapter.mjs.map +1 -0
- package/dist/runtimes/feedback/index.d.ts +2 -0
- package/dist/runtimes/feedback/index.d.ts.map +1 -0
- package/dist/runtimes/feedback/index.js +17 -0
- package/dist/runtimes/feedback/index.js.map +1 -0
- package/dist/runtimes/feedback/index.mjs +1 -0
- package/dist/runtimes/feedback/index.mjs.map +1 -0
- package/dist/runtimes/index.d.ts +9 -0
- package/dist/runtimes/index.d.ts.map +1 -0
- package/dist/runtimes/index.js +37 -0
- package/dist/runtimes/index.js.map +1 -0
- package/dist/runtimes/index.mjs +9 -0
- package/dist/runtimes/index.mjs.map +1 -0
- package/dist/runtimes/local/ChatModelAdapter.d.ts +32 -0
- package/dist/runtimes/local/ChatModelAdapter.d.ts.map +1 -0
- package/dist/runtimes/local/ChatModelAdapter.js +18 -0
- package/dist/runtimes/local/ChatModelAdapter.js.map +1 -0
- package/dist/runtimes/local/ChatModelAdapter.mjs +2 -0
- package/dist/runtimes/local/ChatModelAdapter.mjs.map +1 -0
- package/dist/runtimes/local/LocalRuntimeCore.d.ts +14 -0
- package/dist/runtimes/local/LocalRuntimeCore.d.ts.map +1 -0
- package/dist/runtimes/local/LocalRuntimeCore.js +76 -0
- package/dist/runtimes/local/LocalRuntimeCore.js.map +1 -0
- package/dist/runtimes/local/LocalRuntimeCore.mjs +52 -0
- package/dist/runtimes/local/LocalRuntimeCore.mjs.map +1 -0
- package/dist/runtimes/local/LocalRuntimeOptions.d.ts +37 -0
- package/dist/runtimes/local/LocalRuntimeOptions.d.ts.map +1 -0
- package/dist/runtimes/local/LocalRuntimeOptions.js +40 -0
- package/dist/runtimes/local/LocalRuntimeOptions.js.map +1 -0
- package/dist/runtimes/local/LocalRuntimeOptions.mjs +16 -0
- package/dist/runtimes/local/LocalRuntimeOptions.mjs.map +1 -0
- package/dist/runtimes/local/LocalThreadManagerRuntimeCore.d.ts +33 -0
- package/dist/runtimes/local/LocalThreadManagerRuntimeCore.d.ts.map +1 -0
- package/dist/runtimes/local/LocalThreadManagerRuntimeCore.js +143 -0
- package/dist/runtimes/local/LocalThreadManagerRuntimeCore.js.map +1 -0
- package/dist/runtimes/local/LocalThreadManagerRuntimeCore.mjs +119 -0
- package/dist/runtimes/local/LocalThreadManagerRuntimeCore.mjs.map +1 -0
- package/dist/runtimes/local/LocalThreadRuntimeCore.d.ts +36 -0
- package/dist/runtimes/local/LocalThreadRuntimeCore.d.ts.map +1 -0
- package/dist/runtimes/local/LocalThreadRuntimeCore.js +226 -0
- package/dist/runtimes/local/LocalThreadRuntimeCore.js.map +1 -0
- package/dist/runtimes/local/LocalThreadRuntimeCore.mjs +202 -0
- package/dist/runtimes/local/LocalThreadRuntimeCore.mjs.map +1 -0
- package/dist/runtimes/local/index.d.ts +4 -0
- package/dist/runtimes/local/index.d.ts.map +1 -0
- package/dist/runtimes/local/index.js +29 -0
- package/dist/runtimes/local/index.js.map +1 -0
- package/dist/runtimes/local/index.mjs +5 -0
- package/dist/runtimes/local/index.mjs.map +1 -0
- package/dist/runtimes/local/shouldContinue.d.ts +3 -0
- package/dist/runtimes/local/shouldContinue.d.ts.map +1 -0
- package/dist/runtimes/local/shouldContinue.js +29 -0
- package/dist/runtimes/local/shouldContinue.js.map +1 -0
- package/dist/runtimes/local/shouldContinue.mjs +5 -0
- package/dist/runtimes/local/shouldContinue.mjs.map +1 -0
- package/dist/runtimes/local/useLocalRuntime.d.ts +9 -0
- package/dist/runtimes/local/useLocalRuntime.d.ts.map +1 -0
- package/dist/runtimes/local/useLocalRuntime.js +62 -0
- package/dist/runtimes/local/useLocalRuntime.js.map +1 -0
- package/dist/runtimes/local/useLocalRuntime.mjs +40 -0
- package/dist/runtimes/local/useLocalRuntime.mjs.map +1 -0
- package/dist/runtimes/speech/SpeechAdapterTypes.d.ts +41 -0
- package/dist/runtimes/speech/SpeechAdapterTypes.d.ts.map +1 -0
- package/dist/runtimes/speech/SpeechAdapterTypes.js +17 -0
- package/dist/runtimes/speech/SpeechAdapterTypes.js.map +1 -0
- package/dist/runtimes/speech/SpeechAdapterTypes.mjs +1 -0
- package/dist/runtimes/speech/SpeechAdapterTypes.mjs.map +1 -0
- package/dist/runtimes/speech/WebSpeechSynthesisAdapter.d.ts +5 -0
- package/dist/runtimes/speech/WebSpeechSynthesisAdapter.d.ts.map +1 -0
- package/dist/runtimes/speech/WebSpeechSynthesisAdapter.js +66 -0
- package/dist/runtimes/speech/WebSpeechSynthesisAdapter.js.map +1 -0
- package/dist/runtimes/speech/WebSpeechSynthesisAdapter.mjs +42 -0
- package/dist/runtimes/speech/WebSpeechSynthesisAdapter.mjs.map +1 -0
- package/dist/runtimes/speech/index.d.ts +3 -0
- package/dist/runtimes/speech/index.d.ts.map +1 -0
- package/dist/runtimes/speech/index.js +29 -0
- package/dist/runtimes/speech/index.js.map +1 -0
- package/dist/runtimes/speech/index.mjs +5 -0
- package/dist/runtimes/speech/index.mjs.map +1 -0
- package/dist/runtimes/utils/MessageRepository.d.ts +28 -0
- package/dist/runtimes/utils/MessageRepository.d.ts.map +1 -0
- package/dist/runtimes/utils/MessageRepository.js +218 -0
- package/dist/runtimes/utils/MessageRepository.js.map +1 -0
- package/dist/runtimes/utils/MessageRepository.mjs +194 -0
- package/dist/runtimes/utils/MessageRepository.mjs.map +1 -0
- package/dist/tailwindcss/index.d.ts +4 -6
- package/dist/tailwindcss/index.d.ts.map +1 -0
- package/dist/tailwindcss/index.js +57 -308
- package/dist/tailwindcss/index.js.map +1 -1
- package/dist/tailwindcss/index.mjs +9 -291
- package/dist/tailwindcss/index.mjs.map +1 -1
- package/dist/types/AssistantTypes.d.ts +133 -0
- package/dist/types/AssistantTypes.d.ts.map +1 -0
- package/dist/types/AssistantTypes.js +17 -0
- package/dist/types/AssistantTypes.js.map +1 -0
- package/dist/types/AssistantTypes.mjs +1 -0
- package/dist/types/AssistantTypes.mjs.map +1 -0
- package/dist/types/AttachmentTypes.d.ts +35 -0
- package/dist/types/AttachmentTypes.d.ts.map +1 -0
- package/dist/types/AttachmentTypes.js +17 -0
- package/dist/types/AttachmentTypes.js.map +1 -0
- package/dist/types/AttachmentTypes.mjs +1 -0
- package/dist/types/AttachmentTypes.mjs.map +1 -0
- package/dist/types/ContentPartComponentTypes.d.ts +44 -0
- package/dist/types/ContentPartComponentTypes.d.ts.map +1 -0
- package/dist/types/ContentPartComponentTypes.js +18 -0
- package/dist/types/ContentPartComponentTypes.js.map +1 -0
- package/dist/types/ContentPartComponentTypes.mjs +2 -0
- package/dist/types/ContentPartComponentTypes.mjs.map +1 -0
- package/dist/types/ModelConfigTypes.d.ts +65 -0
- package/dist/types/ModelConfigTypes.d.ts.map +1 -0
- package/dist/types/ModelConfigTypes.js +85 -0
- package/dist/types/ModelConfigTypes.js.map +1 -0
- package/dist/types/ModelConfigTypes.mjs +59 -0
- package/dist/types/ModelConfigTypes.mjs.map +1 -0
- package/dist/types/Unsubscribe.d.ts +2 -0
- package/dist/types/Unsubscribe.d.ts.map +1 -0
- package/dist/types/Unsubscribe.js +17 -0
- package/dist/types/Unsubscribe.js.map +1 -0
- package/dist/types/Unsubscribe.mjs +1 -0
- package/dist/types/Unsubscribe.mjs.map +1 -0
- package/dist/types/index.d.ts +6 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/index.js +17 -0
- package/dist/types/index.js.map +1 -0
- package/dist/types/index.mjs +1 -0
- package/dist/types/index.mjs.map +1 -0
- package/dist/ui/assistant-action-bar.d.ts +22 -0
- package/dist/ui/assistant-action-bar.d.ts.map +1 -0
- package/dist/ui/assistant-action-bar.js +191 -0
- package/dist/ui/assistant-action-bar.js.map +1 -0
- package/dist/ui/assistant-action-bar.mjs +181 -0
- package/dist/ui/assistant-action-bar.mjs.map +1 -0
- package/dist/ui/assistant-message.d.ts +24 -0
- package/dist/ui/assistant-message.d.ts.map +1 -0
- package/dist/ui/assistant-message.js +100 -0
- package/dist/ui/assistant-message.js.map +1 -0
- package/dist/ui/assistant-message.mjs +70 -0
- package/dist/ui/assistant-message.mjs.map +1 -0
- package/dist/ui/assistant-modal.d.ts +23 -0
- package/dist/ui/assistant-modal.d.ts.map +1 -0
- package/dist/ui/assistant-modal.js +124 -0
- package/dist/ui/assistant-modal.js.map +1 -0
- package/dist/ui/assistant-modal.mjs +99 -0
- package/dist/ui/assistant-modal.mjs.map +1 -0
- package/dist/ui/attachment.d.ts +14 -0
- package/dist/ui/attachment.d.ts.map +1 -0
- package/dist/ui/attachment.js +163 -0
- package/dist/ui/attachment.js.map +1 -0
- package/dist/ui/attachment.mjs +155 -0
- package/dist/ui/attachment.mjs.map +1 -0
- package/dist/ui/base/CircleStopIcon.d.ts +3 -0
- package/dist/ui/base/CircleStopIcon.d.ts.map +1 -0
- package/dist/ui/base/CircleStopIcon.js +43 -0
- package/dist/ui/base/CircleStopIcon.js.map +1 -0
- package/dist/ui/base/CircleStopIcon.mjs +19 -0
- package/dist/ui/base/CircleStopIcon.mjs.map +1 -0
- package/dist/ui/base/avatar.d.ts +12 -0
- package/dist/ui/base/avatar.d.ts.map +1 -0
- package/dist/ui/base/avatar.js +68 -0
- package/dist/ui/base/avatar.js.map +1 -0
- package/dist/ui/base/avatar.mjs +31 -0
- package/dist/ui/base/avatar.mjs.map +1 -0
- package/dist/ui/base/button.d.ts +17 -0
- package/dist/ui/base/button.d.ts.map +1 -0
- package/dist/ui/base/button.js +64 -0
- package/dist/ui/base/button.js.map +1 -0
- package/dist/ui/base/button.mjs +39 -0
- package/dist/ui/base/button.mjs.map +1 -0
- package/dist/ui/base/dialog.d.ts +10 -0
- package/dist/ui/base/dialog.d.ts.map +1 -0
- package/dist/ui/base/dialog.js +79 -0
- package/dist/ui/base/dialog.js.map +1 -0
- package/dist/ui/base/dialog.mjs +40 -0
- package/dist/ui/base/dialog.mjs.map +1 -0
- package/dist/ui/base/index.d.ts +6 -0
- package/dist/ui/base/index.d.ts.map +1 -0
- package/dist/ui/base/index.js +53 -0
- package/dist/ui/base/index.js.map +1 -0
- package/dist/ui/base/index.mjs +26 -0
- package/dist/ui/base/index.mjs.map +1 -0
- package/dist/ui/base/tooltip-icon-button.d.ts +17 -0
- package/dist/ui/base/tooltip-icon-button.d.ts.map +1 -0
- package/dist/ui/base/tooltip-icon-button.js +43 -0
- package/dist/ui/base/tooltip-icon-button.js.map +1 -0
- package/dist/ui/base/tooltip-icon-button.mjs +19 -0
- package/dist/ui/base/tooltip-icon-button.mjs.map +1 -0
- package/dist/ui/base/tooltip.d.ts +6 -0
- package/dist/ui/base/tooltip.d.ts.map +1 -0
- package/dist/ui/base/tooltip.js +56 -0
- package/dist/ui/base/tooltip.js.map +1 -0
- package/dist/ui/base/tooltip.mjs +20 -0
- package/dist/ui/base/tooltip.mjs.map +1 -0
- package/dist/ui/branch-picker.d.ts +17 -0
- package/dist/ui/branch-picker.d.ts.map +1 -0
- package/dist/ui/branch-picker.js +87 -0
- package/dist/ui/branch-picker.js.map +1 -0
- package/dist/ui/branch-picker.mjs +69 -0
- package/dist/ui/branch-picker.mjs.map +1 -0
- package/dist/ui/composer.d.ts +51 -0
- package/dist/ui/composer.d.ts.map +1 -0
- package/dist/ui/composer.js +166 -0
- package/dist/ui/composer.js.map +1 -0
- package/dist/ui/composer.mjs +138 -0
- package/dist/ui/composer.mjs.map +1 -0
- package/dist/ui/content-part.d.ts +7 -0
- package/dist/ui/content-part.d.ts.map +1 -0
- package/dist/ui/content-part.js +58 -0
- package/dist/ui/content-part.js.map +1 -0
- package/dist/ui/content-part.mjs +24 -0
- package/dist/ui/content-part.mjs.map +1 -0
- package/dist/ui/edit-composer.d.ts +24 -0
- package/dist/ui/edit-composer.d.ts.map +1 -0
- package/dist/ui/edit-composer.js +75 -0
- package/dist/ui/edit-composer.js.map +1 -0
- package/dist/ui/edit-composer.mjs +55 -0
- package/dist/ui/edit-composer.mjs.map +1 -0
- package/dist/ui/index.d.ts +22 -0
- package/dist/ui/index.d.ts.map +1 -0
- package/dist/ui/index.js +81 -0
- package/dist/ui/index.js.map +1 -0
- package/dist/ui/index.mjs +45 -0
- package/dist/ui/index.mjs.map +1 -0
- package/dist/ui/thread-config.d.ts +143 -0
- package/dist/ui/thread-config.d.ts.map +1 -0
- package/dist/ui/thread-config.js +54 -0
- package/dist/ui/thread-config.js.map +1 -0
- package/dist/ui/thread-config.mjs +32 -0
- package/dist/ui/thread-config.mjs.map +1 -0
- package/dist/ui/thread-welcome.d.ts +33 -0
- package/dist/ui/thread-welcome.d.ts.map +1 -0
- package/dist/ui/thread-welcome.js +99 -0
- package/dist/ui/thread-welcome.js.map +1 -0
- package/dist/ui/thread-welcome.mjs +79 -0
- package/dist/ui/thread-welcome.mjs.map +1 -0
- package/dist/ui/thread.d.ts +53 -0
- package/dist/ui/thread.d.ts.map +1 -0
- package/dist/ui/thread.js +137 -0
- package/dist/ui/thread.js.map +1 -0
- package/dist/ui/thread.mjs +112 -0
- package/dist/ui/thread.mjs.map +1 -0
- package/dist/ui/user-action-bar.d.ts +14 -0
- package/dist/ui/user-action-bar.d.ts.map +1 -0
- package/dist/ui/user-action-bar.js +61 -0
- package/dist/ui/user-action-bar.js.map +1 -0
- package/dist/ui/user-action-bar.mjs +43 -0
- package/dist/ui/user-action-bar.mjs.map +1 -0
- package/dist/ui/user-message.d.ts +32 -0
- package/dist/ui/user-message.d.ts.map +1 -0
- package/dist/ui/user-message.js +95 -0
- package/dist/ui/user-message.js.map +1 -0
- package/dist/ui/user-message.mjs +65 -0
- package/dist/ui/user-message.mjs.map +1 -0
- package/dist/ui/utils/withDefaults.d.ts +6 -0
- package/dist/ui/utils/withDefaults.d.ts.map +1 -0
- package/dist/ui/utils/withDefaults.js +64 -0
- package/dist/ui/utils/withDefaults.js.map +1 -0
- package/dist/ui/utils/withDefaults.mjs +31 -0
- package/dist/ui/utils/withDefaults.mjs.map +1 -0
- package/dist/utils/ProxyConfigProvider.d.ts +10 -0
- package/dist/utils/ProxyConfigProvider.d.ts.map +1 -0
- package/dist/utils/ProxyConfigProvider.js +55 -0
- package/dist/utils/ProxyConfigProvider.js.map +1 -0
- package/dist/utils/ProxyConfigProvider.mjs +33 -0
- package/dist/utils/ProxyConfigProvider.mjs.map +1 -0
- package/dist/utils/RequireAtLeastOne.d.ts +4 -0
- package/dist/utils/RequireAtLeastOne.d.ts.map +1 -0
- package/dist/utils/RequireAtLeastOne.js +18 -0
- package/dist/utils/RequireAtLeastOne.js.map +1 -0
- package/dist/utils/RequireAtLeastOne.mjs +2 -0
- package/dist/utils/RequireAtLeastOne.mjs.map +1 -0
- package/dist/utils/combined/createCombinedStore.d.ts +8 -0
- package/dist/utils/combined/createCombinedStore.d.ts.map +1 -0
- package/dist/utils/combined/createCombinedStore.js +44 -0
- package/dist/utils/combined/createCombinedStore.js.map +1 -0
- package/dist/utils/combined/createCombinedStore.mjs +20 -0
- package/dist/utils/combined/createCombinedStore.mjs.map +1 -0
- package/dist/utils/combined/useCombinedStore.d.ts +3 -0
- package/dist/utils/combined/useCombinedStore.d.ts.map +1 -0
- package/dist/utils/combined/useCombinedStore.js +34 -0
- package/dist/utils/combined/useCombinedStore.js.map +1 -0
- package/dist/utils/combined/useCombinedStore.mjs +12 -0
- package/dist/utils/combined/useCombinedStore.mjs.map +1 -0
- package/dist/utils/createActionButton.d.ts +13 -0
- package/dist/utils/createActionButton.d.ts.map +1 -0
- package/dist/utils/createActionButton.js +61 -0
- package/dist/utils/createActionButton.js.map +1 -0
- package/dist/utils/createActionButton.mjs +37 -0
- package/dist/utils/createActionButton.mjs.map +1 -0
- package/dist/utils/getThreadMessageText.d.ts +3 -0
- package/dist/utils/getThreadMessageText.d.ts.map +1 -0
- package/dist/utils/getThreadMessageText.js +34 -0
- package/dist/utils/getThreadMessageText.js.map +1 -0
- package/dist/utils/getThreadMessageText.mjs +10 -0
- package/dist/utils/getThreadMessageText.mjs.map +1 -0
- package/dist/utils/hooks/useManagedRef.d.ts +2 -0
- package/dist/utils/hooks/useManagedRef.d.ts.map +1 -0
- package/dist/utils/hooks/useManagedRef.js +44 -0
- package/dist/utils/hooks/useManagedRef.js.map +1 -0
- package/dist/utils/hooks/useManagedRef.mjs +20 -0
- package/dist/utils/hooks/useManagedRef.mjs.map +1 -0
- package/dist/utils/hooks/useOnResizeContent.d.ts +2 -0
- package/dist/utils/hooks/useOnResizeContent.d.ts.map +1 -0
- package/dist/utils/hooks/useOnResizeContent.js +67 -0
- package/dist/utils/hooks/useOnResizeContent.js.map +1 -0
- package/dist/utils/hooks/useOnResizeContent.mjs +43 -0
- package/dist/utils/hooks/useOnResizeContent.mjs.map +1 -0
- package/dist/utils/hooks/useOnScrollToBottom.d.ts +2 -0
- package/dist/utils/hooks/useOnScrollToBottom.d.ts.map +1 -0
- package/dist/utils/hooks/useOnScrollToBottom.js +38 -0
- package/dist/utils/hooks/useOnScrollToBottom.js.map +1 -0
- package/dist/utils/hooks/useOnScrollToBottom.mjs +14 -0
- package/dist/utils/hooks/useOnScrollToBottom.mjs.map +1 -0
- package/dist/utils/idUtils.d.ts +4 -0
- package/dist/utils/idUtils.d.ts.map +1 -0
- package/dist/utils/idUtils.js +40 -0
- package/dist/utils/idUtils.js.map +1 -0
- package/dist/utils/idUtils.mjs +14 -0
- package/dist/utils/idUtils.mjs.map +1 -0
- package/dist/utils/smooth/SmoothContext.d.ts +87 -0
- package/dist/utils/smooth/SmoothContext.d.ts.map +1 -0
- package/dist/utils/smooth/SmoothContext.js +72 -0
- package/dist/utils/smooth/SmoothContext.js.map +1 -0
- package/dist/utils/smooth/SmoothContext.mjs +50 -0
- package/dist/utils/smooth/SmoothContext.mjs.map +1 -0
- package/dist/utils/smooth/index.d.ts +4 -0
- package/dist/utils/smooth/index.d.ts.map +1 -0
- package/dist/utils/smooth/index.js +35 -0
- package/dist/utils/smooth/index.js.map +1 -0
- package/dist/utils/smooth/index.mjs +9 -0
- package/dist/utils/smooth/index.mjs.map +1 -0
- package/dist/utils/smooth/useSmooth.d.ts +4 -0
- package/dist/utils/smooth/useSmooth.d.ts.map +1 -0
- package/dist/utils/smooth/useSmooth.js +139 -0
- package/dist/utils/smooth/useSmooth.js.map +1 -0
- package/dist/utils/smooth/useSmooth.mjs +115 -0
- package/dist/utils/smooth/useSmooth.mjs.map +1 -0
- package/package.json +15 -28
- package/src/api/AssistantRuntime.ts +107 -0
- package/src/api/AttachmentRuntime.ts +123 -0
- package/src/api/ComposerRuntime.ts +505 -0
- package/src/api/ContentPartRuntime.ts +76 -0
- package/src/api/MessageRuntime.ts +333 -0
- package/src/api/RuntimePathTypes.ts +51 -0
- package/src/api/ThreadManagerRuntime.ts +80 -0
- package/src/api/ThreadRuntime.ts +519 -0
- package/src/api/index.ts +20 -0
- package/src/api/subscribable/BaseSubject.ts +36 -0
- package/src/api/subscribable/LazyMemoizeSubject.ts +42 -0
- package/src/api/subscribable/NestedSubscriptionSubject.ts +53 -0
- package/src/api/subscribable/SKIP_UPDATE.ts +2 -0
- package/src/api/subscribable/ShallowMemoizeSubject.ts +47 -0
- package/src/api/subscribable/Subscribable.ts +15 -0
- package/src/api/subscribable/shallowEqual.ts +16 -0
- package/src/context/ReadonlyStore.ts +7 -0
- package/src/context/index.ts +3 -0
- package/src/context/providers/AssistantRuntimeProvider.tsx +74 -0
- package/src/context/providers/AttachmentRuntimeProvider.tsx +60 -0
- package/src/context/providers/ContentPartRuntimeProvider.tsx +51 -0
- package/src/context/providers/MessageRuntimeProvider.tsx +74 -0
- package/src/context/providers/TextContentPartProvider.tsx +75 -0
- package/src/context/providers/ThreadRuntimeProvider.tsx +87 -0
- package/src/context/providers/index.ts +2 -0
- package/src/context/react/AssistantContext.ts +74 -0
- package/src/context/react/AttachmentContext.ts +193 -0
- package/src/context/react/ComposerContext.ts +45 -0
- package/src/context/react/ContentPartContext.ts +42 -0
- package/src/context/react/MessageContext.ts +54 -0
- package/src/context/react/ThreadContext.ts +110 -0
- package/src/context/react/index.ts +160 -0
- package/src/context/react/utils/createContextHook.ts +26 -0
- package/src/context/react/utils/createContextStoreHook.ts +74 -0
- package/src/context/stores/AssistantToolUIs.ts +46 -0
- package/src/context/stores/MessageUtils.ts +23 -0
- package/src/context/stores/ThreadViewport.tsx +28 -0
- package/src/context/stores/index.ts +3 -0
- package/src/edge.ts +4 -0
- package/src/hooks/index.ts +2 -0
- package/src/hooks/useAppendMessage.tsx +19 -0
- package/src/hooks/useSwitchToNewThread.tsx +14 -0
- package/src/index.ts +11 -0
- package/src/internal.ts +15 -0
- package/src/model-config/index.ts +12 -0
- package/src/model-config/makeAssistantTool.tsx +21 -0
- package/src/model-config/makeAssistantToolUI.tsx +24 -0
- package/src/model-config/useAssistantInstructions.tsx +16 -0
- package/src/model-config/useAssistantTool.tsx +45 -0
- package/src/model-config/useAssistantToolUI.tsx +24 -0
- package/src/model-config/useInlineRender.tsx +18 -0
- package/src/primitive-hooks/actionBar/index.ts +39 -0
- package/src/primitive-hooks/actionBar/useActionBarCopy.tsx +41 -0
- package/src/primitive-hooks/actionBar/useActionBarEdit.tsx +14 -0
- package/src/primitive-hooks/actionBar/useActionBarFeedbackNegative.tsx +12 -0
- package/src/primitive-hooks/actionBar/useActionBarFeedbackPositive.tsx +12 -0
- package/src/primitive-hooks/actionBar/useActionBarReload.tsx +21 -0
- package/src/primitive-hooks/actionBar/useActionBarSpeak.tsx +20 -0
- package/src/primitive-hooks/actionBar/useActionBarStopSpeaking.tsx +18 -0
- package/src/primitive-hooks/attachment/useAttachmentRemove.ts +12 -0
- package/src/primitive-hooks/branchPicker/index.ts +18 -0
- package/src/primitive-hooks/branchPicker/useBranchPickerCount.tsx +7 -0
- package/src/primitive-hooks/branchPicker/useBranchPickerNext.tsx +17 -0
- package/src/primitive-hooks/branchPicker/useBranchPickerNumber.tsx +8 -0
- package/src/primitive-hooks/branchPicker/useBranchPickerPrevious.tsx +17 -0
- package/src/primitive-hooks/composer/index.ts +17 -0
- package/src/primitive-hooks/composer/useComposerAddAttachment.tsx +28 -0
- package/src/primitive-hooks/composer/useComposerCancel.tsx +14 -0
- package/src/primitive-hooks/composer/useComposerIf.tsx +19 -0
- package/src/primitive-hooks/composer/useComposerSend.tsx +23 -0
- package/src/primitive-hooks/contentPart/index.ts +3 -0
- package/src/primitive-hooks/contentPart/useContentPartDisplay.tsx +16 -0
- package/src/primitive-hooks/contentPart/useContentPartImage.tsx +17 -0
- package/src/primitive-hooks/contentPart/useContentPartText.tsx +16 -0
- package/src/primitive-hooks/index.ts +6 -0
- package/src/primitive-hooks/message/index.ts +4 -0
- package/src/primitive-hooks/message/useMessageIf.tsx +79 -0
- package/src/primitive-hooks/thread/index.ts +16 -0
- package/src/primitive-hooks/thread/useThread.tsx +1 -0
- package/src/primitive-hooks/thread/useThreadEmpty.tsx +5 -0
- package/src/primitive-hooks/thread/useThreadIf.tsx +25 -0
- package/src/primitive-hooks/thread/useThreadScrollToBottom.tsx +16 -0
- package/src/primitive-hooks/thread/useThreadSuggestion.tsx +29 -0
- package/src/primitive-hooks/thread/useThreadViewportAutoScroll.tsx +98 -0
- package/src/primitives/actionBar/ActionBarCopy.tsx +40 -0
- package/src/primitives/actionBar/ActionBarEdit.tsx +23 -0
- package/src/primitives/actionBar/ActionBarFeedbackNegative.tsx +44 -0
- package/src/primitives/actionBar/ActionBarFeedbackPositive.tsx +44 -0
- package/src/primitives/actionBar/ActionBarReload.tsx +23 -0
- package/src/primitives/actionBar/ActionBarRoot.tsx +46 -0
- package/src/primitives/actionBar/ActionBarSpeak.tsx +23 -0
- package/src/primitives/actionBar/ActionBarStopSpeaking.tsx +48 -0
- package/src/primitives/actionBar/index.ts +8 -0
- package/src/primitives/actionBar/types.ts +8 -0
- package/src/primitives/actionBar/useActionBarFloatStatus.tsx +54 -0
- package/src/primitives/assistantModal/AssistantModalAnchor.tsx +27 -0
- package/src/primitives/assistantModal/AssistantModalContent.tsx +58 -0
- package/src/primitives/assistantModal/AssistantModalRoot.tsx +70 -0
- package/src/primitives/assistantModal/AssistantModalTrigger.tsx +35 -0
- package/src/primitives/assistantModal/index.ts +4 -0
- package/src/primitives/assistantModal/scope.tsx +5 -0
- package/src/primitives/assistantModal/types.ts +3 -0
- package/src/primitives/attachment/AttachmentName.tsx +17 -0
- package/src/primitives/attachment/AttachmentRemove.tsx +18 -0
- package/src/primitives/attachment/AttachmentRoot.tsx +18 -0
- package/src/primitives/attachment/AttachmentThumb.tsx +26 -0
- package/src/primitives/attachment/index.ts +4 -0
- package/src/primitives/attachment/types.ts +0 -0
- package/src/primitives/branchPicker/BranchPickerCount.tsx +22 -0
- package/src/primitives/branchPicker/BranchPickerNext.tsx +24 -0
- package/src/primitives/branchPicker/BranchPickerNumber.tsx +22 -0
- package/src/primitives/branchPicker/BranchPickerPrevious.tsx +23 -0
- package/src/primitives/branchPicker/BranchPickerRoot.tsx +30 -0
- package/src/primitives/branchPicker/index.ts +5 -0
- package/src/primitives/branchPicker/types.ts +5 -0
- package/src/primitives/composer/ComposerAddAttachment.tsx +23 -0
- package/src/primitives/composer/ComposerAttachments.tsx +97 -0
- package/src/primitives/composer/ComposerCancel.tsx +23 -0
- package/src/primitives/composer/ComposerIf.tsx +26 -0
- package/src/primitives/composer/ComposerInput.tsx +152 -0
- package/src/primitives/composer/ComposerRoot.tsx +42 -0
- package/src/primitives/composer/ComposerSend.tsx +23 -0
- package/src/primitives/composer/index.ts +7 -0
- package/src/primitives/composer/types.ts +5 -0
- package/src/primitives/contentPart/ContentPartDisplay.tsx +21 -0
- package/src/primitives/contentPart/ContentPartImage.tsx +23 -0
- package/src/primitives/contentPart/ContentPartInProgress.tsx +23 -0
- package/src/primitives/contentPart/ContentPartText.tsx +42 -0
- package/src/primitives/contentPart/index.ts +4 -0
- package/src/primitives/contentPart/types.ts +4 -0
- package/src/primitives/index.ts +16 -0
- package/src/primitives/message/MessageAttachments.tsx +100 -0
- package/src/primitives/message/MessageContent.tsx +179 -0
- package/src/primitives/message/MessageIf.tsx +26 -0
- package/src/primitives/message/MessageInProgress.tsx +22 -0
- package/src/primitives/message/MessageRoot.tsx +62 -0
- package/src/primitives/message/index.ts +5 -0
- package/src/primitives/message/types.ts +4 -0
- package/src/primitives/thread/ThreadEmpty.tsx +22 -0
- package/src/primitives/thread/ThreadIf.tsx +26 -0
- package/src/primitives/thread/ThreadMessages.tsx +164 -0
- package/src/primitives/thread/ThreadRoot.tsx +23 -0
- package/src/primitives/thread/ThreadScrollToBottom.tsx +24 -0
- package/src/primitives/thread/ThreadSuggestion.tsx +24 -0
- package/src/primitives/thread/ThreadViewport.tsx +39 -0
- package/src/primitives/thread/index.ts +7 -0
- package/src/primitives/thread/types.ts +7 -0
- package/src/runtimes/attachment/AttachmentAdapter.ts +23 -0
- package/src/runtimes/attachment/CompositeAttachmentAdapter.ts +104 -0
- package/src/runtimes/attachment/SimpleImageAttachmentAdapter.ts +49 -0
- package/src/runtimes/attachment/SimpleTextAttachmentAdapter.ts +50 -0
- package/src/runtimes/attachment/index.ts +4 -0
- package/src/runtimes/composer/BaseComposerRuntimeCore.tsx +120 -0
- package/src/runtimes/composer/DefaultEditComposerRuntimeCore.tsx +56 -0
- package/src/runtimes/composer/DefaultThreadComposerRuntimeCore.tsx +52 -0
- package/src/runtimes/core/AssistantRuntimeCore.tsx +9 -0
- package/src/runtimes/core/BaseAssistantRuntimeCore.tsx +18 -0
- package/src/runtimes/core/BaseThreadRuntimeCore.tsx +194 -0
- package/src/runtimes/core/ComposerRuntimeCore.tsx +32 -0
- package/src/runtimes/core/ThreadManagerRuntimeCore.tsx +27 -0
- package/src/runtimes/core/ThreadRuntimeCore.tsx +96 -0
- package/src/runtimes/core/index.ts +7 -0
- package/src/runtimes/core/subscribeToMainThread.ts +30 -0
- package/src/runtimes/dangerous-in-browser/DangerousInBrowserAdapter.ts +42 -0
- package/src/runtimes/dangerous-in-browser/index.ts +4 -0
- package/src/runtimes/dangerous-in-browser/useDangerousInBrowserRuntime.ts +19 -0
- package/src/runtimes/edge/EdgeChatAdapter.ts +93 -0
- package/src/runtimes/edge/EdgeRuntimeRequestOptions.ts +93 -0
- package/src/runtimes/edge/converters/fromCoreMessage.ts +67 -0
- package/src/runtimes/edge/converters/fromLanguageModelMessages.ts +125 -0
- package/src/runtimes/edge/converters/fromLanguageModelTools.ts +16 -0
- package/src/runtimes/edge/converters/index.ts +41 -0
- package/src/runtimes/edge/converters/toCoreMessages.ts +61 -0
- package/src/runtimes/edge/converters/toLanguageModelMessages.ts +143 -0
- package/src/runtimes/edge/converters/toLanguageModelTools.ts +18 -0
- package/src/runtimes/edge/createEdgeRuntimeAPI.ts +253 -0
- package/src/runtimes/edge/index.ts +7 -0
- package/src/runtimes/edge/partial-json/fix-json.ts +417 -0
- package/src/runtimes/edge/partial-json/parse-partial-json.ts +14 -0
- package/src/runtimes/edge/streams/AssistantStreamChunkType.ts +58 -0
- package/src/runtimes/edge/streams/assistantDecoderStream.ts +139 -0
- package/src/runtimes/edge/streams/assistantEncoderStream.ts +95 -0
- package/src/runtimes/edge/streams/runResultStream.ts +254 -0
- package/src/runtimes/edge/streams/toolResultStream.ts +123 -0
- package/src/runtimes/edge/streams/utils/PipeableTransformStream.ts +10 -0
- package/src/runtimes/edge/streams/utils/StreamPart.ts +3 -0
- package/src/runtimes/edge/streams/utils/chunkByLineStream.ts +24 -0
- package/src/runtimes/edge/streams/utils/index.ts +15 -0
- package/src/runtimes/edge/streams/utils/streamPartDecoderStream.ts +29 -0
- package/src/runtimes/edge/streams/utils/streamPartEncoderStream.ts +23 -0
- package/src/runtimes/edge/useEdgeRuntime.ts +15 -0
- package/src/runtimes/external-store/ExternalStoreAdapter.tsx +85 -0
- package/src/runtimes/external-store/ExternalStoreRuntimeCore.tsx +39 -0
- package/src/runtimes/external-store/ExternalStoreThreadManagementAdapter.tsx +124 -0
- package/src/runtimes/external-store/ExternalStoreThreadRuntimeCore.tsx +246 -0
- package/src/runtimes/external-store/ThreadMessageConverter.ts +23 -0
- package/src/runtimes/external-store/ThreadMessageLike.tsx +133 -0
- package/src/runtimes/external-store/auto-status.tsx +13 -0
- package/src/runtimes/external-store/external-message-converter.tsx +205 -0
- package/src/runtimes/external-store/getExternalStoreMessage.tsx +11 -0
- package/src/runtimes/external-store/index.ts +8 -0
- package/src/runtimes/external-store/useExternalStoreRuntime.tsx +18 -0
- package/src/runtimes/feedback/FeedbackAdapter.ts +10 -0
- package/src/runtimes/feedback/index.ts +1 -0
- package/src/runtimes/index.ts +8 -0
- package/src/runtimes/local/ChatModelAdapter.tsx +46 -0
- package/src/runtimes/local/LocalRuntimeCore.tsx +69 -0
- package/src/runtimes/local/LocalRuntimeOptions.tsx +42 -0
- package/src/runtimes/local/LocalThreadManagerRuntimeCore.tsx +171 -0
- package/src/runtimes/local/LocalThreadRuntimeCore.tsx +274 -0
- package/src/runtimes/local/index.ts +8 -0
- package/src/runtimes/local/shouldContinue.tsx +6 -0
- package/src/runtimes/local/useLocalRuntime.tsx +57 -0
- package/src/runtimes/speech/SpeechAdapterTypes.ts +51 -0
- package/src/runtimes/speech/WebSpeechSynthesisAdapter.ts +48 -0
- package/src/runtimes/speech/index.ts +2 -0
- package/src/runtimes/utils/MessageRepository.tsx +279 -0
- package/src/styles/base.css +37 -0
- package/src/styles/index.css +4 -0
- package/src/styles/modal.css +1 -0
- package/src/styles/tailwindcss/base-components.css +69 -0
- package/src/styles/tailwindcss/modal.css +29 -0
- package/src/styles/tailwindcss/thread.css +221 -0
- package/src/styles/themes/default.css +61 -0
- package/src/tailwindcss/index.ts +142 -0
- package/src/types/AssistantTypes.ts +198 -0
- package/src/types/AttachmentTypes.ts +46 -0
- package/src/types/ContentPartComponentTypes.tsx +70 -0
- package/src/types/ModelConfigTypes.ts +97 -0
- package/src/types/Unsubscribe.tsx +1 -0
- package/src/types/index.ts +57 -0
- package/src/ui/assistant-action-bar.tsx +304 -0
- package/src/ui/assistant-message.tsx +98 -0
- package/src/ui/assistant-modal.tsx +149 -0
- package/src/ui/attachment.tsx +208 -0
- package/src/ui/base/CircleStopIcon.tsx +17 -0
- package/src/ui/base/avatar.tsx +43 -0
- package/src/ui/base/button.tsx +44 -0
- package/src/ui/base/dialog.tsx +115 -0
- package/src/ui/base/index.ts +18 -0
- package/src/ui/base/tooltip-icon-button.tsx +29 -0
- package/src/ui/base/tooltip.tsx +24 -0
- package/src/ui/branch-picker.tsx +120 -0
- package/src/ui/composer.tsx +218 -0
- package/src/ui/content-part.tsx +21 -0
- package/src/ui/edit-composer.tsx +98 -0
- package/src/ui/index.ts +55 -0
- package/src/ui/thread-config.tsx +214 -0
- package/src/ui/thread-welcome.tsx +143 -0
- package/src/ui/thread.tsx +179 -0
- package/src/ui/user-action-bar.tsx +69 -0
- package/src/ui/user-message.tsx +104 -0
- package/src/ui/utils/withDefaults.tsx +39 -0
- package/src/utils/ProxyConfigProvider.ts +36 -0
- package/src/utils/RequireAtLeastOne.tsx +8 -0
- package/src/utils/combined/createCombinedStore.ts +31 -0
- package/src/utils/combined/useCombinedStore.ts +15 -0
- package/src/utils/createActionButton.tsx +53 -0
- package/src/utils/getThreadMessageText.tsx +15 -0
- package/src/utils/hooks/useManagedRef.ts +24 -0
- package/src/utils/hooks/useOnResizeContent.tsx +49 -0
- package/src/utils/hooks/useOnScrollToBottom.tsx +12 -0
- package/src/utils/idUtils.tsx +10 -0
- package/src/utils/smooth/SmoothContext.tsx +82 -0
- package/src/utils/smooth/index.ts +3 -0
- package/src/utils/smooth/useSmooth.tsx +144 -0
- package/dist/chunk-BJPOCE4O.mjs +0 -11
- package/dist/chunk-C57XMNDQ.mjs +0 -1181
- package/dist/chunk-C57XMNDQ.mjs.map +0 -1
- package/dist/chunk-MRIZ4RHI.js +0 -1179
- package/dist/chunk-MRIZ4RHI.js.map +0 -1
- package/dist/chunk-PZ5AY32C.js +0 -10
- package/dist/chunk-PZ5AY32C.js.map +0 -1
- package/dist/edge-Bycfnl_J.d.mts +0 -555
- package/dist/edge-Bycfnl_J.d.ts +0 -555
- package/dist/index.d.mts +0 -4226
- package/dist/styles/index.d.ts +0 -2
- package/dist/styles/modal.d.ts +0 -2
- package/dist/tailwindcss/index.d.mts +0 -51
- /package/dist/{chunk-BJPOCE4O.mjs.map → api/RuntimePathTypes.mjs.map} +0 -0
package/dist/index.d.mts
DELETED
@@ -1,4226 +0,0 @@
|
|
1
|
-
import { A as Attachment$1, U as Unsubscribe, P as PendingAttachment, T as ThreadMessage, C as CoreMessage, a as AppendMessage, M as ModelConfig, b as ModelConfigProvider, c as ThreadAssistantContentPart, d as MessageStatus, e as ThreadStep, f as PendingAttachmentStatus, g as CompleteAttachment, h as CompleteAttachmentStatus, i as TextContentPart, j as Tool, I as ImageContentPart, k as Unstable_AudioContentPart, l as ToolCallContentPart, m as CoreToolCallContentPart, n as UIContentPart, o as CreateEdgeRuntimeAPIOptions, p as ThreadUserContentPart, q as ContentPartStatus, r as ToolCallContentPartStatus } from './edge-Bycfnl_J.mjs';
|
2
|
-
export { s as AttachmentStatus, x as CoreAssistantContentPart, B as CoreAssistantMessage, y as CoreSystemMessage, w as CoreUserContentPart, z as CoreUserMessage, E as EdgeRuntimeRequestOptions, u as ThreadAssistantMessage, t as ThreadSystemMessage, v as ThreadUserMessage } from './edge-Bycfnl_J.mjs';
|
3
|
-
import * as react from 'react';
|
4
|
-
import { ComponentType, PropsWithChildren, FC, ElementRef, ComponentPropsWithoutRef, ElementType, ReactNode } from 'react';
|
5
|
-
import { StoreApi, UseBoundStore } from 'zustand';
|
6
|
-
import { Primitive } from '@radix-ui/react-primitive';
|
7
|
-
import * as PopoverPrimitive from '@radix-ui/react-popover';
|
8
|
-
import * as react_textarea_autosize from 'react-textarea-autosize';
|
9
|
-
import { TextareaAutosizeProps } from 'react-textarea-autosize';
|
10
|
-
import { LanguageModelV1Message, LanguageModelV1FunctionTool } from '@ai-sdk/provider';
|
11
|
-
import * as class_variance_authority from 'class-variance-authority';
|
12
|
-
import { VariantProps } from 'class-variance-authority';
|
13
|
-
import * as class_variance_authority_types from 'class-variance-authority/types';
|
14
|
-
import 'json-schema';
|
15
|
-
import 'zod';
|
16
|
-
|
17
|
-
type ComposerRuntimeCore = Readonly<{
|
18
|
-
attachments: readonly Attachment$1[];
|
19
|
-
getAttachmentAccept(): string;
|
20
|
-
addAttachment: (file: File) => Promise<void>;
|
21
|
-
removeAttachment: (attachmentId: string) => Promise<void>;
|
22
|
-
isEditing: boolean;
|
23
|
-
canCancel: boolean;
|
24
|
-
isEmpty: boolean;
|
25
|
-
text: string;
|
26
|
-
setText: (value: string) => void;
|
27
|
-
/**
|
28
|
-
* @deprecated This method will be removed in 0.6.0. Submit feedback if you need this functionality.
|
29
|
-
*/
|
30
|
-
reset: () => void;
|
31
|
-
send: () => void;
|
32
|
-
cancel: () => void;
|
33
|
-
subscribe: (callback: () => void) => Unsubscribe;
|
34
|
-
}>;
|
35
|
-
type ThreadComposerRuntimeCore = ComposerRuntimeCore & Readonly<{
|
36
|
-
attachments: readonly PendingAttachment[];
|
37
|
-
}>;
|
38
|
-
|
39
|
-
declare namespace SpeechSynthesisAdapter {
|
40
|
-
type Status = {
|
41
|
-
type: "starting" | "running";
|
42
|
-
} | {
|
43
|
-
type: "ended";
|
44
|
-
reason: "finished" | "cancelled" | "error";
|
45
|
-
error?: unknown;
|
46
|
-
};
|
47
|
-
type Utterance = {
|
48
|
-
status: Status;
|
49
|
-
cancel: () => void;
|
50
|
-
subscribe: (callback: () => void) => Unsubscribe;
|
51
|
-
};
|
52
|
-
}
|
53
|
-
type SpeechSynthesisAdapter = {
|
54
|
-
speak: (text: string) => SpeechSynthesisAdapter.Utterance;
|
55
|
-
};
|
56
|
-
|
57
|
-
declare class WebSpeechSynthesisAdapter implements SpeechSynthesisAdapter {
|
58
|
-
speak(text: string): SpeechSynthesisAdapter.Utterance;
|
59
|
-
}
|
60
|
-
|
61
|
-
interface ExportedMessageRepository {
|
62
|
-
headId?: string | null;
|
63
|
-
messages: Array<{
|
64
|
-
message: ThreadMessage;
|
65
|
-
parentId: string | null;
|
66
|
-
}>;
|
67
|
-
}
|
68
|
-
declare class MessageRepository {
|
69
|
-
private messages;
|
70
|
-
private head;
|
71
|
-
private root;
|
72
|
-
private performOp;
|
73
|
-
getMessages(): ThreadMessage[];
|
74
|
-
addOrUpdateMessage(parentId: string | null, message: ThreadMessage): void;
|
75
|
-
getMessage(messageId: string): {
|
76
|
-
parentId: string | null;
|
77
|
-
message: ThreadMessage;
|
78
|
-
};
|
79
|
-
appendOptimisticMessage(parentId: string | null, message: CoreMessage): string;
|
80
|
-
deleteMessage(messageId: string, replacementId?: string | null | undefined): void;
|
81
|
-
getBranches(messageId: string): string[];
|
82
|
-
switchToBranch(messageId: string): void;
|
83
|
-
resetHead(messageId: string | null): void;
|
84
|
-
export(): ExportedMessageRepository;
|
85
|
-
import({ headId, messages }: ExportedMessageRepository): void;
|
86
|
-
}
|
87
|
-
|
88
|
-
type RuntimeCapabilities = Readonly<{
|
89
|
-
switchToBranch: boolean;
|
90
|
-
edit: boolean;
|
91
|
-
reload: boolean;
|
92
|
-
cancel: boolean;
|
93
|
-
unstable_copy: boolean;
|
94
|
-
speech: boolean;
|
95
|
-
attachments: boolean;
|
96
|
-
feedback: boolean;
|
97
|
-
}>;
|
98
|
-
type AddToolResultOptions = {
|
99
|
-
messageId: string;
|
100
|
-
toolName: string;
|
101
|
-
toolCallId: string;
|
102
|
-
result: any;
|
103
|
-
};
|
104
|
-
type SubmitFeedbackOptions = {
|
105
|
-
messageId: string;
|
106
|
-
type: "negative" | "positive";
|
107
|
-
};
|
108
|
-
type ThreadSuggestion = {
|
109
|
-
prompt: string;
|
110
|
-
};
|
111
|
-
type SpeechState = Readonly<{
|
112
|
-
messageId: string;
|
113
|
-
status: SpeechSynthesisAdapter.Status;
|
114
|
-
}>;
|
115
|
-
type SubmittedFeedback = Readonly<{
|
116
|
-
type: "negative" | "positive";
|
117
|
-
}>;
|
118
|
-
type ThreadRuntimeEventType = "switched-to" | "switched-away" | "run-start" | "model-config-update";
|
119
|
-
type ThreadRuntimeCore = Readonly<{
|
120
|
-
getMessageById: (messageId: string) => {
|
121
|
-
parentId: string | null;
|
122
|
-
message: ThreadMessage;
|
123
|
-
} | undefined;
|
124
|
-
getBranches: (messageId: string) => readonly string[];
|
125
|
-
switchToBranch: (branchId: string) => void;
|
126
|
-
append: (message: AppendMessage) => void;
|
127
|
-
startRun: (parentId: string | null) => void;
|
128
|
-
cancelRun: () => void;
|
129
|
-
addToolResult: (options: AddToolResultOptions) => void;
|
130
|
-
speak: (messageId: string) => void;
|
131
|
-
stopSpeaking: () => void;
|
132
|
-
getSubmittedFeedback: (messageId: string) => SubmittedFeedback | undefined;
|
133
|
-
submitFeedback: (feedback: SubmitFeedbackOptions) => void;
|
134
|
-
getModelConfig: () => ModelConfig;
|
135
|
-
composer: ThreadComposerRuntimeCore;
|
136
|
-
getEditComposer: (messageId: string) => ComposerRuntimeCore | undefined;
|
137
|
-
beginEdit: (messageId: string) => void;
|
138
|
-
speech: SpeechState | undefined;
|
139
|
-
capabilities: Readonly<RuntimeCapabilities>;
|
140
|
-
threadId: string;
|
141
|
-
isDisabled: boolean;
|
142
|
-
messages: readonly ThreadMessage[];
|
143
|
-
suggestions: readonly ThreadSuggestion[];
|
144
|
-
extras: unknown;
|
145
|
-
subscribe: (callback: () => void) => Unsubscribe;
|
146
|
-
import(repository: ExportedMessageRepository): void;
|
147
|
-
export(): ExportedMessageRepository;
|
148
|
-
unstable_on(event: ThreadRuntimeEventType, callback: () => void): Unsubscribe;
|
149
|
-
}>;
|
150
|
-
|
151
|
-
type ThreadManagerMetadata = {
|
152
|
-
threadId: string;
|
153
|
-
title?: string;
|
154
|
-
};
|
155
|
-
type ThreadManagerRuntimeCore = {
|
156
|
-
mainThread: ThreadRuntimeCore;
|
157
|
-
threads: readonly ThreadManagerMetadata[];
|
158
|
-
archivedThreads: readonly ThreadManagerMetadata[];
|
159
|
-
switchToThread(threadId: string): void;
|
160
|
-
switchToNewThread(): void;
|
161
|
-
rename(threadId: string, newTitle: string): Promise<void>;
|
162
|
-
archive(threadId: string): Promise<void>;
|
163
|
-
unarchive(threadId: string): Promise<void>;
|
164
|
-
delete(threadId: string): Promise<void>;
|
165
|
-
subscribe(callback: () => void): Unsubscribe;
|
166
|
-
};
|
167
|
-
|
168
|
-
type AssistantRuntimeCore = {
|
169
|
-
readonly threadManager: ThreadManagerRuntimeCore;
|
170
|
-
registerModelConfigProvider: (provider: ModelConfigProvider) => Unsubscribe;
|
171
|
-
};
|
172
|
-
|
173
|
-
/**
|
174
|
-
* @deprecated Use `runtime.thread.subscribe` instead. This will be removed in 0.6.0.
|
175
|
-
*/
|
176
|
-
declare const subscribeToMainThread: (runtime: AssistantRuntimeCore, callback: () => void) => () => void;
|
177
|
-
|
178
|
-
type ChatModelRunUpdate = {
|
179
|
-
content: ThreadAssistantContentPart[];
|
180
|
-
metadata?: Record<string, unknown>;
|
181
|
-
};
|
182
|
-
type ChatModelRunResult = {
|
183
|
-
content?: ThreadAssistantContentPart[];
|
184
|
-
status?: MessageStatus;
|
185
|
-
metadata?: {
|
186
|
-
/**
|
187
|
-
* @deprecated Use `steps` instead. This field will be removed in v0.6.
|
188
|
-
*/
|
189
|
-
roundtrips?: ThreadStep[];
|
190
|
-
steps?: ThreadStep[];
|
191
|
-
custom?: Record<string, unknown>;
|
192
|
-
};
|
193
|
-
};
|
194
|
-
type ChatModelRunOptions = {
|
195
|
-
messages: ThreadMessage[];
|
196
|
-
abortSignal: AbortSignal;
|
197
|
-
config: ModelConfig;
|
198
|
-
/**
|
199
|
-
* @deprecated Declare the run function as an AsyncGenerator instead. This method will be removed in v0.6
|
200
|
-
*/
|
201
|
-
onUpdate: (result: ChatModelRunUpdate) => void;
|
202
|
-
};
|
203
|
-
type ChatModelAdapter = {
|
204
|
-
run: (options: ChatModelRunOptions) => Promise<ChatModelRunResult> | AsyncGenerator<ChatModelRunResult, void>;
|
205
|
-
};
|
206
|
-
|
207
|
-
declare class ProxyConfigProvider implements ModelConfigProvider {
|
208
|
-
private _providers;
|
209
|
-
getModelConfig(): ModelConfig;
|
210
|
-
registerModelConfigProvider(provider: ModelConfigProvider): () => void;
|
211
|
-
private _subscribers;
|
212
|
-
notifySubscribers(): void;
|
213
|
-
subscribe(callback: () => void): () => boolean;
|
214
|
-
}
|
215
|
-
|
216
|
-
declare abstract class BaseAssistantRuntimeCore implements AssistantRuntimeCore {
|
217
|
-
protected readonly _proxyConfigProvider: ProxyConfigProvider;
|
218
|
-
abstract get threadManager(): ThreadManagerRuntimeCore;
|
219
|
-
constructor();
|
220
|
-
registerModelConfigProvider(provider: ModelConfigProvider): Unsubscribe;
|
221
|
-
}
|
222
|
-
|
223
|
-
type AttachmentAdapter = {
|
224
|
-
accept: string;
|
225
|
-
add(state: {
|
226
|
-
file: File;
|
227
|
-
}): Promise<Omit<PendingAttachment, "status"> & {
|
228
|
-
status?: PendingAttachmentStatus;
|
229
|
-
}>;
|
230
|
-
remove(attachment: Attachment$1): Promise<void>;
|
231
|
-
send(attachment: PendingAttachment): Promise<Omit<CompleteAttachment, "status"> & {
|
232
|
-
status?: CompleteAttachmentStatus;
|
233
|
-
}>;
|
234
|
-
};
|
235
|
-
|
236
|
-
type FeedbackAdapterFeedback = {
|
237
|
-
message: ThreadMessage;
|
238
|
-
type: "positive" | "negative";
|
239
|
-
};
|
240
|
-
type FeedbackAdapter = {
|
241
|
-
submit: (feedback: FeedbackAdapterFeedback) => void;
|
242
|
-
};
|
243
|
-
|
244
|
-
type LocalRuntimeOptionsBase = {
|
245
|
-
maxSteps?: number | undefined;
|
246
|
-
/**
|
247
|
-
* @deprecated Use `maxSteps` (which is `maxToolRoundtrips` + 1; if you set `maxToolRoundtrips` to 2, set `maxSteps` to 3) instead. This field will be removed in v0.6.
|
248
|
-
*/
|
249
|
-
maxToolRoundtrips?: number | undefined;
|
250
|
-
adapters: {
|
251
|
-
chatModel: ChatModelAdapter;
|
252
|
-
attachments?: AttachmentAdapter | undefined;
|
253
|
-
speech?: SpeechSynthesisAdapter | undefined;
|
254
|
-
feedback?: FeedbackAdapter | undefined;
|
255
|
-
};
|
256
|
-
};
|
257
|
-
type LocalRuntimeOptions = Omit<LocalRuntimeOptionsBase, "adapters"> & {
|
258
|
-
initialMessages?: readonly CoreMessage[] | undefined;
|
259
|
-
adapters?: Omit<LocalRuntimeOptionsBase["adapters"], "chatModel"> | undefined;
|
260
|
-
};
|
261
|
-
|
262
|
-
declare class SimpleImageAttachmentAdapter implements AttachmentAdapter {
|
263
|
-
accept: string;
|
264
|
-
add(state: {
|
265
|
-
file: File;
|
266
|
-
}): Promise<PendingAttachment>;
|
267
|
-
send(attachment: PendingAttachment): Promise<CompleteAttachment>;
|
268
|
-
remove(): Promise<void>;
|
269
|
-
}
|
270
|
-
|
271
|
-
declare class SimpleTextAttachmentAdapter implements AttachmentAdapter {
|
272
|
-
accept: string;
|
273
|
-
add(state: {
|
274
|
-
file: File;
|
275
|
-
}): Promise<PendingAttachment>;
|
276
|
-
send(attachment: PendingAttachment): Promise<CompleteAttachment>;
|
277
|
-
remove(): Promise<void>;
|
278
|
-
}
|
279
|
-
|
280
|
-
declare class CompositeAttachmentAdapter implements AttachmentAdapter {
|
281
|
-
private _adapters;
|
282
|
-
accept: string;
|
283
|
-
constructor(adapters: AttachmentAdapter[]);
|
284
|
-
add(state: {
|
285
|
-
file: File;
|
286
|
-
}): Promise<Omit<PendingAttachment, "status"> & {
|
287
|
-
status?: PendingAttachmentStatus;
|
288
|
-
}>;
|
289
|
-
send(attachment: PendingAttachment): Promise<Omit<CompleteAttachment, "status"> & {
|
290
|
-
status?: CompleteAttachmentStatus;
|
291
|
-
}>;
|
292
|
-
remove(attachment: Attachment$1): Promise<void>;
|
293
|
-
}
|
294
|
-
|
295
|
-
declare abstract class BaseComposerRuntimeCore implements ComposerRuntimeCore {
|
296
|
-
readonly isEditing = true;
|
297
|
-
protected abstract getAttachmentAdapter(): AttachmentAdapter | undefined;
|
298
|
-
getAttachmentAccept(): string;
|
299
|
-
private _attachments;
|
300
|
-
protected set attachments(value: readonly Attachment$1[]);
|
301
|
-
get attachments(): readonly Attachment$1[];
|
302
|
-
abstract get canCancel(): boolean;
|
303
|
-
get isEmpty(): boolean;
|
304
|
-
private _text;
|
305
|
-
get text(): string;
|
306
|
-
setText(value: string): void;
|
307
|
-
reset(): void;
|
308
|
-
send(): Promise<void>;
|
309
|
-
abstract handleSend(message: Omit<AppendMessage, "parentId">): void;
|
310
|
-
abstract cancel(): void;
|
311
|
-
addAttachment(file: File): Promise<void>;
|
312
|
-
removeAttachment(attachmentId: string): Promise<void>;
|
313
|
-
private _subscriptions;
|
314
|
-
protected notifySubscribers(): void;
|
315
|
-
subscribe(callback: () => void): Unsubscribe;
|
316
|
-
}
|
317
|
-
|
318
|
-
declare class DefaultThreadComposerRuntimeCore extends BaseComposerRuntimeCore implements ThreadComposerRuntimeCore {
|
319
|
-
private runtime;
|
320
|
-
private _canCancel;
|
321
|
-
get canCancel(): boolean;
|
322
|
-
get attachments(): readonly PendingAttachment[];
|
323
|
-
protected getAttachmentAdapter(): AttachmentAdapter | undefined;
|
324
|
-
constructor(runtime: Omit<ThreadRuntimeCore, "composer"> & {
|
325
|
-
adapters?: {
|
326
|
-
attachments?: AttachmentAdapter | undefined;
|
327
|
-
} | undefined;
|
328
|
-
});
|
329
|
-
connect(): Unsubscribe;
|
330
|
-
handleSend(message: Omit<AppendMessage, "parentId">): Promise<void>;
|
331
|
-
cancel(): Promise<void>;
|
332
|
-
}
|
333
|
-
|
334
|
-
declare class DefaultEditComposerRuntimeCore extends BaseComposerRuntimeCore {
|
335
|
-
private runtime;
|
336
|
-
private endEditCallback;
|
337
|
-
get canCancel(): boolean;
|
338
|
-
protected getAttachmentAdapter(): AttachmentAdapter | undefined;
|
339
|
-
private _nonTextParts;
|
340
|
-
private _previousText;
|
341
|
-
private _parentId;
|
342
|
-
constructor(runtime: Omit<ThreadRuntimeCore, "composer"> & {
|
343
|
-
adapters?: {
|
344
|
-
attachments?: AttachmentAdapter | undefined;
|
345
|
-
} | undefined;
|
346
|
-
}, endEditCallback: () => void, { parentId, message }: {
|
347
|
-
parentId: string | null;
|
348
|
-
message: ThreadMessage;
|
349
|
-
});
|
350
|
-
handleSend(message: Omit<AppendMessage, "parentId">): Promise<void>;
|
351
|
-
cancel(): Promise<void>;
|
352
|
-
}
|
353
|
-
|
354
|
-
type BaseThreadAdapters = {
|
355
|
-
speech?: SpeechSynthesisAdapter | undefined;
|
356
|
-
feedback?: FeedbackAdapter | undefined;
|
357
|
-
attachments?: AttachmentAdapter | undefined;
|
358
|
-
};
|
359
|
-
declare abstract class BaseThreadRuntimeCore implements ThreadRuntimeCore {
|
360
|
-
private configProvider;
|
361
|
-
private _subscriptions;
|
362
|
-
protected readonly repository: MessageRepository;
|
363
|
-
abstract get adapters(): BaseThreadAdapters | undefined;
|
364
|
-
abstract get threadId(): string;
|
365
|
-
abstract get isDisabled(): boolean;
|
366
|
-
abstract get suggestions(): readonly ThreadSuggestion[];
|
367
|
-
abstract get extras(): unknown;
|
368
|
-
abstract get capabilities(): RuntimeCapabilities;
|
369
|
-
abstract append(message: AppendMessage): void;
|
370
|
-
abstract startRun(parentId: string | null): void;
|
371
|
-
abstract addToolResult(options: AddToolResultOptions): void;
|
372
|
-
abstract cancelRun(): void;
|
373
|
-
get messages(): ThreadMessage[];
|
374
|
-
readonly composer: DefaultThreadComposerRuntimeCore;
|
375
|
-
constructor(configProvider: ModelConfigProvider);
|
376
|
-
getModelConfig(): ModelConfig;
|
377
|
-
private _editComposers;
|
378
|
-
getEditComposer(messageId: string): DefaultEditComposerRuntimeCore | undefined;
|
379
|
-
beginEdit(messageId: string): void;
|
380
|
-
getMessageById(messageId: string): {
|
381
|
-
parentId: string | null;
|
382
|
-
message: ThreadMessage;
|
383
|
-
};
|
384
|
-
getBranches(messageId: string): string[];
|
385
|
-
switchToBranch(branchId: string): void;
|
386
|
-
protected _notifySubscribers(): void;
|
387
|
-
_notifyEventSubscribers(event: ThreadRuntimeEventType): void;
|
388
|
-
subscribe(callback: () => void): Unsubscribe;
|
389
|
-
private _submittedFeedback;
|
390
|
-
getSubmittedFeedback(messageId: string): Readonly<{
|
391
|
-
type: "negative" | "positive";
|
392
|
-
}> | undefined;
|
393
|
-
submitFeedback({ messageId, type }: SubmitFeedbackOptions): void;
|
394
|
-
private _stopSpeaking;
|
395
|
-
speech: SpeechState | undefined;
|
396
|
-
speak(messageId: string): void;
|
397
|
-
stopSpeaking(): void;
|
398
|
-
export(): ExportedMessageRepository;
|
399
|
-
import(data: ExportedMessageRepository): void;
|
400
|
-
private _eventSubscribers;
|
401
|
-
unstable_on(event: ThreadRuntimeEventType, callback: () => void): Unsubscribe;
|
402
|
-
}
|
403
|
-
|
404
|
-
declare class LocalThreadRuntimeCore extends BaseThreadRuntimeCore implements ThreadRuntimeCore {
|
405
|
-
readonly threadId: string;
|
406
|
-
readonly capabilities: {
|
407
|
-
switchToBranch: boolean;
|
408
|
-
edit: boolean;
|
409
|
-
reload: boolean;
|
410
|
-
cancel: boolean;
|
411
|
-
unstable_copy: boolean;
|
412
|
-
speech: boolean;
|
413
|
-
attachments: boolean;
|
414
|
-
feedback: boolean;
|
415
|
-
};
|
416
|
-
private abortController;
|
417
|
-
readonly isDisabled = false;
|
418
|
-
readonly suggestions: readonly ThreadSuggestion[];
|
419
|
-
get adapters(): {
|
420
|
-
chatModel: ChatModelAdapter;
|
421
|
-
attachments?: AttachmentAdapter | undefined;
|
422
|
-
speech?: SpeechSynthesisAdapter | undefined;
|
423
|
-
feedback?: FeedbackAdapter | undefined;
|
424
|
-
};
|
425
|
-
constructor(configProvider: ModelConfigProvider, threadId: string, options: LocalRuntimeOptionsBase);
|
426
|
-
private _options;
|
427
|
-
get extras(): undefined;
|
428
|
-
setOptions(options: LocalRuntimeOptionsBase): void;
|
429
|
-
append(message: AppendMessage): Promise<void>;
|
430
|
-
startRun(parentId: string | null): Promise<void>;
|
431
|
-
private performRoundtrip;
|
432
|
-
cancelRun(): void;
|
433
|
-
addToolResult({ messageId, toolCallId, result, }: AddToolResultOptions): void;
|
434
|
-
}
|
435
|
-
|
436
|
-
type LocalThreadFactory = (threadId: string, data: ExportedMessageRepository) => LocalThreadRuntimeCore;
|
437
|
-
declare class LocalThreadManagerRuntimeCore implements ThreadManagerRuntimeCore {
|
438
|
-
private _threadFactory;
|
439
|
-
private _threadData;
|
440
|
-
private _threads;
|
441
|
-
private _archivedThreads;
|
442
|
-
get threads(): readonly ThreadManagerMetadata[];
|
443
|
-
get archivedThreads(): readonly ThreadManagerMetadata[];
|
444
|
-
private _mainThread;
|
445
|
-
get mainThread(): LocalThreadRuntimeCore;
|
446
|
-
constructor(_threadFactory: LocalThreadFactory);
|
447
|
-
switchToThread(threadId: string): void;
|
448
|
-
switchToNewThread(): void;
|
449
|
-
private _performThreadSwitch;
|
450
|
-
private _performMoveOp;
|
451
|
-
rename(threadId: string, newTitle: string): Promise<void>;
|
452
|
-
archive(threadId: string): Promise<void>;
|
453
|
-
unarchive(threadId: string): Promise<void>;
|
454
|
-
delete(threadId: string): Promise<void>;
|
455
|
-
private _subscriptions;
|
456
|
-
subscribe(callback: () => void): Unsubscribe;
|
457
|
-
private _notifySubscribers;
|
458
|
-
}
|
459
|
-
|
460
|
-
declare class LocalRuntimeCore extends BaseAssistantRuntimeCore {
|
461
|
-
readonly threadManager: LocalThreadManagerRuntimeCore;
|
462
|
-
private _options;
|
463
|
-
constructor(options: LocalRuntimeOptionsBase, initialMessages?: CoreMessage[]);
|
464
|
-
setOptions(options: LocalRuntimeOptionsBase): void;
|
465
|
-
reset({ initialMessages, }?: {
|
466
|
-
initialMessages?: readonly CoreMessage[] | undefined;
|
467
|
-
}): void;
|
468
|
-
}
|
469
|
-
|
470
|
-
type Subscribable = {
|
471
|
-
subscribe: (callback: () => void) => Unsubscribe;
|
472
|
-
};
|
473
|
-
type SubscribableWithState<TState, TPath> = Subscribable & {
|
474
|
-
path: TPath;
|
475
|
-
getState: () => TState;
|
476
|
-
};
|
477
|
-
|
478
|
-
type ThreadManagerRuntimePath = {
|
479
|
-
ref: string;
|
480
|
-
};
|
481
|
-
type ThreadRuntimePath = {
|
482
|
-
ref: string;
|
483
|
-
threadSelector: {
|
484
|
-
type: "main";
|
485
|
-
};
|
486
|
-
};
|
487
|
-
type MessageRuntimePath = ThreadRuntimePath & {
|
488
|
-
messageSelector: {
|
489
|
-
type: "messageId";
|
490
|
-
messageId: string;
|
491
|
-
} | {
|
492
|
-
type: "index";
|
493
|
-
index: number;
|
494
|
-
};
|
495
|
-
};
|
496
|
-
type ContentPartRuntimePath = MessageRuntimePath & {
|
497
|
-
contentPartSelector: {
|
498
|
-
type: "index";
|
499
|
-
index: number;
|
500
|
-
} | {
|
501
|
-
type: "toolCallId";
|
502
|
-
toolCallId: string;
|
503
|
-
};
|
504
|
-
};
|
505
|
-
type AttachmentRuntimePath = ((MessageRuntimePath & {
|
506
|
-
attachmentSource: "message" | "edit-composer";
|
507
|
-
}) | (ThreadRuntimePath & {
|
508
|
-
attachmentSource: "thread-composer";
|
509
|
-
})) & {
|
510
|
-
attachmentSelector: {
|
511
|
-
type: "index";
|
512
|
-
index: number;
|
513
|
-
} | {
|
514
|
-
type: "index";
|
515
|
-
index: number;
|
516
|
-
} | {
|
517
|
-
type: "index";
|
518
|
-
index: number;
|
519
|
-
};
|
520
|
-
};
|
521
|
-
type ComposerRuntimePath = (ThreadRuntimePath & {
|
522
|
-
composerSource: "thread";
|
523
|
-
}) | (MessageRuntimePath & {
|
524
|
-
composerSource: "edit";
|
525
|
-
});
|
526
|
-
|
527
|
-
type ThreadComposerRuntimeCoreBinding = SubscribableWithState<ThreadComposerRuntimeCore | undefined, ComposerRuntimePath & {
|
528
|
-
composerSource: "thread";
|
529
|
-
}>;
|
530
|
-
type EditComposerRuntimeCoreBinding = SubscribableWithState<ComposerRuntimeCore | undefined, ComposerRuntimePath & {
|
531
|
-
composerSource: "edit";
|
532
|
-
}>;
|
533
|
-
type ComposerRuntimeCoreBinding = SubscribableWithState<ComposerRuntimeCore | undefined, ComposerRuntimePath>;
|
534
|
-
type LegacyEditComposerState = Readonly<{
|
535
|
-
type: "edit";
|
536
|
-
/** @deprecated Use `text` instead. This will be removed in 0.6.0. */
|
537
|
-
value: string;
|
538
|
-
/** @deprecated Use `useComposerRuntime().setText()` instead. This will be removed in 0.6.0. */
|
539
|
-
setValue: (value: string) => void;
|
540
|
-
text: string;
|
541
|
-
/**
|
542
|
-
* @deprecated Use `useComposerRuntime().setText()` instead. This will be removed in 0.6.0.
|
543
|
-
*/
|
544
|
-
setText: (value: string) => void;
|
545
|
-
canCancel: boolean;
|
546
|
-
isEditing: boolean;
|
547
|
-
isEmpty: boolean;
|
548
|
-
/**
|
549
|
-
* @deprecated Use useComposerRuntime().beginEdit() instead. This will be removed in 0.6.0.
|
550
|
-
*/
|
551
|
-
edit: () => void;
|
552
|
-
/**
|
553
|
-
* @deprecated Use `useComposerRuntime().send()` instead. This will be removed in 0.6.0.
|
554
|
-
*/
|
555
|
-
send: () => void;
|
556
|
-
/**
|
557
|
-
* @deprecated Use `useComposerRuntime().cancel()` instead. This will be removed in 0.6.0.
|
558
|
-
*/
|
559
|
-
cancel: () => void;
|
560
|
-
}>;
|
561
|
-
type LegacyThreadComposerState = Readonly<{
|
562
|
-
type: "thread";
|
563
|
-
/** @deprecated Use `text` instead. This will be removed in 0.6.0. */
|
564
|
-
value: string;
|
565
|
-
/** @deprecated Use `useComposerRuntime().setText` instead. This will be removed in 0.6.0. */
|
566
|
-
setValue: (value: string) => void;
|
567
|
-
attachments: readonly Attachment$1[];
|
568
|
-
/** @deprecated Use `useComposerRuntime().addAttachment` instead. This will be removed in 0.6.0. */
|
569
|
-
addAttachment: (file: File) => Promise<void>;
|
570
|
-
/** @deprecated Use `useComposerRuntime().removeAttachment` instead. This will be removed in 0.6.0. */
|
571
|
-
removeAttachment: (attachmentId: string) => Promise<void>;
|
572
|
-
text: string;
|
573
|
-
/** @deprecated Use `useComposerRuntime().setText` instead. This will be removed in 0.6.0. */
|
574
|
-
setText: (value: string) => void;
|
575
|
-
/** @deprecated Use `useComposerRuntime().reset` instead. This will be removed in 0.6.0. */
|
576
|
-
reset: () => void;
|
577
|
-
canCancel: boolean;
|
578
|
-
isEditing: boolean;
|
579
|
-
isEmpty: boolean;
|
580
|
-
/**
|
581
|
-
* @deprecated Use `useComposerRuntime().send` instead. This will be removed in 0.6.0.
|
582
|
-
**/
|
583
|
-
send: () => void;
|
584
|
-
/** @deprecated Use `useComposerRuntime().cancel` instead. This will be removed in 0.6.0. */
|
585
|
-
cancel: () => void;
|
586
|
-
}>;
|
587
|
-
type BaseComposerState = {
|
588
|
-
text: string;
|
589
|
-
attachments: readonly Attachment$1[];
|
590
|
-
canCancel: boolean;
|
591
|
-
isEditing: boolean;
|
592
|
-
isEmpty: boolean;
|
593
|
-
};
|
594
|
-
type ThreadComposerState = LegacyThreadComposerState & BaseComposerState & {
|
595
|
-
type: "thread";
|
596
|
-
attachments: readonly PendingAttachment[];
|
597
|
-
};
|
598
|
-
type EditComposerState = LegacyEditComposerState & BaseComposerState & {
|
599
|
-
type: "edit";
|
600
|
-
};
|
601
|
-
type ComposerState = ThreadComposerState | EditComposerState;
|
602
|
-
type ComposerRuntime = {
|
603
|
-
path: ComposerRuntimePath;
|
604
|
-
readonly type: "edit" | "thread";
|
605
|
-
getState(): ComposerState;
|
606
|
-
/** @deprecated Use `getState().isEditing` instead. This will be removed in 0.6.0. */
|
607
|
-
readonly isEditing: boolean;
|
608
|
-
/** @deprecated Use `getState().isEmpty` instead. This will be removed in 0.6.0. */
|
609
|
-
readonly isEmpty: boolean;
|
610
|
-
/** @deprecated Use `getState().canCancel` instead. This will be removed in 0.6.0. */
|
611
|
-
readonly canCancel: boolean;
|
612
|
-
/** @deprecated Use `getState().text` instead. This will be removed in 0.6.0. */
|
613
|
-
readonly text: string;
|
614
|
-
/** @deprecated Use `getState().attachments` instead. This will be removed in 0.6.0. */
|
615
|
-
readonly attachments: readonly Attachment$1[];
|
616
|
-
/** @deprecated Use `getState().text` instead. This will be removed in 0.6.0. */
|
617
|
-
readonly value: string;
|
618
|
-
setText(text: string): void;
|
619
|
-
setValue(text: string): void;
|
620
|
-
getAttachmentAccept(): string;
|
621
|
-
addAttachment(file: File): Promise<void>;
|
622
|
-
/** @deprecated Use `getAttachmentById(id).removeAttachment()` instead. This will be removed in 0.6.0. */
|
623
|
-
removeAttachment(attachmentId: string): Promise<void>;
|
624
|
-
/** @deprecated This method will be removed in 0.6.0. Submit feedback if you need this functionality. */
|
625
|
-
reset(): void;
|
626
|
-
send(): void;
|
627
|
-
cancel(): void;
|
628
|
-
subscribe(callback: () => void): Unsubscribe;
|
629
|
-
getAttachmentByIndex(idx: number): AttachmentRuntime;
|
630
|
-
};
|
631
|
-
declare abstract class ComposerRuntimeImpl implements ComposerRuntimeCore, ComposerRuntime {
|
632
|
-
protected _core: ComposerRuntimeCoreBinding;
|
633
|
-
get path(): ComposerRuntimePath;
|
634
|
-
abstract get type(): "edit" | "thread";
|
635
|
-
constructor(_core: ComposerRuntimeCoreBinding);
|
636
|
-
/**
|
637
|
-
* @deprecated Use `getState().isEditing` instead. This will be removed in 0.6.0.
|
638
|
-
*/
|
639
|
-
get isEditing(): boolean;
|
640
|
-
/**
|
641
|
-
* @deprecated Use `getState().isEmpty` instead. This will be removed in 0.6.0.
|
642
|
-
*/
|
643
|
-
get isEmpty(): boolean;
|
644
|
-
/**
|
645
|
-
* @deprecated Use `getState().canCancel` instead. This will be removed in 0.6.0.
|
646
|
-
*/
|
647
|
-
get canCancel(): boolean;
|
648
|
-
/**
|
649
|
-
* @deprecated Use `getState().text` instead. This will be removed in 0.6.0.
|
650
|
-
*/
|
651
|
-
get text(): string;
|
652
|
-
/**
|
653
|
-
* @deprecated Use `getState().attachments` instead. This will be removed in 0.6.0.
|
654
|
-
*/
|
655
|
-
get attachments(): readonly Attachment$1[] | (readonly Attachment$1[] & readonly PendingAttachment[]);
|
656
|
-
/**
|
657
|
-
* @deprecated Use `getState().text` instead. This will be removed in 0.6.0.
|
658
|
-
*/
|
659
|
-
get value(): string;
|
660
|
-
abstract getState(): ComposerState;
|
661
|
-
setText(text: string): void;
|
662
|
-
setValue(text: string): void;
|
663
|
-
addAttachment(file: File): Promise<void>;
|
664
|
-
/**
|
665
|
-
* @deprecated Use `getAttachmentById(id).removeAttachment()` instead. This will be removed in 0.6.0.
|
666
|
-
*/
|
667
|
-
removeAttachment(attachmentId: string): Promise<void>;
|
668
|
-
/**
|
669
|
-
* @deprecated This method will be removed in 0.6.0. Submit feedback if you need this functionality.
|
670
|
-
*/
|
671
|
-
reset(): void;
|
672
|
-
send(): void;
|
673
|
-
cancel(): void;
|
674
|
-
subscribe(callback: () => void): Unsubscribe;
|
675
|
-
getAttachmentAccept(): string;
|
676
|
-
abstract getAttachmentByIndex(idx: number): AttachmentRuntime;
|
677
|
-
}
|
678
|
-
type ThreadComposerRuntime = Omit<ComposerRuntime, "getState" | "getAttachmentByIndex"> & {
|
679
|
-
readonly path: ComposerRuntimePath & {
|
680
|
-
composerSource: "thread";
|
681
|
-
};
|
682
|
-
readonly type: "thread";
|
683
|
-
getState(): ThreadComposerState;
|
684
|
-
/**
|
685
|
-
* @deprecated Use `getState().attachments` instead. This will be removed in 0.6.0.
|
686
|
-
*/
|
687
|
-
attachments: readonly PendingAttachment[];
|
688
|
-
getAttachmentByIndex(idx: number): AttachmentRuntime & {
|
689
|
-
source: "thread-composer";
|
690
|
-
};
|
691
|
-
};
|
692
|
-
declare class ThreadComposerRuntimeImpl extends ComposerRuntimeImpl implements ThreadComposerRuntime, ThreadComposerState {
|
693
|
-
get path(): ComposerRuntimePath & {
|
694
|
-
composerSource: "thread";
|
695
|
-
};
|
696
|
-
get type(): "thread";
|
697
|
-
private _getState;
|
698
|
-
constructor(core: ThreadComposerRuntimeCoreBinding);
|
699
|
-
get attachments(): readonly Attachment$1[] & readonly PendingAttachment[];
|
700
|
-
getState(): ThreadComposerState;
|
701
|
-
getAttachmentByIndex(idx: number): ThreadComposerAttachmentRuntimeImpl;
|
702
|
-
}
|
703
|
-
type EditComposerRuntime = Omit<ComposerRuntime, "getState" | "getAttachmentByIndex"> & {
|
704
|
-
readonly path: ComposerRuntimePath & {
|
705
|
-
composerSource: "edit";
|
706
|
-
};
|
707
|
-
readonly type: "edit";
|
708
|
-
getState(): EditComposerState;
|
709
|
-
beginEdit(): void;
|
710
|
-
/**
|
711
|
-
* @deprecated Use `beginEdit()` instead. This will be removed in 0.6.0.
|
712
|
-
*/
|
713
|
-
edit(): void;
|
714
|
-
getAttachmentByIndex(idx: number): AttachmentRuntime & {
|
715
|
-
source: "edit-composer";
|
716
|
-
};
|
717
|
-
};
|
718
|
-
declare class EditComposerRuntimeImpl extends ComposerRuntimeImpl implements EditComposerRuntime, EditComposerState {
|
719
|
-
private _beginEdit;
|
720
|
-
get path(): ComposerRuntimePath & {
|
721
|
-
composerSource: "edit";
|
722
|
-
};
|
723
|
-
get type(): "edit";
|
724
|
-
private _getState;
|
725
|
-
constructor(core: EditComposerRuntimeCoreBinding, _beginEdit: () => void);
|
726
|
-
getState(): EditComposerState;
|
727
|
-
beginEdit(): void;
|
728
|
-
/**
|
729
|
-
* @deprecated Use `beginEdit()` instead. This will be removed in 0.6.0.
|
730
|
-
*/
|
731
|
-
edit(): void;
|
732
|
-
getAttachmentByIndex(idx: number): EditComposerAttachmentRuntimeImpl;
|
733
|
-
}
|
734
|
-
|
735
|
-
type MessageAttachmentState = CompleteAttachment & {
|
736
|
-
source: "message";
|
737
|
-
/**
|
738
|
-
* @deprecated You can directly access content part fields in the state. Replace `.attachment.type` with `.type` etc. This will be removed in 0.6.0.
|
739
|
-
*/
|
740
|
-
attachment: CompleteAttachment;
|
741
|
-
};
|
742
|
-
type ThreadComposerAttachmentState = PendingAttachment & {
|
743
|
-
source: "thread-composer";
|
744
|
-
/**
|
745
|
-
* @deprecated You can directly access content part fields in the state. Replace `.attachment.type` with `.type` etc. This will be removed in 0.6.0.
|
746
|
-
*/
|
747
|
-
attachment: PendingAttachment;
|
748
|
-
};
|
749
|
-
type EditComposerAttachmentState = Attachment$1 & {
|
750
|
-
source: "edit-composer";
|
751
|
-
/**
|
752
|
-
* @deprecated You can directly access content part fields in the state. Replace `.attachment.type` with `.type` etc. This will be removed in 0.6.0.
|
753
|
-
*/
|
754
|
-
attachment: Attachment$1;
|
755
|
-
};
|
756
|
-
type AttachmentState = ThreadComposerAttachmentState | EditComposerAttachmentState | MessageAttachmentState;
|
757
|
-
type AttachmentSnapshotBinding<Source extends AttachmentRuntimeSource> = SubscribableWithState<AttachmentState & {
|
758
|
-
source: Source;
|
759
|
-
}, AttachmentRuntimePath & {
|
760
|
-
attachmentSource: Source;
|
761
|
-
}>;
|
762
|
-
type AttachmentRuntimeSource = AttachmentState["source"];
|
763
|
-
type AttachmentRuntime<TSource extends AttachmentRuntimeSource = AttachmentRuntimeSource> = {
|
764
|
-
path: AttachmentRuntimePath & {
|
765
|
-
attachmentSource: TSource;
|
766
|
-
};
|
767
|
-
readonly source: TSource;
|
768
|
-
getState(): AttachmentState & {
|
769
|
-
source: TSource;
|
770
|
-
};
|
771
|
-
remove(): Promise<void>;
|
772
|
-
subscribe(callback: () => void): Unsubscribe;
|
773
|
-
};
|
774
|
-
declare abstract class AttachmentRuntimeImpl<Source extends AttachmentRuntimeSource = AttachmentRuntimeSource> implements AttachmentRuntime {
|
775
|
-
private _core;
|
776
|
-
get path(): AttachmentRuntimePath & {
|
777
|
-
attachmentSource: Source;
|
778
|
-
};
|
779
|
-
abstract get source(): Source;
|
780
|
-
constructor(_core: AttachmentSnapshotBinding<Source>);
|
781
|
-
getState(): AttachmentState & {
|
782
|
-
source: Source;
|
783
|
-
};
|
784
|
-
abstract remove(): Promise<void>;
|
785
|
-
subscribe(callback: () => void): Unsubscribe;
|
786
|
-
}
|
787
|
-
declare abstract class ComposerAttachmentRuntime<Source extends "thread-composer" | "edit-composer"> extends AttachmentRuntimeImpl<Source> {
|
788
|
-
private _composerApi;
|
789
|
-
constructor(core: AttachmentSnapshotBinding<Source>, _composerApi: ComposerRuntimeCoreBinding);
|
790
|
-
remove(): Promise<void>;
|
791
|
-
}
|
792
|
-
declare class ThreadComposerAttachmentRuntimeImpl extends ComposerAttachmentRuntime<"thread-composer"> {
|
793
|
-
get source(): "thread-composer";
|
794
|
-
}
|
795
|
-
declare class EditComposerAttachmentRuntimeImpl extends ComposerAttachmentRuntime<"edit-composer"> {
|
796
|
-
get source(): "edit-composer";
|
797
|
-
}
|
798
|
-
declare class MessageAttachmentRuntimeImpl extends AttachmentRuntimeImpl<"message"> {
|
799
|
-
get source(): "message";
|
800
|
-
constructor(core: AttachmentSnapshotBinding<"message">);
|
801
|
-
remove(): never;
|
802
|
-
}
|
803
|
-
|
804
|
-
type MessageState = ThreadMessage & {
|
805
|
-
/**
|
806
|
-
* @deprecated You can directly access message fields in the state. Replace `.message.content` with `.content` etc. This will be removed in 0.6.0.
|
807
|
-
*/
|
808
|
-
message: ThreadMessage;
|
809
|
-
parentId: string | null;
|
810
|
-
isLast: boolean;
|
811
|
-
/**
|
812
|
-
* @deprecated Use `branchNumber` and `branchCount` instead. This will be removed in 0.6.0.
|
813
|
-
*/
|
814
|
-
branches: readonly string[];
|
815
|
-
branchNumber: number;
|
816
|
-
branchCount: number;
|
817
|
-
/**
|
818
|
-
* @deprecated This API is still under active development and might change without notice.
|
819
|
-
*/
|
820
|
-
speech: SpeechState | undefined;
|
821
|
-
submittedFeedback: SubmittedFeedback | undefined;
|
822
|
-
};
|
823
|
-
type MessageStateBinding = SubscribableWithState<MessageState, MessageRuntimePath>;
|
824
|
-
type MessageRuntime = {
|
825
|
-
readonly path: MessageRuntimePath;
|
826
|
-
readonly composer: EditComposerRuntime;
|
827
|
-
getState(): MessageState;
|
828
|
-
reload(): void;
|
829
|
-
/**
|
830
|
-
* @deprecated This API is still under active development and might change without notice.
|
831
|
-
*/
|
832
|
-
speak(): void;
|
833
|
-
/**
|
834
|
-
* @deprecated This API is still under active development and might change without notice.
|
835
|
-
*/
|
836
|
-
stopSpeaking(): void;
|
837
|
-
submitFeedback({ type }: {
|
838
|
-
type: "positive" | "negative";
|
839
|
-
}): void;
|
840
|
-
switchToBranch({ position, branchId, }: {
|
841
|
-
position?: "previous" | "next" | undefined;
|
842
|
-
branchId?: string | undefined;
|
843
|
-
}): void;
|
844
|
-
unstable_getCopyText(): string;
|
845
|
-
subscribe(callback: () => void): Unsubscribe;
|
846
|
-
getContentPartByIndex(idx: number): ContentPartRuntime;
|
847
|
-
getContentPartByToolCallId(toolCallId: string): ContentPartRuntime;
|
848
|
-
getAttachmentByIndex(idx: number): AttachmentRuntime & {
|
849
|
-
source: "message";
|
850
|
-
};
|
851
|
-
};
|
852
|
-
declare class MessageRuntimeImpl implements MessageRuntime {
|
853
|
-
private _core;
|
854
|
-
private _threadBinding;
|
855
|
-
get path(): MessageRuntimePath;
|
856
|
-
constructor(_core: MessageStateBinding, _threadBinding: ThreadRuntimeCoreBinding);
|
857
|
-
composer: EditComposerRuntimeImpl;
|
858
|
-
getState(): MessageState;
|
859
|
-
reload(): void;
|
860
|
-
speak(): void;
|
861
|
-
stopSpeaking(): void;
|
862
|
-
submitFeedback({ type }: {
|
863
|
-
type: "positive" | "negative";
|
864
|
-
}): void;
|
865
|
-
switchToBranch({ position, branchId, }: {
|
866
|
-
position?: "previous" | "next" | undefined;
|
867
|
-
branchId?: string | undefined;
|
868
|
-
}): void;
|
869
|
-
unstable_getCopyText(): string;
|
870
|
-
subscribe(callback: () => void): Unsubscribe;
|
871
|
-
getContentPartByIndex(idx: number): ContentPartRuntimeImpl;
|
872
|
-
getContentPartByToolCallId(toolCallId: string): ContentPartRuntimeImpl;
|
873
|
-
getAttachmentByIndex(idx: number): MessageAttachmentRuntimeImpl;
|
874
|
-
}
|
875
|
-
|
876
|
-
declare const buttonVariants: (props?: ({
|
877
|
-
variant?: "default" | "outline" | "ghost" | null | undefined;
|
878
|
-
size?: "default" | "icon" | null | undefined;
|
879
|
-
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
880
|
-
type ButtonProps = React.ComponentPropsWithoutRef<typeof Primitive.button> & VariantProps<typeof buttonVariants>;
|
881
|
-
|
882
|
-
type TooltipIconButtonProps = ButtonProps & {
|
883
|
-
tooltip: string;
|
884
|
-
side?: "top" | "bottom" | "left" | "right";
|
885
|
-
};
|
886
|
-
declare const TooltipIconButton: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
887
|
-
ref?: ((instance: HTMLButtonElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLButtonElement> | null | undefined;
|
888
|
-
} & {
|
889
|
-
asChild?: boolean;
|
890
|
-
}, "ref"> & class_variance_authority.VariantProps<(props?: ({
|
891
|
-
variant?: "default" | "outline" | "ghost" | null | undefined;
|
892
|
-
size?: "default" | "icon" | null | undefined;
|
893
|
-
} & class_variance_authority_types.ClassProp) | undefined) => string> & {
|
894
|
-
tooltip: string;
|
895
|
-
side?: "top" | "bottom" | "left" | "right";
|
896
|
-
} & react.RefAttributes<HTMLButtonElement>>;
|
897
|
-
|
898
|
-
declare const generateId: (size?: number) => string;
|
899
|
-
|
900
|
-
declare const useSmooth: (state: ContentPartState & TextContentPart, smooth?: boolean) => ContentPartState & TextContentPart;
|
901
|
-
|
902
|
-
type ReadonlyStore<T> = Omit<StoreApi<T>, "setState" | "destroy">;
|
903
|
-
|
904
|
-
declare const withSmoothContextProvider: <C extends ComponentType<any>>(Component: C) => C;
|
905
|
-
declare const useSmoothStatus: {
|
906
|
-
(): {
|
907
|
-
type: "running";
|
908
|
-
} | {
|
909
|
-
type: "complete";
|
910
|
-
} | {
|
911
|
-
type: "incomplete";
|
912
|
-
reason: "cancelled" | "length" | "content-filter" | "other" | "error";
|
913
|
-
error?: unknown;
|
914
|
-
} | {
|
915
|
-
type: "requires-action";
|
916
|
-
reason: "tool-calls";
|
917
|
-
};
|
918
|
-
<TSelected>(selector: (state: {
|
919
|
-
type: "running";
|
920
|
-
} | {
|
921
|
-
type: "complete";
|
922
|
-
} | {
|
923
|
-
type: "incomplete";
|
924
|
-
reason: "cancelled" | "length" | "content-filter" | "other" | "error";
|
925
|
-
error?: unknown;
|
926
|
-
} | {
|
927
|
-
type: "requires-action";
|
928
|
-
reason: "tool-calls";
|
929
|
-
}) => TSelected): TSelected;
|
930
|
-
(options: {
|
931
|
-
optional: true;
|
932
|
-
}): {
|
933
|
-
type: "running";
|
934
|
-
} | {
|
935
|
-
type: "complete";
|
936
|
-
} | {
|
937
|
-
type: "incomplete";
|
938
|
-
reason: "cancelled" | "length" | "content-filter" | "other" | "error";
|
939
|
-
error?: unknown;
|
940
|
-
} | {
|
941
|
-
type: "requires-action";
|
942
|
-
reason: "tool-calls";
|
943
|
-
} | null;
|
944
|
-
<TSelected>(options: {
|
945
|
-
optional: true;
|
946
|
-
selector?: (state: {
|
947
|
-
type: "running";
|
948
|
-
} | {
|
949
|
-
type: "complete";
|
950
|
-
} | {
|
951
|
-
type: "incomplete";
|
952
|
-
reason: "cancelled" | "length" | "content-filter" | "other" | "error";
|
953
|
-
error?: unknown;
|
954
|
-
} | {
|
955
|
-
type: "requires-action";
|
956
|
-
reason: "tool-calls";
|
957
|
-
}) => TSelected;
|
958
|
-
}): TSelected | null;
|
959
|
-
};
|
960
|
-
|
961
|
-
type internal_AssistantRuntimeImpl = AssistantRuntimeImpl;
|
962
|
-
declare const internal_AssistantRuntimeImpl: typeof AssistantRuntimeImpl;
|
963
|
-
type internal_BaseAssistantRuntimeCore = BaseAssistantRuntimeCore;
|
964
|
-
declare const internal_BaseAssistantRuntimeCore: typeof BaseAssistantRuntimeCore;
|
965
|
-
type internal_DefaultThreadComposerRuntimeCore = DefaultThreadComposerRuntimeCore;
|
966
|
-
declare const internal_DefaultThreadComposerRuntimeCore: typeof DefaultThreadComposerRuntimeCore;
|
967
|
-
type internal_MessageRepository = MessageRepository;
|
968
|
-
declare const internal_MessageRepository: typeof MessageRepository;
|
969
|
-
type internal_ProxyConfigProvider = ProxyConfigProvider;
|
970
|
-
declare const internal_ProxyConfigProvider: typeof ProxyConfigProvider;
|
971
|
-
type internal_ThreadManagerRuntimeCore = ThreadManagerRuntimeCore;
|
972
|
-
type internal_ThreadRuntimeCore = ThreadRuntimeCore;
|
973
|
-
type internal_ThreadRuntimeCoreBinding = ThreadRuntimeCoreBinding;
|
974
|
-
type internal_ThreadRuntimeImpl = ThreadRuntimeImpl;
|
975
|
-
declare const internal_ThreadRuntimeImpl: typeof ThreadRuntimeImpl;
|
976
|
-
declare const internal_TooltipIconButton: typeof TooltipIconButton;
|
977
|
-
declare const internal_generateId: typeof generateId;
|
978
|
-
declare const internal_useSmooth: typeof useSmooth;
|
979
|
-
declare const internal_useSmoothStatus: typeof useSmoothStatus;
|
980
|
-
declare const internal_withSmoothContextProvider: typeof withSmoothContextProvider;
|
981
|
-
declare namespace internal {
|
982
|
-
export { internal_AssistantRuntimeImpl as AssistantRuntimeImpl, internal_BaseAssistantRuntimeCore as BaseAssistantRuntimeCore, internal_DefaultThreadComposerRuntimeCore as DefaultThreadComposerRuntimeCore, internal_MessageRepository as MessageRepository, internal_ProxyConfigProvider as ProxyConfigProvider, type internal_ThreadManagerRuntimeCore as ThreadManagerRuntimeCore, type internal_ThreadRuntimeCore as ThreadRuntimeCore, type internal_ThreadRuntimeCoreBinding as ThreadRuntimeCoreBinding, internal_ThreadRuntimeImpl as ThreadRuntimeImpl, internal_TooltipIconButton as TooltipIconButton, internal_generateId as generateId, internal_useSmooth as useSmooth, internal_useSmoothStatus as useSmoothStatus, internal_withSmoothContextProvider as withSmoothContextProvider };
|
983
|
-
}
|
984
|
-
|
985
|
-
type ThreadManagerState = Readonly<{
|
986
|
-
threads: readonly ThreadManagerMetadata[];
|
987
|
-
archivedThreads: readonly ThreadManagerMetadata[];
|
988
|
-
}>;
|
989
|
-
type ThreadManagerRuntime = Readonly<{
|
990
|
-
path: ThreadManagerRuntimePath;
|
991
|
-
getState(): ThreadManagerState;
|
992
|
-
rename(threadId: string, newTitle: string): Promise<void>;
|
993
|
-
archive(threadId: string): Promise<void>;
|
994
|
-
unarchive(threadId: string): Promise<void>;
|
995
|
-
delete(threadId: string): Promise<void>;
|
996
|
-
subscribe(callback: () => void): Unsubscribe;
|
997
|
-
}>;
|
998
|
-
type ThreadManagerRuntimeCoreBinding = ThreadManagerRuntimeCore;
|
999
|
-
declare class ThreadManagerRuntimeImpl implements ThreadManagerRuntime {
|
1000
|
-
private _core;
|
1001
|
-
get path(): {
|
1002
|
-
ref: string;
|
1003
|
-
};
|
1004
|
-
private _getState;
|
1005
|
-
constructor(_core: ThreadManagerRuntimeCoreBinding);
|
1006
|
-
getState(): ThreadManagerState;
|
1007
|
-
rename(threadId: string, newTitle: string): Promise<void>;
|
1008
|
-
archive(threadId: string): Promise<void>;
|
1009
|
-
unarchive(threadId: string): Promise<void>;
|
1010
|
-
delete(threadId: string): Promise<void>;
|
1011
|
-
subscribe(callback: () => void): Unsubscribe;
|
1012
|
-
}
|
1013
|
-
|
1014
|
-
type AssistantRuntime = {
|
1015
|
-
thread: ThreadRuntime;
|
1016
|
-
threadManager: ThreadManagerRuntime;
|
1017
|
-
switchToNewThread(): void;
|
1018
|
-
switchToThread(threadId: string): void;
|
1019
|
-
/**
|
1020
|
-
* @deprecated Use `switchToNewThread` instead. This will be removed in 0.6.0.
|
1021
|
-
*/
|
1022
|
-
switchToThread(threadId: string | null): void;
|
1023
|
-
registerModelConfigProvider(provider: ModelConfigProvider): Unsubscribe;
|
1024
|
-
/**
|
1025
|
-
* @deprecated Thread is now static and never gets updated. This will be removed in 0.6.0.
|
1026
|
-
*/
|
1027
|
-
subscribe(callback: () => void): Unsubscribe;
|
1028
|
-
};
|
1029
|
-
declare class AssistantRuntimeImpl implements Omit<AssistantRuntimeCore, "thread" | "threadManager">, AssistantRuntime {
|
1030
|
-
private readonly _core;
|
1031
|
-
private readonly _thread;
|
1032
|
-
readonly threadManager: ThreadManagerRuntimeImpl;
|
1033
|
-
protected constructor(_core: AssistantRuntimeCore, _thread: ThreadRuntime);
|
1034
|
-
get thread(): Readonly<{
|
1035
|
-
readonly path: ThreadRuntimePath;
|
1036
|
-
readonly composer: ThreadComposerRuntime;
|
1037
|
-
getState(): ThreadState;
|
1038
|
-
unstable_getCore(): ThreadRuntimeCore;
|
1039
|
-
append(message: CreateAppendMessage): void;
|
1040
|
-
startRun(parentId: string | null): void;
|
1041
|
-
subscribe(callback: () => void): Unsubscribe;
|
1042
|
-
cancelRun(): void;
|
1043
|
-
getModelConfig(): ModelConfig;
|
1044
|
-
export(): ExportedMessageRepository;
|
1045
|
-
import(repository: ExportedMessageRepository): void;
|
1046
|
-
getMesssageByIndex(idx: number): MessageRuntime;
|
1047
|
-
getMesssageById(messageId: string): MessageRuntime;
|
1048
|
-
stopSpeaking: () => void;
|
1049
|
-
unstable_on(event: ThreadRuntimeEventType, callback: () => void): Unsubscribe;
|
1050
|
-
capabilities: Readonly<RuntimeCapabilities>;
|
1051
|
-
threadId: string;
|
1052
|
-
isDisabled: boolean;
|
1053
|
-
isRunning: boolean;
|
1054
|
-
messages: readonly ThreadMessage[];
|
1055
|
-
suggestions: readonly ThreadSuggestion[];
|
1056
|
-
speech: SpeechState | undefined;
|
1057
|
-
extras: unknown;
|
1058
|
-
getBranches: (messageId: string) => readonly string[];
|
1059
|
-
switchToBranch: (branchId: string) => void;
|
1060
|
-
addToolResult: (options: AddToolResultOptions) => void;
|
1061
|
-
speak: (messageId: string) => void;
|
1062
|
-
getSubmittedFeedback: (messageId: string) => SubmittedFeedback | undefined;
|
1063
|
-
submitFeedback: (feedback: SubmitFeedbackOptions) => void;
|
1064
|
-
getEditComposer: (messageId: string) => ComposerRuntimeCore | undefined;
|
1065
|
-
beginEdit: (messageId: string) => void;
|
1066
|
-
}>;
|
1067
|
-
switchToNewThread(): void;
|
1068
|
-
switchToThread(threadId: string): void;
|
1069
|
-
/**
|
1070
|
-
* @deprecated Use `switchToNewThread` instead. This will be removed in 0.6.0.
|
1071
|
-
*/
|
1072
|
-
switchToThread(threadId: string | null): void;
|
1073
|
-
registerModelConfigProvider(provider: ModelConfigProvider): Unsubscribe;
|
1074
|
-
/**
|
1075
|
-
* @deprecated Thread is now static and never gets updated. This will be removed in 0.6.0.
|
1076
|
-
*/
|
1077
|
-
subscribe(): () => void;
|
1078
|
-
protected static createMainThreadRuntime(_core: AssistantRuntimeCore, CustomThreadRuntime?: new (binding: ThreadRuntimeCoreBinding) => ThreadRuntime): Readonly<{
|
1079
|
-
readonly path: ThreadRuntimePath;
|
1080
|
-
readonly composer: ThreadComposerRuntime;
|
1081
|
-
getState(): ThreadState;
|
1082
|
-
unstable_getCore(): ThreadRuntimeCore;
|
1083
|
-
append(message: CreateAppendMessage): void;
|
1084
|
-
startRun(parentId: string | null): void;
|
1085
|
-
subscribe(callback: () => void): Unsubscribe;
|
1086
|
-
cancelRun(): void;
|
1087
|
-
getModelConfig(): ModelConfig;
|
1088
|
-
export(): ExportedMessageRepository;
|
1089
|
-
import(repository: ExportedMessageRepository): void;
|
1090
|
-
getMesssageByIndex(idx: number): MessageRuntime;
|
1091
|
-
getMesssageById(messageId: string): MessageRuntime;
|
1092
|
-
stopSpeaking: () => void;
|
1093
|
-
unstable_on(event: ThreadRuntimeEventType, callback: () => void): Unsubscribe;
|
1094
|
-
capabilities: Readonly<RuntimeCapabilities>;
|
1095
|
-
threadId: string;
|
1096
|
-
isDisabled: boolean;
|
1097
|
-
isRunning: boolean;
|
1098
|
-
messages: readonly ThreadMessage[];
|
1099
|
-
suggestions: readonly ThreadSuggestion[];
|
1100
|
-
speech: SpeechState | undefined;
|
1101
|
-
extras: unknown;
|
1102
|
-
getBranches: (messageId: string) => readonly string[];
|
1103
|
-
switchToBranch: (branchId: string) => void;
|
1104
|
-
addToolResult: (options: AddToolResultOptions) => void;
|
1105
|
-
speak: (messageId: string) => void;
|
1106
|
-
getSubmittedFeedback: (messageId: string) => SubmittedFeedback | undefined;
|
1107
|
-
submitFeedback: (feedback: SubmitFeedbackOptions) => void;
|
1108
|
-
getEditComposer: (messageId: string) => ComposerRuntimeCore | undefined;
|
1109
|
-
beginEdit: (messageId: string) => void;
|
1110
|
-
}>;
|
1111
|
-
static create(_core: AssistantRuntimeCore, CustomThreadRuntime?: new (binding: ThreadRuntimeCoreBinding) => ThreadRuntime): AssistantRuntime;
|
1112
|
-
}
|
1113
|
-
|
1114
|
-
type LocalRuntime = AssistantRuntime & {
|
1115
|
-
reset: (options?: Parameters<LocalRuntimeCore["reset"]>[0]) => void;
|
1116
|
-
};
|
1117
|
-
declare const useLocalRuntime: (adapter: ChatModelAdapter, options?: LocalRuntimeOptions) => LocalRuntime;
|
1118
|
-
|
1119
|
-
declare function toLanguageModelMessages(message: readonly CoreMessage[] | readonly ThreadMessage[]): LanguageModelV1Message[];
|
1120
|
-
|
1121
|
-
type fromLanguageModelMessagesOptions = {
|
1122
|
-
mergeSteps: boolean;
|
1123
|
-
};
|
1124
|
-
declare const fromLanguageModelMessages: (lm: LanguageModelV1Message[], { mergeSteps }: fromLanguageModelMessagesOptions) => CoreMessage[];
|
1125
|
-
|
1126
|
-
declare const fromCoreMessages: (message: readonly CoreMessage[]) => ThreadMessage[];
|
1127
|
-
declare const fromCoreMessage: (message: CoreMessage, { id, status, attachments, }?: {
|
1128
|
-
id?: string | undefined;
|
1129
|
-
status?: MessageStatus | undefined;
|
1130
|
-
attachments?: readonly CompleteAttachment[] | undefined;
|
1131
|
-
}) => ThreadMessage;
|
1132
|
-
|
1133
|
-
declare const toCoreMessages: (message: ThreadMessage[]) => CoreMessage[];
|
1134
|
-
declare const toCoreMessage: (message: ThreadMessage) => CoreMessage;
|
1135
|
-
|
1136
|
-
declare const fromLanguageModelTools: (tools: LanguageModelV1FunctionTool[]) => Record<string, Tool<any, any>>;
|
1137
|
-
|
1138
|
-
declare const toLanguageModelTools: (tools: Record<string, Tool<any, any>>) => LanguageModelV1FunctionTool[];
|
1139
|
-
|
1140
|
-
declare class PipeableTransformStream<I, O> extends TransformStream<I, O> {
|
1141
|
-
constructor(transform: (readable: ReadableStream<I>) => ReadableStream<O>);
|
1142
|
-
}
|
1143
|
-
|
1144
|
-
type StreamPart<T extends Record<string, unknown>> = {
|
1145
|
-
[K in keyof T]: {
|
1146
|
-
type: K;
|
1147
|
-
value: T[K];
|
1148
|
-
};
|
1149
|
-
}[keyof T];
|
1150
|
-
|
1151
|
-
declare function streamPartDecoderStream<T extends Record<string, unknown>>(): PipeableTransformStream<unknown, StreamPart<T>>;
|
1152
|
-
|
1153
|
-
declare function streamPartEncoderStream<T extends Record<string, unknown>>(): PipeableTransformStream<unknown, Uint8Array>;
|
1154
|
-
|
1155
|
-
declare namespace StreamUtils {
|
1156
|
-
export type { StreamPart };
|
1157
|
-
}
|
1158
|
-
/**
|
1159
|
-
* @deprecated `streamUtils` will be replaced with `assistant-stream` once it is ready.
|
1160
|
-
*/
|
1161
|
-
declare const streamUtils: {
|
1162
|
-
streamPartEncoderStream: typeof streamPartEncoderStream;
|
1163
|
-
streamPartDecoderStream: typeof streamPartDecoderStream;
|
1164
|
-
};
|
1165
|
-
|
1166
|
-
type EdgeChatAdapterOptions = {
|
1167
|
-
api: string;
|
1168
|
-
credentials?: RequestCredentials;
|
1169
|
-
headers?: Record<string, string> | Headers;
|
1170
|
-
body?: object;
|
1171
|
-
};
|
1172
|
-
declare class EdgeChatAdapter implements ChatModelAdapter {
|
1173
|
-
private options;
|
1174
|
-
constructor(options: EdgeChatAdapterOptions);
|
1175
|
-
run({ messages, abortSignal, config }: ChatModelRunOptions): AsyncGenerator<ChatModelRunResult, void, unknown>;
|
1176
|
-
}
|
1177
|
-
|
1178
|
-
type EdgeRuntimeOptions = EdgeChatAdapterOptions & LocalRuntimeOptions;
|
1179
|
-
declare const useEdgeRuntime: (options: EdgeRuntimeOptions) => LocalRuntime;
|
1180
|
-
|
1181
|
-
type ThreadMessageLike = {
|
1182
|
-
role: "assistant" | "user" | "system";
|
1183
|
-
content: string | (TextContentPart | ImageContentPart | Unstable_AudioContentPart | ToolCallContentPart<any, any> | CoreToolCallContentPart<any, any> | UIContentPart)[];
|
1184
|
-
id?: string | undefined;
|
1185
|
-
createdAt?: Date | undefined;
|
1186
|
-
status?: MessageStatus | undefined;
|
1187
|
-
attachments?: CompleteAttachment[] | undefined;
|
1188
|
-
};
|
1189
|
-
|
1190
|
-
type ExternalStoreThreadManagerAdapter = {
|
1191
|
-
threadId?: string | undefined;
|
1192
|
-
threads?: readonly ThreadManagerMetadata[] | undefined;
|
1193
|
-
archivedThreads?: readonly ThreadManagerMetadata[] | undefined;
|
1194
|
-
onSwitchToNewThread?: (() => Promise<void> | void) | undefined;
|
1195
|
-
onSwitchToThread?: ((threadId: string) => Promise<void> | void) | undefined;
|
1196
|
-
onRename?: (threadId: string, newTitle: string) => (Promise<void> | void) | undefined;
|
1197
|
-
onArchive?: ((threadId: string) => Promise<void> | void) | undefined;
|
1198
|
-
onUnarchive?: ((threadId: string) => Promise<void> | void) | undefined;
|
1199
|
-
onDelete?: ((threadId: string) => Promise<void> | void) | undefined;
|
1200
|
-
};
|
1201
|
-
type ExternalStoreMessageConverter<T> = (message: T, idx: number) => ThreadMessageLike;
|
1202
|
-
type ExternalStoreMessageConverterAdapter<T> = {
|
1203
|
-
convertMessage: ExternalStoreMessageConverter<T>;
|
1204
|
-
};
|
1205
|
-
type ExternalStoreAdapterBase<T> = {
|
1206
|
-
/**
|
1207
|
-
* @deprecated Use `adapters.threadManager.threadId` instead. This will be removed in 0.6.0.
|
1208
|
-
*/
|
1209
|
-
threadId?: string | undefined;
|
1210
|
-
/**
|
1211
|
-
* @deprecated Use `adapters.threadManager.onSwitchToThread` instead. This will be removed in 0.6.0.
|
1212
|
-
*/
|
1213
|
-
onSwitchToThread?: ((threadId: string) => Promise<void> | void) | undefined;
|
1214
|
-
/**
|
1215
|
-
* @deprecated Use `adapters.threadManager.onSwitchToNewThread` instead. This will be removed in 0.6.0.
|
1216
|
-
*/
|
1217
|
-
onSwitchToNewThread?: (() => Promise<void> | void) | undefined;
|
1218
|
-
isDisabled?: boolean | undefined;
|
1219
|
-
isRunning?: boolean | undefined;
|
1220
|
-
messages: T[];
|
1221
|
-
suggestions?: readonly ThreadSuggestion[] | undefined;
|
1222
|
-
extras?: unknown;
|
1223
|
-
setMessages?: ((messages: T[]) => void) | undefined;
|
1224
|
-
onNew: (message: AppendMessage) => Promise<void>;
|
1225
|
-
onEdit?: ((message: AppendMessage) => Promise<void>) | undefined;
|
1226
|
-
onReload?: ((parentId: string | null) => Promise<void>) | undefined;
|
1227
|
-
onCancel?: (() => Promise<void>) | undefined;
|
1228
|
-
onAddToolResult?: ((options: AddToolResultOptions) => Promise<void> | void) | undefined;
|
1229
|
-
convertMessage?: ExternalStoreMessageConverter<T> | undefined;
|
1230
|
-
adapters?: {
|
1231
|
-
attachments?: AttachmentAdapter | undefined;
|
1232
|
-
speech?: SpeechSynthesisAdapter | undefined;
|
1233
|
-
feedback?: FeedbackAdapter | undefined;
|
1234
|
-
threadManager?: ExternalStoreThreadManagerAdapter | undefined;
|
1235
|
-
} | undefined;
|
1236
|
-
unstable_capabilities?: {
|
1237
|
-
copy?: boolean | undefined;
|
1238
|
-
} | undefined;
|
1239
|
-
};
|
1240
|
-
type ExternalStoreAdapter<T = ThreadMessage> = ExternalStoreAdapterBase<T> & (T extends ThreadMessage ? object : ExternalStoreMessageConverterAdapter<T>);
|
1241
|
-
|
1242
|
-
declare const useExternalStoreRuntime: <T>(store: ExternalStoreAdapter<T>) => AssistantRuntime;
|
1243
|
-
|
1244
|
-
declare const getExternalStoreMessage: <T>(message: ThreadMessage) => T | undefined;
|
1245
|
-
|
1246
|
-
declare namespace useExternalMessageConverter {
|
1247
|
-
type Message = ThreadMessageLike | {
|
1248
|
-
role: "tool";
|
1249
|
-
toolCallId: string;
|
1250
|
-
toolName?: string | undefined;
|
1251
|
-
result: any;
|
1252
|
-
};
|
1253
|
-
type Callback<T> = (message: T) => Message | Message[];
|
1254
|
-
}
|
1255
|
-
declare const useExternalMessageConverter: <T extends WeakKey>({ callback, messages, isRunning, }: {
|
1256
|
-
callback: useExternalMessageConverter.Callback<T>;
|
1257
|
-
messages: T[];
|
1258
|
-
isRunning: boolean;
|
1259
|
-
}) => ThreadMessage[];
|
1260
|
-
|
1261
|
-
type DangerousInBrowserAdapterOptions = CreateEdgeRuntimeAPIOptions;
|
1262
|
-
|
1263
|
-
type DangerousInBrowserRuntimeOptions = DangerousInBrowserAdapterOptions & LocalRuntimeOptions;
|
1264
|
-
declare const useDangerousInBrowserRuntime: (options: DangerousInBrowserRuntimeOptions) => LocalRuntime;
|
1265
|
-
|
1266
|
-
type CreateAppendMessage = string | {
|
1267
|
-
parentId?: string | null | undefined;
|
1268
|
-
role?: AppendMessage["role"] | undefined;
|
1269
|
-
content: AppendMessage["content"];
|
1270
|
-
attachments?: AppendMessage["attachments"] | undefined;
|
1271
|
-
};
|
1272
|
-
type ThreadRuntimeCoreBinding = SubscribableWithState<ThreadRuntimeCore, ThreadRuntimePath> & {
|
1273
|
-
outerSubscribe(callback: () => void): Unsubscribe;
|
1274
|
-
};
|
1275
|
-
type ThreadState = Readonly<{
|
1276
|
-
threadId: string;
|
1277
|
-
isDisabled: boolean;
|
1278
|
-
isRunning: boolean;
|
1279
|
-
capabilities: RuntimeCapabilities;
|
1280
|
-
messages: readonly ThreadMessage[];
|
1281
|
-
suggestions: readonly ThreadSuggestion[];
|
1282
|
-
extras: unknown;
|
1283
|
-
/**
|
1284
|
-
* @deprecated This API is still under active development and might change without notice.
|
1285
|
-
*/
|
1286
|
-
speech: SpeechState | undefined;
|
1287
|
-
}>;
|
1288
|
-
type ThreadRuntime = Readonly<{
|
1289
|
-
readonly path: ThreadRuntimePath;
|
1290
|
-
readonly composer: ThreadComposerRuntime;
|
1291
|
-
getState(): ThreadState;
|
1292
|
-
/**
|
1293
|
-
* @deprecated This method will be removed in 0.6.0. Submit feedback if you need this functionality.
|
1294
|
-
*/
|
1295
|
-
unstable_getCore(): ThreadRuntimeCore;
|
1296
|
-
append(message: CreateAppendMessage): void;
|
1297
|
-
startRun(parentId: string | null): void;
|
1298
|
-
subscribe(callback: () => void): Unsubscribe;
|
1299
|
-
cancelRun(): void;
|
1300
|
-
getModelConfig(): ModelConfig;
|
1301
|
-
export(): ExportedMessageRepository;
|
1302
|
-
import(repository: ExportedMessageRepository): void;
|
1303
|
-
getMesssageByIndex(idx: number): MessageRuntime;
|
1304
|
-
getMesssageById(messageId: string): MessageRuntime;
|
1305
|
-
/**
|
1306
|
-
* @deprecated This API is still under active development and might change without notice.
|
1307
|
-
*/
|
1308
|
-
stopSpeaking: () => void;
|
1309
|
-
unstable_on(event: ThreadRuntimeEventType, callback: () => void): Unsubscribe;
|
1310
|
-
/**
|
1311
|
-
* @deprecated Use `getState().capabilities` instead. This will be removed in 0.6.0.
|
1312
|
-
*/
|
1313
|
-
capabilities: Readonly<RuntimeCapabilities>;
|
1314
|
-
/**
|
1315
|
-
* @deprecated Use `getState().threadId` instead. This will be removed in 0.6.0.
|
1316
|
-
*/
|
1317
|
-
threadId: string;
|
1318
|
-
/**
|
1319
|
-
* @deprecated Use `getState().isDisabled` instead. This will be removed in 0.6.0.
|
1320
|
-
*/
|
1321
|
-
isDisabled: boolean;
|
1322
|
-
/**
|
1323
|
-
* @deprecated Use `getState().isRunning` instead. This will be removed in 0.6.0.
|
1324
|
-
*/
|
1325
|
-
isRunning: boolean;
|
1326
|
-
/**
|
1327
|
-
* @deprecated Use `getState().messages` instead. This will be removed in 0.6.0.
|
1328
|
-
*/
|
1329
|
-
messages: readonly ThreadMessage[];
|
1330
|
-
/**
|
1331
|
-
* @deprecated Use `getState().followupSuggestions` instead. This will be removed in 0.6.0.
|
1332
|
-
*/
|
1333
|
-
suggestions: readonly ThreadSuggestion[];
|
1334
|
-
/**
|
1335
|
-
* @deprecated Use `getState().speechState` instead. This will be removed in 0.6.0.
|
1336
|
-
*/
|
1337
|
-
speech: SpeechState | undefined;
|
1338
|
-
/**
|
1339
|
-
* @deprecated Use `getState().extras` instead. This will be removed in 0.6.0.
|
1340
|
-
*/
|
1341
|
-
extras: unknown;
|
1342
|
-
/**
|
1343
|
-
* @deprecated Use `getMesssageById(id).getState().branchNumber` / `getMesssageById(id).getState().branchCount` instead. This will be removed in 0.6.0.
|
1344
|
-
*/
|
1345
|
-
getBranches: (messageId: string) => readonly string[];
|
1346
|
-
/**
|
1347
|
-
* @deprecated Use `getMesssageById(id).switchToBranch({ options })` instead. This will be removed in 0.6.0.
|
1348
|
-
*/
|
1349
|
-
switchToBranch: (branchId: string) => void;
|
1350
|
-
/**
|
1351
|
-
* @deprecated Use `getMesssageById(id).getContentPartByToolCallId(toolCallId).addToolResult({ result })` instead. This will be removed in 0.6.0.
|
1352
|
-
*/
|
1353
|
-
addToolResult: (options: AddToolResultOptions) => void;
|
1354
|
-
/**
|
1355
|
-
* @deprecated Use `getMesssageById(id).speak()` instead. This will be removed in 0.6.0.
|
1356
|
-
*/
|
1357
|
-
speak: (messageId: string) => void;
|
1358
|
-
/**
|
1359
|
-
* @deprecated Use `getMesssageById(id).getState().submittedFeedback` instead. This will be removed in 0.6.0.
|
1360
|
-
*/
|
1361
|
-
getSubmittedFeedback: (messageId: string) => SubmittedFeedback | undefined;
|
1362
|
-
/**
|
1363
|
-
* @deprecated Use `getMesssageById(id).submitFeedback({ type })` instead. This will be removed in 0.6.0.
|
1364
|
-
*/
|
1365
|
-
submitFeedback: (feedback: SubmitFeedbackOptions) => void;
|
1366
|
-
/**
|
1367
|
-
* @deprecated Use `getMesssageById(id).composer` instead. This will be removed in 0.6.0.
|
1368
|
-
*/
|
1369
|
-
getEditComposer: (messageId: string) => ComposerRuntimeCore | undefined;
|
1370
|
-
/**
|
1371
|
-
* @deprecated Use `getMesssageById(id).composer.beginEdit()` instead. This will be removed in 0.6.0.
|
1372
|
-
*/
|
1373
|
-
beginEdit: (messageId: string) => void;
|
1374
|
-
}>;
|
1375
|
-
declare class ThreadRuntimeImpl implements Omit<ThreadRuntimeCore, "getMessageById">, ThreadRuntime {
|
1376
|
-
get path(): ThreadRuntimePath;
|
1377
|
-
/**
|
1378
|
-
* @deprecated Use `getState().threadId` instead. This will be removed in 0.6.0.
|
1379
|
-
*/
|
1380
|
-
get threadId(): string;
|
1381
|
-
/**
|
1382
|
-
* @deprecated Use `getState().isDisabled` instead. This will be removed in 0.6.0.
|
1383
|
-
*/
|
1384
|
-
get isDisabled(): boolean;
|
1385
|
-
/**
|
1386
|
-
* @deprecated Use `getState().isRunning` instead. This will be removed in 0.6.0.
|
1387
|
-
*/
|
1388
|
-
get isRunning(): boolean;
|
1389
|
-
/**
|
1390
|
-
* @deprecated Use `getState().capabilities` instead. This will be removed in 0.6.0.
|
1391
|
-
*/
|
1392
|
-
get capabilities(): Readonly<{
|
1393
|
-
switchToBranch: boolean;
|
1394
|
-
edit: boolean;
|
1395
|
-
reload: boolean;
|
1396
|
-
cancel: boolean;
|
1397
|
-
unstable_copy: boolean;
|
1398
|
-
speech: boolean;
|
1399
|
-
attachments: boolean;
|
1400
|
-
feedback: boolean;
|
1401
|
-
}>;
|
1402
|
-
/**
|
1403
|
-
* @deprecated Use `getState().extras` instead. This will be removed in 0.6.0.
|
1404
|
-
*/
|
1405
|
-
get extras(): unknown;
|
1406
|
-
/**
|
1407
|
-
* @deprecated Use `getState().followupSuggestions` instead. This will be removed in 0.6.0.
|
1408
|
-
*/
|
1409
|
-
get suggestions(): readonly ThreadSuggestion[];
|
1410
|
-
/**
|
1411
|
-
* @deprecated Use `getState().messages` instead. This will be removed in 0.6.0.
|
1412
|
-
*/
|
1413
|
-
get messages(): readonly ThreadMessage[];
|
1414
|
-
/**
|
1415
|
-
* @deprecated Use `getState().speechState` instead. This will be removed in 0.6.0.
|
1416
|
-
*/
|
1417
|
-
get speech(): Readonly<{
|
1418
|
-
messageId: string;
|
1419
|
-
status: SpeechSynthesisAdapter.Status;
|
1420
|
-
}> | undefined;
|
1421
|
-
unstable_getCore(): Readonly<{
|
1422
|
-
getMessageById: (messageId: string) => {
|
1423
|
-
parentId: string | null;
|
1424
|
-
message: ThreadMessage;
|
1425
|
-
} | undefined;
|
1426
|
-
getBranches: (messageId: string) => readonly string[];
|
1427
|
-
switchToBranch: (branchId: string) => void;
|
1428
|
-
append: (message: AppendMessage) => void;
|
1429
|
-
startRun: (parentId: string | null) => void;
|
1430
|
-
cancelRun: () => void;
|
1431
|
-
addToolResult: (options: AddToolResultOptions) => void;
|
1432
|
-
speak: (messageId: string) => void;
|
1433
|
-
stopSpeaking: () => void;
|
1434
|
-
getSubmittedFeedback: (messageId: string) => SubmittedFeedback | undefined;
|
1435
|
-
submitFeedback: (feedback: SubmitFeedbackOptions) => void;
|
1436
|
-
getModelConfig: () => ModelConfig;
|
1437
|
-
composer: ThreadComposerRuntimeCore;
|
1438
|
-
getEditComposer: (messageId: string) => ComposerRuntimeCore | undefined;
|
1439
|
-
beginEdit: (messageId: string) => void;
|
1440
|
-
speech: SpeechState | undefined;
|
1441
|
-
capabilities: Readonly<RuntimeCapabilities>;
|
1442
|
-
threadId: string;
|
1443
|
-
isDisabled: boolean;
|
1444
|
-
messages: readonly ThreadMessage[];
|
1445
|
-
suggestions: readonly ThreadSuggestion[];
|
1446
|
-
extras: unknown;
|
1447
|
-
subscribe: (callback: () => void) => Unsubscribe;
|
1448
|
-
import(repository: ExportedMessageRepository): void;
|
1449
|
-
export(): ExportedMessageRepository;
|
1450
|
-
unstable_on(event: ThreadRuntimeEventType, callback: () => void): Unsubscribe;
|
1451
|
-
}>;
|
1452
|
-
private _threadBinding;
|
1453
|
-
constructor(threadBinding: ThreadRuntimeCoreBinding);
|
1454
|
-
readonly composer: ThreadComposerRuntimeImpl;
|
1455
|
-
getState(): Readonly<{
|
1456
|
-
threadId: string;
|
1457
|
-
isDisabled: boolean;
|
1458
|
-
isRunning: boolean;
|
1459
|
-
capabilities: RuntimeCapabilities;
|
1460
|
-
messages: readonly ThreadMessage[];
|
1461
|
-
suggestions: readonly ThreadSuggestion[];
|
1462
|
-
extras: unknown;
|
1463
|
-
/**
|
1464
|
-
* @deprecated This API is still under active development and might change without notice.
|
1465
|
-
*/
|
1466
|
-
speech: SpeechState | undefined;
|
1467
|
-
}>;
|
1468
|
-
append(message: CreateAppendMessage): void;
|
1469
|
-
subscribe(callback: () => void): Unsubscribe;
|
1470
|
-
/**
|
1471
|
-
* @derprecated Use `getMesssageById(id).getState().branchNumber` / `getMesssageById(id).getState().branchCount` instead. This will be removed in 0.6.0.
|
1472
|
-
*/
|
1473
|
-
getBranches(messageId: string): readonly string[];
|
1474
|
-
getModelConfig(): ModelConfig;
|
1475
|
-
startRun(parentId: string | null): void;
|
1476
|
-
cancelRun(): void;
|
1477
|
-
/**
|
1478
|
-
* @deprecated Use `getMesssageById(id).getContentPartByToolCallId(toolCallId).addToolResult({ result })` instead. This will be removed in 0.6.0.
|
1479
|
-
*/
|
1480
|
-
addToolResult(options: AddToolResultOptions): void;
|
1481
|
-
/**
|
1482
|
-
* @deprecated Use `getMesssageById(id).switchToBranch({ options })` instead. This will be removed in 0.6.0.
|
1483
|
-
*/
|
1484
|
-
switchToBranch(branchId: string): void;
|
1485
|
-
/**
|
1486
|
-
* @deprecated Use `getMesssageById(id).speak()` instead. This will be removed in 0.6.0.
|
1487
|
-
*/
|
1488
|
-
speak(messageId: string): void;
|
1489
|
-
stopSpeaking(): void;
|
1490
|
-
getSubmittedFeedback(messageId: string): Readonly<{
|
1491
|
-
type: "negative" | "positive";
|
1492
|
-
}> | undefined;
|
1493
|
-
/**
|
1494
|
-
* @deprecated Use `getMesssageById(id).submitFeedback({ type })` instead. This will be removed in 0.6.0.
|
1495
|
-
*/
|
1496
|
-
submitFeedback(options: SubmitFeedbackOptions): void;
|
1497
|
-
/**
|
1498
|
-
* @deprecated Use `getMesssageById(id).getMessageByIndex(idx).composer` instead. This will be removed in 0.6.0.
|
1499
|
-
*/
|
1500
|
-
getEditComposer(messageId: string): Readonly<{
|
1501
|
-
attachments: readonly Attachment$1[];
|
1502
|
-
getAttachmentAccept(): string;
|
1503
|
-
addAttachment: (file: File) => Promise<void>;
|
1504
|
-
removeAttachment: (attachmentId: string) => Promise<void>;
|
1505
|
-
isEditing: boolean;
|
1506
|
-
canCancel: boolean;
|
1507
|
-
isEmpty: boolean;
|
1508
|
-
text: string;
|
1509
|
-
setText: (value: string) => void;
|
1510
|
-
reset: () => void;
|
1511
|
-
send: () => void;
|
1512
|
-
cancel: () => void;
|
1513
|
-
subscribe: (callback: () => void) => Unsubscribe;
|
1514
|
-
}> | undefined;
|
1515
|
-
/**
|
1516
|
-
* @deprecated Use `getMesssageById(id).getMessageByIndex(idx).composer.beginEdit()` instead. This will be removed in 0.6.0.
|
1517
|
-
*/
|
1518
|
-
beginEdit(messageId: string): void;
|
1519
|
-
export(): ExportedMessageRepository;
|
1520
|
-
import(data: ExportedMessageRepository): void;
|
1521
|
-
getMesssageByIndex(idx: number): MessageRuntimeImpl;
|
1522
|
-
getMesssageById(messageId: string): MessageRuntimeImpl;
|
1523
|
-
private _getMessageRuntime;
|
1524
|
-
private _eventListenerNestedSubscriptions;
|
1525
|
-
unstable_on(event: ThreadRuntimeEventType, callback: () => void): Unsubscribe;
|
1526
|
-
}
|
1527
|
-
|
1528
|
-
type ContentPartState = (ThreadUserContentPart | ThreadAssistantContentPart) & {
|
1529
|
-
/**
|
1530
|
-
* @deprecated You can directly access content part fields in the state. Replace `.part.type` with `.type` etc. This will be removed in 0.6.0.
|
1531
|
-
*/
|
1532
|
-
part: ThreadUserContentPart | ThreadAssistantContentPart;
|
1533
|
-
status: ContentPartStatus | ToolCallContentPartStatus;
|
1534
|
-
};
|
1535
|
-
type ContentPartSnapshotBinding = SubscribableWithState<ContentPartState, ContentPartRuntimePath>;
|
1536
|
-
type ContentPartRuntime = {
|
1537
|
-
path: ContentPartRuntimePath;
|
1538
|
-
getState(): ContentPartState;
|
1539
|
-
addToolResult(result: any): void;
|
1540
|
-
subscribe(callback: () => void): Unsubscribe;
|
1541
|
-
};
|
1542
|
-
declare class ContentPartRuntimeImpl implements ContentPartRuntime {
|
1543
|
-
private contentBinding;
|
1544
|
-
private messageApi;
|
1545
|
-
private threadApi;
|
1546
|
-
get path(): ContentPartRuntimePath;
|
1547
|
-
constructor(contentBinding: ContentPartSnapshotBinding, messageApi: MessageStateBinding, threadApi: ThreadRuntimeCoreBinding);
|
1548
|
-
getState(): ContentPartState;
|
1549
|
-
addToolResult(result: any): void;
|
1550
|
-
subscribe(callback: () => void): Unsubscribe;
|
1551
|
-
}
|
1552
|
-
|
1553
|
-
type EmptyContentPartProps = {
|
1554
|
-
status: ContentPartStatus;
|
1555
|
-
};
|
1556
|
-
type EmptyContentPartComponent = ComponentType<EmptyContentPartProps>;
|
1557
|
-
type TextContentPartProps = ContentPartState & TextContentPart & {
|
1558
|
-
/**
|
1559
|
-
* @deprecated You can directly access content part fields in the state. Replace `.part.type` with `.type` etc. This will be removed in 0.6.0.
|
1560
|
-
*/
|
1561
|
-
part: TextContentPart;
|
1562
|
-
};
|
1563
|
-
type TextContentPartComponent = ComponentType<TextContentPartProps>;
|
1564
|
-
type ImageContentPartProps = ContentPartState & ImageContentPart & {
|
1565
|
-
/**
|
1566
|
-
* @deprecated You can directly access content part fields in the state. Replace `.part.type` with `.type` etc. This will be removed in 0.6.0.
|
1567
|
-
*/
|
1568
|
-
part: ImageContentPart;
|
1569
|
-
};
|
1570
|
-
type ImageContentPartComponent = ComponentType<ImageContentPartProps>;
|
1571
|
-
type Unstable_AudioContentPartProps = ContentPartState & Unstable_AudioContentPart & {
|
1572
|
-
/**
|
1573
|
-
* @deprecated You can directly access content part fields in the state. Replace `.part.type` with `.type` etc. This will be removed in 0.6.0.
|
1574
|
-
*/
|
1575
|
-
part: Unstable_AudioContentPart;
|
1576
|
-
};
|
1577
|
-
type Unstable_AudioContentPartComponent = ComponentType<Unstable_AudioContentPartProps>;
|
1578
|
-
type UIContentPartProps = ContentPartState & UIContentPart & {
|
1579
|
-
/**
|
1580
|
-
* @deprecated You can directly access content part fields in the state. Replace `.part.type` with `.type` etc. This will be removed in 0.6.0.
|
1581
|
-
*/
|
1582
|
-
part: UIContentPart;
|
1583
|
-
};
|
1584
|
-
type UIContentPartComponent = ComponentType<UIContentPartProps>;
|
1585
|
-
type ToolCallContentPartProps<TArgs extends Record<string, unknown> = any, TResult = unknown> = ContentPartState & ToolCallContentPart<TArgs, TResult> & {
|
1586
|
-
/**
|
1587
|
-
* @deprecated You can directly access content part fields in the state. Replace `.part.type` with `.type` etc. This will be removed in 0.6.0.
|
1588
|
-
*/
|
1589
|
-
part: ToolCallContentPart<TArgs, TResult>;
|
1590
|
-
addResult: (result: any) => void;
|
1591
|
-
};
|
1592
|
-
type ToolCallContentPartComponent<TArgs extends Record<string, unknown> = any, TResult = any> = ComponentType<ToolCallContentPartProps<TArgs, TResult>>;
|
1593
|
-
|
1594
|
-
type AssistantRuntimeProviderProps = {
|
1595
|
-
runtime: AssistantRuntime;
|
1596
|
-
};
|
1597
|
-
declare const AssistantRuntimeProvider: react.NamedExoticComponent<PropsWithChildren<AssistantRuntimeProviderProps>>;
|
1598
|
-
|
1599
|
-
type TextContentPartProviderProps = {
|
1600
|
-
text: string;
|
1601
|
-
isRunning?: boolean | undefined;
|
1602
|
-
};
|
1603
|
-
declare const TextContentPartProvider: FC<PropsWithChildren<TextContentPartProviderProps>>;
|
1604
|
-
|
1605
|
-
type AssistantToolUIsState = Readonly<{
|
1606
|
-
getToolUI: (toolName: string) => ToolCallContentPartComponent | null;
|
1607
|
-
setToolUI: (toolName: string, render: ToolCallContentPartComponent) => Unsubscribe;
|
1608
|
-
}>;
|
1609
|
-
|
1610
|
-
type MessageUtilsState = Readonly<{
|
1611
|
-
isCopied: boolean;
|
1612
|
-
setIsCopied: (value: boolean) => void;
|
1613
|
-
isHovering: boolean;
|
1614
|
-
setIsHovering: (value: boolean) => void;
|
1615
|
-
}>;
|
1616
|
-
|
1617
|
-
type ThreadViewportState = Readonly<{
|
1618
|
-
isAtBottom: boolean;
|
1619
|
-
scrollToBottom: () => void;
|
1620
|
-
onScrollToBottom: (callback: () => void) => Unsubscribe;
|
1621
|
-
}>;
|
1622
|
-
|
1623
|
-
type AssistantContextValue = {
|
1624
|
-
useToolUIs: UseBoundStore<ReadonlyStore<AssistantToolUIsState>>;
|
1625
|
-
useAssistantRuntime: UseBoundStore<ReadonlyStore<AssistantRuntime>>;
|
1626
|
-
useThreadManager: UseBoundStore<ReadonlyStore<ThreadManagerState>>;
|
1627
|
-
/**
|
1628
|
-
* @deprecated Use `useAssistantRuntime` instead. This will be removed in 0.6.0.
|
1629
|
-
*/
|
1630
|
-
useAssistantActions: UseBoundStore<ReadonlyStore<AssistantRuntime>>;
|
1631
|
-
};
|
1632
|
-
declare const useAssistantContext: {
|
1633
|
-
(options?: {
|
1634
|
-
optional?: false | undefined;
|
1635
|
-
} | undefined): AssistantContextValue;
|
1636
|
-
(options?: {
|
1637
|
-
optional?: boolean | undefined;
|
1638
|
-
} | undefined): AssistantContextValue | null;
|
1639
|
-
};
|
1640
|
-
declare function useAssistantRuntime(options?: {
|
1641
|
-
optional?: false | undefined;
|
1642
|
-
}): AssistantRuntime;
|
1643
|
-
declare function useAssistantRuntime(options?: {
|
1644
|
-
optional?: boolean | undefined;
|
1645
|
-
}): AssistantRuntime | null;
|
1646
|
-
/**
|
1647
|
-
* @deprecated Use `useAssistantRuntime` instead. This will be removed in 0.6.0.
|
1648
|
-
*/
|
1649
|
-
declare const useAssistantActionsStore: {
|
1650
|
-
(): ReadonlyStore<AssistantRuntime>;
|
1651
|
-
(options: {
|
1652
|
-
optional: true;
|
1653
|
-
}): ReadonlyStore<AssistantRuntime> | null;
|
1654
|
-
};
|
1655
|
-
/**
|
1656
|
-
* @deprecated Use `useAssistantRuntime` instead. This will be removed in 0.6.0.
|
1657
|
-
*/
|
1658
|
-
declare const useAssistantActions: {
|
1659
|
-
(): AssistantRuntime;
|
1660
|
-
<TSelected>(selector: (state: AssistantRuntime) => TSelected): TSelected;
|
1661
|
-
(options: {
|
1662
|
-
optional: true;
|
1663
|
-
}): AssistantRuntime | null;
|
1664
|
-
<TSelected>(options: {
|
1665
|
-
optional: true;
|
1666
|
-
selector?: (state: AssistantRuntime) => TSelected;
|
1667
|
-
}): TSelected | null;
|
1668
|
-
};
|
1669
|
-
/**
|
1670
|
-
* @deprecated Use `useAssistantRuntime` instead. This will be removed in 0.6.0.
|
1671
|
-
*/
|
1672
|
-
declare const useAssistantRuntimeStore: {
|
1673
|
-
(): ReadonlyStore<AssistantRuntime>;
|
1674
|
-
(options: {
|
1675
|
-
optional: true;
|
1676
|
-
}): ReadonlyStore<AssistantRuntime> | null;
|
1677
|
-
};
|
1678
|
-
declare const useToolUIs: {
|
1679
|
-
(): Readonly<{
|
1680
|
-
getToolUI: (toolName: string) => ToolCallContentPartComponent | null;
|
1681
|
-
setToolUI: (toolName: string, render: ToolCallContentPartComponent) => Unsubscribe;
|
1682
|
-
}>;
|
1683
|
-
<TSelected>(selector: (state: Readonly<{
|
1684
|
-
getToolUI: (toolName: string) => ToolCallContentPartComponent | null;
|
1685
|
-
setToolUI: (toolName: string, render: ToolCallContentPartComponent) => Unsubscribe;
|
1686
|
-
}>) => TSelected): TSelected;
|
1687
|
-
(options: {
|
1688
|
-
optional: true;
|
1689
|
-
}): Readonly<{
|
1690
|
-
getToolUI: (toolName: string) => ToolCallContentPartComponent | null;
|
1691
|
-
setToolUI: (toolName: string, render: ToolCallContentPartComponent) => Unsubscribe;
|
1692
|
-
}> | null;
|
1693
|
-
<TSelected>(options: {
|
1694
|
-
optional: true;
|
1695
|
-
selector?: (state: Readonly<{
|
1696
|
-
getToolUI: (toolName: string) => ToolCallContentPartComponent | null;
|
1697
|
-
setToolUI: (toolName: string, render: ToolCallContentPartComponent) => Unsubscribe;
|
1698
|
-
}>) => TSelected;
|
1699
|
-
}): TSelected | null;
|
1700
|
-
};
|
1701
|
-
declare const useToolUIsStore: {
|
1702
|
-
(): ReadonlyStore<Readonly<{
|
1703
|
-
getToolUI: (toolName: string) => ToolCallContentPartComponent | null;
|
1704
|
-
setToolUI: (toolName: string, render: ToolCallContentPartComponent) => Unsubscribe;
|
1705
|
-
}>>;
|
1706
|
-
(options: {
|
1707
|
-
optional: true;
|
1708
|
-
}): ReadonlyStore<Readonly<{
|
1709
|
-
getToolUI: (toolName: string) => ToolCallContentPartComponent | null;
|
1710
|
-
setToolUI: (toolName: string, render: ToolCallContentPartComponent) => Unsubscribe;
|
1711
|
-
}>> | null;
|
1712
|
-
};
|
1713
|
-
declare const useThreadManager: {
|
1714
|
-
(): Readonly<{
|
1715
|
-
threads: readonly ThreadManagerMetadata[];
|
1716
|
-
archivedThreads: readonly ThreadManagerMetadata[];
|
1717
|
-
}>;
|
1718
|
-
<TSelected>(selector: (state: Readonly<{
|
1719
|
-
threads: readonly ThreadManagerMetadata[];
|
1720
|
-
archivedThreads: readonly ThreadManagerMetadata[];
|
1721
|
-
}>) => TSelected): TSelected;
|
1722
|
-
(options: {
|
1723
|
-
optional: true;
|
1724
|
-
}): Readonly<{
|
1725
|
-
threads: readonly ThreadManagerMetadata[];
|
1726
|
-
archivedThreads: readonly ThreadManagerMetadata[];
|
1727
|
-
}> | null;
|
1728
|
-
<TSelected>(options: {
|
1729
|
-
optional: true;
|
1730
|
-
selector?: (state: Readonly<{
|
1731
|
-
threads: readonly ThreadManagerMetadata[];
|
1732
|
-
archivedThreads: readonly ThreadManagerMetadata[];
|
1733
|
-
}>) => TSelected;
|
1734
|
-
}): TSelected | null;
|
1735
|
-
};
|
1736
|
-
|
1737
|
-
type ThreadContextValue = {
|
1738
|
-
useThread: UseBoundStore<ReadonlyStore<ThreadState>>;
|
1739
|
-
/**
|
1740
|
-
* @deprecated Use `useThreadRuntime` instead. This will be removed in 0.6.0.
|
1741
|
-
*/
|
1742
|
-
useThreadActions: UseBoundStore<ReadonlyStore<ThreadRuntime>>;
|
1743
|
-
useThreadRuntime: UseBoundStore<ReadonlyStore<ThreadRuntime>>;
|
1744
|
-
useThreadMessages: UseBoundStore<ReadonlyStore<readonly ThreadMessage[]>>;
|
1745
|
-
useComposer: UseBoundStore<ReadonlyStore<ThreadComposerState>>;
|
1746
|
-
useViewport: UseBoundStore<ReadonlyStore<ThreadViewportState>>;
|
1747
|
-
};
|
1748
|
-
declare const useThreadContext: {
|
1749
|
-
(options?: {
|
1750
|
-
optional?: false | undefined;
|
1751
|
-
} | undefined): ThreadContextValue;
|
1752
|
-
(options?: {
|
1753
|
-
optional?: boolean | undefined;
|
1754
|
-
} | undefined): ThreadContextValue | null;
|
1755
|
-
};
|
1756
|
-
declare function useThreadRuntime(options?: {
|
1757
|
-
optional?: false | undefined;
|
1758
|
-
}): ThreadRuntime;
|
1759
|
-
declare function useThreadRuntime(options?: {
|
1760
|
-
optional?: boolean | undefined;
|
1761
|
-
}): ThreadRuntime | null;
|
1762
|
-
/**
|
1763
|
-
* @deprecated Use `useThreadRuntime` instead. This will be removed in 0.6.0.
|
1764
|
-
*/
|
1765
|
-
declare const useThreadActionsStore: {
|
1766
|
-
(): ReadonlyStore<Readonly<{
|
1767
|
-
readonly path: ThreadRuntimePath;
|
1768
|
-
readonly composer: ThreadComposerRuntime;
|
1769
|
-
getState(): Readonly<{
|
1770
|
-
threadId: string;
|
1771
|
-
isDisabled: boolean;
|
1772
|
-
isRunning: boolean;
|
1773
|
-
capabilities: Readonly<{
|
1774
|
-
switchToBranch: boolean;
|
1775
|
-
edit: boolean;
|
1776
|
-
reload: boolean;
|
1777
|
-
cancel: boolean;
|
1778
|
-
unstable_copy: boolean;
|
1779
|
-
speech: boolean;
|
1780
|
-
attachments: boolean;
|
1781
|
-
feedback: boolean;
|
1782
|
-
}>;
|
1783
|
-
messages: readonly ThreadMessage[];
|
1784
|
-
suggestions: readonly ThreadSuggestion[];
|
1785
|
-
extras: unknown;
|
1786
|
-
speech: Readonly<{
|
1787
|
-
messageId: string;
|
1788
|
-
status: SpeechSynthesisAdapter.Status;
|
1789
|
-
}> | undefined;
|
1790
|
-
}>;
|
1791
|
-
unstable_getCore(): Readonly<{
|
1792
|
-
getMessageById: (messageId: string) => {
|
1793
|
-
parentId: string | null;
|
1794
|
-
message: ThreadMessage;
|
1795
|
-
} | undefined;
|
1796
|
-
getBranches: (messageId: string) => readonly string[];
|
1797
|
-
switchToBranch: (branchId: string) => void;
|
1798
|
-
append: (message: AppendMessage) => void;
|
1799
|
-
startRun: (parentId: string | null) => void;
|
1800
|
-
cancelRun: () => void;
|
1801
|
-
addToolResult: (options: AddToolResultOptions) => void;
|
1802
|
-
speak: (messageId: string) => void;
|
1803
|
-
stopSpeaking: () => void;
|
1804
|
-
getSubmittedFeedback: (messageId: string) => SubmittedFeedback | undefined;
|
1805
|
-
submitFeedback: (feedback: SubmitFeedbackOptions) => void;
|
1806
|
-
getModelConfig: () => ModelConfig;
|
1807
|
-
composer: ThreadComposerRuntimeCore;
|
1808
|
-
getEditComposer: (messageId: string) => ComposerRuntimeCore | undefined;
|
1809
|
-
beginEdit: (messageId: string) => void;
|
1810
|
-
speech: Readonly<{
|
1811
|
-
messageId: string;
|
1812
|
-
status: SpeechSynthesisAdapter.Status;
|
1813
|
-
}> | undefined;
|
1814
|
-
capabilities: Readonly<Readonly<{
|
1815
|
-
switchToBranch: boolean;
|
1816
|
-
edit: boolean;
|
1817
|
-
reload: boolean;
|
1818
|
-
cancel: boolean;
|
1819
|
-
unstable_copy: boolean;
|
1820
|
-
speech: boolean;
|
1821
|
-
attachments: boolean;
|
1822
|
-
feedback: boolean;
|
1823
|
-
}>>;
|
1824
|
-
threadId: string;
|
1825
|
-
isDisabled: boolean;
|
1826
|
-
messages: readonly ThreadMessage[];
|
1827
|
-
suggestions: readonly ThreadSuggestion[];
|
1828
|
-
extras: unknown;
|
1829
|
-
subscribe: (callback: () => void) => Unsubscribe;
|
1830
|
-
import(repository: ExportedMessageRepository): void;
|
1831
|
-
export(): ExportedMessageRepository;
|
1832
|
-
unstable_on(event: ThreadRuntimeEventType, callback: () => void): Unsubscribe;
|
1833
|
-
}>;
|
1834
|
-
append(message: CreateAppendMessage): void;
|
1835
|
-
startRun(parentId: string | null): void;
|
1836
|
-
subscribe(callback: () => void): Unsubscribe;
|
1837
|
-
cancelRun(): void;
|
1838
|
-
getModelConfig(): ModelConfig;
|
1839
|
-
export(): ExportedMessageRepository;
|
1840
|
-
import(repository: ExportedMessageRepository): void;
|
1841
|
-
getMesssageByIndex(idx: number): MessageRuntime;
|
1842
|
-
getMesssageById(messageId: string): MessageRuntime;
|
1843
|
-
stopSpeaking: () => void;
|
1844
|
-
unstable_on(event: ThreadRuntimeEventType, callback: () => void): Unsubscribe;
|
1845
|
-
capabilities: Readonly<Readonly<{
|
1846
|
-
switchToBranch: boolean;
|
1847
|
-
edit: boolean;
|
1848
|
-
reload: boolean;
|
1849
|
-
cancel: boolean;
|
1850
|
-
unstable_copy: boolean;
|
1851
|
-
speech: boolean;
|
1852
|
-
attachments: boolean;
|
1853
|
-
feedback: boolean;
|
1854
|
-
}>>;
|
1855
|
-
threadId: string;
|
1856
|
-
isDisabled: boolean;
|
1857
|
-
isRunning: boolean;
|
1858
|
-
messages: readonly ThreadMessage[];
|
1859
|
-
suggestions: readonly ThreadSuggestion[];
|
1860
|
-
speech: Readonly<{
|
1861
|
-
messageId: string;
|
1862
|
-
status: SpeechSynthesisAdapter.Status;
|
1863
|
-
}> | undefined;
|
1864
|
-
extras: unknown;
|
1865
|
-
getBranches: (messageId: string) => readonly string[];
|
1866
|
-
switchToBranch: (branchId: string) => void;
|
1867
|
-
addToolResult: (options: AddToolResultOptions) => void;
|
1868
|
-
speak: (messageId: string) => void;
|
1869
|
-
getSubmittedFeedback: (messageId: string) => SubmittedFeedback | undefined;
|
1870
|
-
submitFeedback: (feedback: SubmitFeedbackOptions) => void;
|
1871
|
-
getEditComposer: (messageId: string) => ComposerRuntimeCore | undefined;
|
1872
|
-
beginEdit: (messageId: string) => void;
|
1873
|
-
}>>;
|
1874
|
-
(options: {
|
1875
|
-
optional: true;
|
1876
|
-
}): ReadonlyStore<Readonly<{
|
1877
|
-
readonly path: ThreadRuntimePath;
|
1878
|
-
readonly composer: ThreadComposerRuntime;
|
1879
|
-
getState(): Readonly<{
|
1880
|
-
threadId: string;
|
1881
|
-
isDisabled: boolean;
|
1882
|
-
isRunning: boolean;
|
1883
|
-
capabilities: Readonly<{
|
1884
|
-
switchToBranch: boolean;
|
1885
|
-
edit: boolean;
|
1886
|
-
reload: boolean;
|
1887
|
-
cancel: boolean;
|
1888
|
-
unstable_copy: boolean;
|
1889
|
-
speech: boolean;
|
1890
|
-
attachments: boolean;
|
1891
|
-
feedback: boolean;
|
1892
|
-
}>;
|
1893
|
-
messages: readonly ThreadMessage[];
|
1894
|
-
suggestions: readonly ThreadSuggestion[];
|
1895
|
-
extras: unknown;
|
1896
|
-
speech: Readonly<{
|
1897
|
-
messageId: string;
|
1898
|
-
status: SpeechSynthesisAdapter.Status;
|
1899
|
-
}> | undefined;
|
1900
|
-
}>;
|
1901
|
-
unstable_getCore(): Readonly<{
|
1902
|
-
getMessageById: (messageId: string) => {
|
1903
|
-
parentId: string | null;
|
1904
|
-
message: ThreadMessage;
|
1905
|
-
} | undefined;
|
1906
|
-
getBranches: (messageId: string) => readonly string[];
|
1907
|
-
switchToBranch: (branchId: string) => void;
|
1908
|
-
append: (message: AppendMessage) => void;
|
1909
|
-
startRun: (parentId: string | null) => void;
|
1910
|
-
cancelRun: () => void;
|
1911
|
-
addToolResult: (options: AddToolResultOptions) => void;
|
1912
|
-
speak: (messageId: string) => void;
|
1913
|
-
stopSpeaking: () => void;
|
1914
|
-
getSubmittedFeedback: (messageId: string) => SubmittedFeedback | undefined;
|
1915
|
-
submitFeedback: (feedback: SubmitFeedbackOptions) => void;
|
1916
|
-
getModelConfig: () => ModelConfig;
|
1917
|
-
composer: ThreadComposerRuntimeCore;
|
1918
|
-
getEditComposer: (messageId: string) => ComposerRuntimeCore | undefined;
|
1919
|
-
beginEdit: (messageId: string) => void;
|
1920
|
-
speech: Readonly<{
|
1921
|
-
messageId: string;
|
1922
|
-
status: SpeechSynthesisAdapter.Status;
|
1923
|
-
}> | undefined;
|
1924
|
-
capabilities: Readonly<Readonly<{
|
1925
|
-
switchToBranch: boolean;
|
1926
|
-
edit: boolean;
|
1927
|
-
reload: boolean;
|
1928
|
-
cancel: boolean;
|
1929
|
-
unstable_copy: boolean;
|
1930
|
-
speech: boolean;
|
1931
|
-
attachments: boolean;
|
1932
|
-
feedback: boolean;
|
1933
|
-
}>>;
|
1934
|
-
threadId: string;
|
1935
|
-
isDisabled: boolean;
|
1936
|
-
messages: readonly ThreadMessage[];
|
1937
|
-
suggestions: readonly ThreadSuggestion[];
|
1938
|
-
extras: unknown;
|
1939
|
-
subscribe: (callback: () => void) => Unsubscribe;
|
1940
|
-
import(repository: ExportedMessageRepository): void;
|
1941
|
-
export(): ExportedMessageRepository;
|
1942
|
-
unstable_on(event: ThreadRuntimeEventType, callback: () => void): Unsubscribe;
|
1943
|
-
}>;
|
1944
|
-
append(message: CreateAppendMessage): void;
|
1945
|
-
startRun(parentId: string | null): void;
|
1946
|
-
subscribe(callback: () => void): Unsubscribe;
|
1947
|
-
cancelRun(): void;
|
1948
|
-
getModelConfig(): ModelConfig;
|
1949
|
-
export(): ExportedMessageRepository;
|
1950
|
-
import(repository: ExportedMessageRepository): void;
|
1951
|
-
getMesssageByIndex(idx: number): MessageRuntime;
|
1952
|
-
getMesssageById(messageId: string): MessageRuntime;
|
1953
|
-
stopSpeaking: () => void;
|
1954
|
-
unstable_on(event: ThreadRuntimeEventType, callback: () => void): Unsubscribe;
|
1955
|
-
capabilities: Readonly<Readonly<{
|
1956
|
-
switchToBranch: boolean;
|
1957
|
-
edit: boolean;
|
1958
|
-
reload: boolean;
|
1959
|
-
cancel: boolean;
|
1960
|
-
unstable_copy: boolean;
|
1961
|
-
speech: boolean;
|
1962
|
-
attachments: boolean;
|
1963
|
-
feedback: boolean;
|
1964
|
-
}>>;
|
1965
|
-
threadId: string;
|
1966
|
-
isDisabled: boolean;
|
1967
|
-
isRunning: boolean;
|
1968
|
-
messages: readonly ThreadMessage[];
|
1969
|
-
suggestions: readonly ThreadSuggestion[];
|
1970
|
-
speech: Readonly<{
|
1971
|
-
messageId: string;
|
1972
|
-
status: SpeechSynthesisAdapter.Status;
|
1973
|
-
}> | undefined;
|
1974
|
-
extras: unknown;
|
1975
|
-
getBranches: (messageId: string) => readonly string[];
|
1976
|
-
switchToBranch: (branchId: string) => void;
|
1977
|
-
addToolResult: (options: AddToolResultOptions) => void;
|
1978
|
-
speak: (messageId: string) => void;
|
1979
|
-
getSubmittedFeedback: (messageId: string) => SubmittedFeedback | undefined;
|
1980
|
-
submitFeedback: (feedback: SubmitFeedbackOptions) => void;
|
1981
|
-
getEditComposer: (messageId: string) => ComposerRuntimeCore | undefined;
|
1982
|
-
beginEdit: (messageId: string) => void;
|
1983
|
-
}>> | null;
|
1984
|
-
};
|
1985
|
-
/**
|
1986
|
-
* @deprecated Use `useThreadRuntime` instead. This will be removed in 0.6.0.
|
1987
|
-
*/
|
1988
|
-
declare const useThreadActions: {
|
1989
|
-
(): Readonly<{
|
1990
|
-
readonly path: ThreadRuntimePath;
|
1991
|
-
readonly composer: ThreadComposerRuntime;
|
1992
|
-
getState(): Readonly<{
|
1993
|
-
threadId: string;
|
1994
|
-
isDisabled: boolean;
|
1995
|
-
isRunning: boolean;
|
1996
|
-
capabilities: Readonly<{
|
1997
|
-
switchToBranch: boolean;
|
1998
|
-
edit: boolean;
|
1999
|
-
reload: boolean;
|
2000
|
-
cancel: boolean;
|
2001
|
-
unstable_copy: boolean;
|
2002
|
-
speech: boolean;
|
2003
|
-
attachments: boolean;
|
2004
|
-
feedback: boolean;
|
2005
|
-
}>;
|
2006
|
-
messages: readonly ThreadMessage[];
|
2007
|
-
suggestions: readonly ThreadSuggestion[];
|
2008
|
-
extras: unknown;
|
2009
|
-
speech: Readonly<{
|
2010
|
-
messageId: string;
|
2011
|
-
status: SpeechSynthesisAdapter.Status;
|
2012
|
-
}> | undefined;
|
2013
|
-
}>;
|
2014
|
-
unstable_getCore(): Readonly<{
|
2015
|
-
getMessageById: (messageId: string) => {
|
2016
|
-
parentId: string | null;
|
2017
|
-
message: ThreadMessage;
|
2018
|
-
} | undefined;
|
2019
|
-
getBranches: (messageId: string) => readonly string[];
|
2020
|
-
switchToBranch: (branchId: string) => void;
|
2021
|
-
append: (message: AppendMessage) => void;
|
2022
|
-
startRun: (parentId: string | null) => void;
|
2023
|
-
cancelRun: () => void;
|
2024
|
-
addToolResult: (options: AddToolResultOptions) => void;
|
2025
|
-
speak: (messageId: string) => void;
|
2026
|
-
stopSpeaking: () => void;
|
2027
|
-
getSubmittedFeedback: (messageId: string) => SubmittedFeedback | undefined;
|
2028
|
-
submitFeedback: (feedback: SubmitFeedbackOptions) => void;
|
2029
|
-
getModelConfig: () => ModelConfig;
|
2030
|
-
composer: ThreadComposerRuntimeCore;
|
2031
|
-
getEditComposer: (messageId: string) => ComposerRuntimeCore | undefined;
|
2032
|
-
beginEdit: (messageId: string) => void;
|
2033
|
-
speech: Readonly<{
|
2034
|
-
messageId: string;
|
2035
|
-
status: SpeechSynthesisAdapter.Status;
|
2036
|
-
}> | undefined;
|
2037
|
-
capabilities: Readonly<Readonly<{
|
2038
|
-
switchToBranch: boolean;
|
2039
|
-
edit: boolean;
|
2040
|
-
reload: boolean;
|
2041
|
-
cancel: boolean;
|
2042
|
-
unstable_copy: boolean;
|
2043
|
-
speech: boolean;
|
2044
|
-
attachments: boolean;
|
2045
|
-
feedback: boolean;
|
2046
|
-
}>>;
|
2047
|
-
threadId: string;
|
2048
|
-
isDisabled: boolean;
|
2049
|
-
messages: readonly ThreadMessage[];
|
2050
|
-
suggestions: readonly ThreadSuggestion[];
|
2051
|
-
extras: unknown;
|
2052
|
-
subscribe: (callback: () => void) => Unsubscribe;
|
2053
|
-
import(repository: ExportedMessageRepository): void;
|
2054
|
-
export(): ExportedMessageRepository;
|
2055
|
-
unstable_on(event: ThreadRuntimeEventType, callback: () => void): Unsubscribe;
|
2056
|
-
}>;
|
2057
|
-
append(message: CreateAppendMessage): void;
|
2058
|
-
startRun(parentId: string | null): void;
|
2059
|
-
subscribe(callback: () => void): Unsubscribe;
|
2060
|
-
cancelRun(): void;
|
2061
|
-
getModelConfig(): ModelConfig;
|
2062
|
-
export(): ExportedMessageRepository;
|
2063
|
-
import(repository: ExportedMessageRepository): void;
|
2064
|
-
getMesssageByIndex(idx: number): MessageRuntime;
|
2065
|
-
getMesssageById(messageId: string): MessageRuntime;
|
2066
|
-
stopSpeaking: () => void;
|
2067
|
-
unstable_on(event: ThreadRuntimeEventType, callback: () => void): Unsubscribe;
|
2068
|
-
capabilities: Readonly<Readonly<{
|
2069
|
-
switchToBranch: boolean;
|
2070
|
-
edit: boolean;
|
2071
|
-
reload: boolean;
|
2072
|
-
cancel: boolean;
|
2073
|
-
unstable_copy: boolean;
|
2074
|
-
speech: boolean;
|
2075
|
-
attachments: boolean;
|
2076
|
-
feedback: boolean;
|
2077
|
-
}>>;
|
2078
|
-
threadId: string;
|
2079
|
-
isDisabled: boolean;
|
2080
|
-
isRunning: boolean;
|
2081
|
-
messages: readonly ThreadMessage[];
|
2082
|
-
suggestions: readonly ThreadSuggestion[];
|
2083
|
-
speech: Readonly<{
|
2084
|
-
messageId: string;
|
2085
|
-
status: SpeechSynthesisAdapter.Status;
|
2086
|
-
}> | undefined;
|
2087
|
-
extras: unknown;
|
2088
|
-
getBranches: (messageId: string) => readonly string[];
|
2089
|
-
switchToBranch: (branchId: string) => void;
|
2090
|
-
addToolResult: (options: AddToolResultOptions) => void;
|
2091
|
-
speak: (messageId: string) => void;
|
2092
|
-
getSubmittedFeedback: (messageId: string) => SubmittedFeedback | undefined;
|
2093
|
-
submitFeedback: (feedback: SubmitFeedbackOptions) => void;
|
2094
|
-
getEditComposer: (messageId: string) => ComposerRuntimeCore | undefined;
|
2095
|
-
beginEdit: (messageId: string) => void;
|
2096
|
-
}>;
|
2097
|
-
<TSelected>(selector: (state: Readonly<{
|
2098
|
-
readonly path: ThreadRuntimePath;
|
2099
|
-
readonly composer: ThreadComposerRuntime;
|
2100
|
-
getState(): Readonly<{
|
2101
|
-
threadId: string;
|
2102
|
-
isDisabled: boolean;
|
2103
|
-
isRunning: boolean;
|
2104
|
-
capabilities: Readonly<{
|
2105
|
-
switchToBranch: boolean;
|
2106
|
-
edit: boolean;
|
2107
|
-
reload: boolean;
|
2108
|
-
cancel: boolean;
|
2109
|
-
unstable_copy: boolean;
|
2110
|
-
speech: boolean;
|
2111
|
-
attachments: boolean;
|
2112
|
-
feedback: boolean;
|
2113
|
-
}>;
|
2114
|
-
messages: readonly ThreadMessage[];
|
2115
|
-
suggestions: readonly ThreadSuggestion[];
|
2116
|
-
extras: unknown;
|
2117
|
-
speech: Readonly<{
|
2118
|
-
messageId: string;
|
2119
|
-
status: SpeechSynthesisAdapter.Status;
|
2120
|
-
}> | undefined;
|
2121
|
-
}>;
|
2122
|
-
unstable_getCore(): Readonly<{
|
2123
|
-
getMessageById: (messageId: string) => {
|
2124
|
-
parentId: string | null;
|
2125
|
-
message: ThreadMessage;
|
2126
|
-
} | undefined;
|
2127
|
-
getBranches: (messageId: string) => readonly string[];
|
2128
|
-
switchToBranch: (branchId: string) => void;
|
2129
|
-
append: (message: AppendMessage) => void;
|
2130
|
-
startRun: (parentId: string | null) => void;
|
2131
|
-
cancelRun: () => void;
|
2132
|
-
addToolResult: (options: AddToolResultOptions) => void;
|
2133
|
-
speak: (messageId: string) => void;
|
2134
|
-
stopSpeaking: () => void;
|
2135
|
-
getSubmittedFeedback: (messageId: string) => SubmittedFeedback | undefined;
|
2136
|
-
submitFeedback: (feedback: SubmitFeedbackOptions) => void;
|
2137
|
-
getModelConfig: () => ModelConfig;
|
2138
|
-
composer: ThreadComposerRuntimeCore;
|
2139
|
-
getEditComposer: (messageId: string) => ComposerRuntimeCore | undefined;
|
2140
|
-
beginEdit: (messageId: string) => void;
|
2141
|
-
speech: Readonly<{
|
2142
|
-
messageId: string;
|
2143
|
-
status: SpeechSynthesisAdapter.Status;
|
2144
|
-
}> | undefined;
|
2145
|
-
capabilities: Readonly<Readonly<{
|
2146
|
-
switchToBranch: boolean;
|
2147
|
-
edit: boolean;
|
2148
|
-
reload: boolean;
|
2149
|
-
cancel: boolean;
|
2150
|
-
unstable_copy: boolean;
|
2151
|
-
speech: boolean;
|
2152
|
-
attachments: boolean;
|
2153
|
-
feedback: boolean;
|
2154
|
-
}>>;
|
2155
|
-
threadId: string;
|
2156
|
-
isDisabled: boolean;
|
2157
|
-
messages: readonly ThreadMessage[];
|
2158
|
-
suggestions: readonly ThreadSuggestion[];
|
2159
|
-
extras: unknown;
|
2160
|
-
subscribe: (callback: () => void) => Unsubscribe;
|
2161
|
-
import(repository: ExportedMessageRepository): void;
|
2162
|
-
export(): ExportedMessageRepository;
|
2163
|
-
unstable_on(event: ThreadRuntimeEventType, callback: () => void): Unsubscribe;
|
2164
|
-
}>;
|
2165
|
-
append(message: CreateAppendMessage): void;
|
2166
|
-
startRun(parentId: string | null): void;
|
2167
|
-
subscribe(callback: () => void): Unsubscribe;
|
2168
|
-
cancelRun(): void;
|
2169
|
-
getModelConfig(): ModelConfig;
|
2170
|
-
export(): ExportedMessageRepository;
|
2171
|
-
import(repository: ExportedMessageRepository): void;
|
2172
|
-
getMesssageByIndex(idx: number): MessageRuntime;
|
2173
|
-
getMesssageById(messageId: string): MessageRuntime;
|
2174
|
-
stopSpeaking: () => void;
|
2175
|
-
unstable_on(event: ThreadRuntimeEventType, callback: () => void): Unsubscribe;
|
2176
|
-
capabilities: Readonly<Readonly<{
|
2177
|
-
switchToBranch: boolean;
|
2178
|
-
edit: boolean;
|
2179
|
-
reload: boolean;
|
2180
|
-
cancel: boolean;
|
2181
|
-
unstable_copy: boolean;
|
2182
|
-
speech: boolean;
|
2183
|
-
attachments: boolean;
|
2184
|
-
feedback: boolean;
|
2185
|
-
}>>;
|
2186
|
-
threadId: string;
|
2187
|
-
isDisabled: boolean;
|
2188
|
-
isRunning: boolean;
|
2189
|
-
messages: readonly ThreadMessage[];
|
2190
|
-
suggestions: readonly ThreadSuggestion[];
|
2191
|
-
speech: Readonly<{
|
2192
|
-
messageId: string;
|
2193
|
-
status: SpeechSynthesisAdapter.Status;
|
2194
|
-
}> | undefined;
|
2195
|
-
extras: unknown;
|
2196
|
-
getBranches: (messageId: string) => readonly string[];
|
2197
|
-
switchToBranch: (branchId: string) => void;
|
2198
|
-
addToolResult: (options: AddToolResultOptions) => void;
|
2199
|
-
speak: (messageId: string) => void;
|
2200
|
-
getSubmittedFeedback: (messageId: string) => SubmittedFeedback | undefined;
|
2201
|
-
submitFeedback: (feedback: SubmitFeedbackOptions) => void;
|
2202
|
-
getEditComposer: (messageId: string) => ComposerRuntimeCore | undefined;
|
2203
|
-
beginEdit: (messageId: string) => void;
|
2204
|
-
}>) => TSelected): TSelected;
|
2205
|
-
(options: {
|
2206
|
-
optional: true;
|
2207
|
-
}): Readonly<{
|
2208
|
-
readonly path: ThreadRuntimePath;
|
2209
|
-
readonly composer: ThreadComposerRuntime;
|
2210
|
-
getState(): Readonly<{
|
2211
|
-
threadId: string;
|
2212
|
-
isDisabled: boolean;
|
2213
|
-
isRunning: boolean;
|
2214
|
-
capabilities: Readonly<{
|
2215
|
-
switchToBranch: boolean;
|
2216
|
-
edit: boolean;
|
2217
|
-
reload: boolean;
|
2218
|
-
cancel: boolean;
|
2219
|
-
unstable_copy: boolean;
|
2220
|
-
speech: boolean;
|
2221
|
-
attachments: boolean;
|
2222
|
-
feedback: boolean;
|
2223
|
-
}>;
|
2224
|
-
messages: readonly ThreadMessage[];
|
2225
|
-
suggestions: readonly ThreadSuggestion[];
|
2226
|
-
extras: unknown;
|
2227
|
-
speech: Readonly<{
|
2228
|
-
messageId: string;
|
2229
|
-
status: SpeechSynthesisAdapter.Status;
|
2230
|
-
}> | undefined;
|
2231
|
-
}>;
|
2232
|
-
unstable_getCore(): Readonly<{
|
2233
|
-
getMessageById: (messageId: string) => {
|
2234
|
-
parentId: string | null;
|
2235
|
-
message: ThreadMessage;
|
2236
|
-
} | undefined;
|
2237
|
-
getBranches: (messageId: string) => readonly string[];
|
2238
|
-
switchToBranch: (branchId: string) => void;
|
2239
|
-
append: (message: AppendMessage) => void;
|
2240
|
-
startRun: (parentId: string | null) => void;
|
2241
|
-
cancelRun: () => void;
|
2242
|
-
addToolResult: (options: AddToolResultOptions) => void;
|
2243
|
-
speak: (messageId: string) => void;
|
2244
|
-
stopSpeaking: () => void;
|
2245
|
-
getSubmittedFeedback: (messageId: string) => SubmittedFeedback | undefined;
|
2246
|
-
submitFeedback: (feedback: SubmitFeedbackOptions) => void;
|
2247
|
-
getModelConfig: () => ModelConfig;
|
2248
|
-
composer: ThreadComposerRuntimeCore;
|
2249
|
-
getEditComposer: (messageId: string) => ComposerRuntimeCore | undefined;
|
2250
|
-
beginEdit: (messageId: string) => void;
|
2251
|
-
speech: Readonly<{
|
2252
|
-
messageId: string;
|
2253
|
-
status: SpeechSynthesisAdapter.Status;
|
2254
|
-
}> | undefined;
|
2255
|
-
capabilities: Readonly<Readonly<{
|
2256
|
-
switchToBranch: boolean;
|
2257
|
-
edit: boolean;
|
2258
|
-
reload: boolean;
|
2259
|
-
cancel: boolean;
|
2260
|
-
unstable_copy: boolean;
|
2261
|
-
speech: boolean;
|
2262
|
-
attachments: boolean;
|
2263
|
-
feedback: boolean;
|
2264
|
-
}>>;
|
2265
|
-
threadId: string;
|
2266
|
-
isDisabled: boolean;
|
2267
|
-
messages: readonly ThreadMessage[];
|
2268
|
-
suggestions: readonly ThreadSuggestion[];
|
2269
|
-
extras: unknown;
|
2270
|
-
subscribe: (callback: () => void) => Unsubscribe;
|
2271
|
-
import(repository: ExportedMessageRepository): void;
|
2272
|
-
export(): ExportedMessageRepository;
|
2273
|
-
unstable_on(event: ThreadRuntimeEventType, callback: () => void): Unsubscribe;
|
2274
|
-
}>;
|
2275
|
-
append(message: CreateAppendMessage): void;
|
2276
|
-
startRun(parentId: string | null): void;
|
2277
|
-
subscribe(callback: () => void): Unsubscribe;
|
2278
|
-
cancelRun(): void;
|
2279
|
-
getModelConfig(): ModelConfig;
|
2280
|
-
export(): ExportedMessageRepository;
|
2281
|
-
import(repository: ExportedMessageRepository): void;
|
2282
|
-
getMesssageByIndex(idx: number): MessageRuntime;
|
2283
|
-
getMesssageById(messageId: string): MessageRuntime;
|
2284
|
-
stopSpeaking: () => void;
|
2285
|
-
unstable_on(event: ThreadRuntimeEventType, callback: () => void): Unsubscribe;
|
2286
|
-
capabilities: Readonly<Readonly<{
|
2287
|
-
switchToBranch: boolean;
|
2288
|
-
edit: boolean;
|
2289
|
-
reload: boolean;
|
2290
|
-
cancel: boolean;
|
2291
|
-
unstable_copy: boolean;
|
2292
|
-
speech: boolean;
|
2293
|
-
attachments: boolean;
|
2294
|
-
feedback: boolean;
|
2295
|
-
}>>;
|
2296
|
-
threadId: string;
|
2297
|
-
isDisabled: boolean;
|
2298
|
-
isRunning: boolean;
|
2299
|
-
messages: readonly ThreadMessage[];
|
2300
|
-
suggestions: readonly ThreadSuggestion[];
|
2301
|
-
speech: Readonly<{
|
2302
|
-
messageId: string;
|
2303
|
-
status: SpeechSynthesisAdapter.Status;
|
2304
|
-
}> | undefined;
|
2305
|
-
extras: unknown;
|
2306
|
-
getBranches: (messageId: string) => readonly string[];
|
2307
|
-
switchToBranch: (branchId: string) => void;
|
2308
|
-
addToolResult: (options: AddToolResultOptions) => void;
|
2309
|
-
speak: (messageId: string) => void;
|
2310
|
-
getSubmittedFeedback: (messageId: string) => SubmittedFeedback | undefined;
|
2311
|
-
submitFeedback: (feedback: SubmitFeedbackOptions) => void;
|
2312
|
-
getEditComposer: (messageId: string) => ComposerRuntimeCore | undefined;
|
2313
|
-
beginEdit: (messageId: string) => void;
|
2314
|
-
}> | null;
|
2315
|
-
<TSelected>(options: {
|
2316
|
-
optional: true;
|
2317
|
-
selector?: (state: Readonly<{
|
2318
|
-
readonly path: ThreadRuntimePath;
|
2319
|
-
readonly composer: ThreadComposerRuntime;
|
2320
|
-
getState(): Readonly<{
|
2321
|
-
threadId: string;
|
2322
|
-
isDisabled: boolean;
|
2323
|
-
isRunning: boolean;
|
2324
|
-
capabilities: Readonly<{
|
2325
|
-
switchToBranch: boolean;
|
2326
|
-
edit: boolean;
|
2327
|
-
reload: boolean;
|
2328
|
-
cancel: boolean;
|
2329
|
-
unstable_copy: boolean;
|
2330
|
-
speech: boolean;
|
2331
|
-
attachments: boolean;
|
2332
|
-
feedback: boolean;
|
2333
|
-
}>;
|
2334
|
-
messages: readonly ThreadMessage[];
|
2335
|
-
suggestions: readonly ThreadSuggestion[];
|
2336
|
-
extras: unknown;
|
2337
|
-
speech: Readonly<{
|
2338
|
-
messageId: string;
|
2339
|
-
status: SpeechSynthesisAdapter.Status;
|
2340
|
-
}> | undefined;
|
2341
|
-
}>;
|
2342
|
-
unstable_getCore(): Readonly<{
|
2343
|
-
getMessageById: (messageId: string) => {
|
2344
|
-
parentId: string | null;
|
2345
|
-
message: ThreadMessage;
|
2346
|
-
} | undefined;
|
2347
|
-
getBranches: (messageId: string) => readonly string[];
|
2348
|
-
switchToBranch: (branchId: string) => void;
|
2349
|
-
append: (message: AppendMessage) => void;
|
2350
|
-
startRun: (parentId: string | null) => void;
|
2351
|
-
cancelRun: () => void;
|
2352
|
-
addToolResult: (options: AddToolResultOptions) => void;
|
2353
|
-
speak: (messageId: string) => void;
|
2354
|
-
stopSpeaking: () => void;
|
2355
|
-
getSubmittedFeedback: (messageId: string) => SubmittedFeedback | undefined;
|
2356
|
-
submitFeedback: (feedback: SubmitFeedbackOptions) => void;
|
2357
|
-
getModelConfig: () => ModelConfig;
|
2358
|
-
composer: ThreadComposerRuntimeCore;
|
2359
|
-
getEditComposer: (messageId: string) => ComposerRuntimeCore | undefined;
|
2360
|
-
beginEdit: (messageId: string) => void;
|
2361
|
-
speech: Readonly<{
|
2362
|
-
messageId: string;
|
2363
|
-
status: SpeechSynthesisAdapter.Status;
|
2364
|
-
}> | undefined;
|
2365
|
-
capabilities: Readonly<Readonly<{
|
2366
|
-
switchToBranch: boolean;
|
2367
|
-
edit: boolean;
|
2368
|
-
reload: boolean;
|
2369
|
-
cancel: boolean;
|
2370
|
-
unstable_copy: boolean;
|
2371
|
-
speech: boolean;
|
2372
|
-
attachments: boolean;
|
2373
|
-
feedback: boolean;
|
2374
|
-
}>>;
|
2375
|
-
threadId: string;
|
2376
|
-
isDisabled: boolean;
|
2377
|
-
messages: readonly ThreadMessage[];
|
2378
|
-
suggestions: readonly ThreadSuggestion[];
|
2379
|
-
extras: unknown;
|
2380
|
-
subscribe: (callback: () => void) => Unsubscribe;
|
2381
|
-
import(repository: ExportedMessageRepository): void;
|
2382
|
-
export(): ExportedMessageRepository;
|
2383
|
-
unstable_on(event: ThreadRuntimeEventType, callback: () => void): Unsubscribe;
|
2384
|
-
}>;
|
2385
|
-
append(message: CreateAppendMessage): void;
|
2386
|
-
startRun(parentId: string | null): void;
|
2387
|
-
subscribe(callback: () => void): Unsubscribe;
|
2388
|
-
cancelRun(): void;
|
2389
|
-
getModelConfig(): ModelConfig;
|
2390
|
-
export(): ExportedMessageRepository;
|
2391
|
-
import(repository: ExportedMessageRepository): void;
|
2392
|
-
getMesssageByIndex(idx: number): MessageRuntime;
|
2393
|
-
getMesssageById(messageId: string): MessageRuntime;
|
2394
|
-
stopSpeaking: () => void;
|
2395
|
-
unstable_on(event: ThreadRuntimeEventType, callback: () => void): Unsubscribe;
|
2396
|
-
capabilities: Readonly<Readonly<{
|
2397
|
-
switchToBranch: boolean;
|
2398
|
-
edit: boolean;
|
2399
|
-
reload: boolean;
|
2400
|
-
cancel: boolean;
|
2401
|
-
unstable_copy: boolean;
|
2402
|
-
speech: boolean;
|
2403
|
-
attachments: boolean;
|
2404
|
-
feedback: boolean;
|
2405
|
-
}>>;
|
2406
|
-
threadId: string;
|
2407
|
-
isDisabled: boolean;
|
2408
|
-
isRunning: boolean;
|
2409
|
-
messages: readonly ThreadMessage[];
|
2410
|
-
suggestions: readonly ThreadSuggestion[];
|
2411
|
-
speech: Readonly<{
|
2412
|
-
messageId: string;
|
2413
|
-
status: SpeechSynthesisAdapter.Status;
|
2414
|
-
}> | undefined;
|
2415
|
-
extras: unknown;
|
2416
|
-
getBranches: (messageId: string) => readonly string[];
|
2417
|
-
switchToBranch: (branchId: string) => void;
|
2418
|
-
addToolResult: (options: AddToolResultOptions) => void;
|
2419
|
-
speak: (messageId: string) => void;
|
2420
|
-
getSubmittedFeedback: (messageId: string) => SubmittedFeedback | undefined;
|
2421
|
-
submitFeedback: (feedback: SubmitFeedbackOptions) => void;
|
2422
|
-
getEditComposer: (messageId: string) => ComposerRuntimeCore | undefined;
|
2423
|
-
beginEdit: (messageId: string) => void;
|
2424
|
-
}>) => TSelected;
|
2425
|
-
}): TSelected | null;
|
2426
|
-
};
|
2427
|
-
/**
|
2428
|
-
* @deprecated Use `useThreadRuntime` instead. This will be removed in 0.6.0.
|
2429
|
-
*/
|
2430
|
-
declare const useThreadRuntimeStore: {
|
2431
|
-
(): ReadonlyStore<Readonly<{
|
2432
|
-
readonly path: ThreadRuntimePath;
|
2433
|
-
readonly composer: ThreadComposerRuntime;
|
2434
|
-
getState(): Readonly<{
|
2435
|
-
threadId: string;
|
2436
|
-
isDisabled: boolean;
|
2437
|
-
isRunning: boolean;
|
2438
|
-
capabilities: Readonly<{
|
2439
|
-
switchToBranch: boolean;
|
2440
|
-
edit: boolean;
|
2441
|
-
reload: boolean;
|
2442
|
-
cancel: boolean;
|
2443
|
-
unstable_copy: boolean;
|
2444
|
-
speech: boolean;
|
2445
|
-
attachments: boolean;
|
2446
|
-
feedback: boolean;
|
2447
|
-
}>;
|
2448
|
-
messages: readonly ThreadMessage[];
|
2449
|
-
suggestions: readonly ThreadSuggestion[];
|
2450
|
-
extras: unknown;
|
2451
|
-
speech: Readonly<{
|
2452
|
-
messageId: string;
|
2453
|
-
status: SpeechSynthesisAdapter.Status;
|
2454
|
-
}> | undefined;
|
2455
|
-
}>;
|
2456
|
-
unstable_getCore(): Readonly<{
|
2457
|
-
getMessageById: (messageId: string) => {
|
2458
|
-
parentId: string | null;
|
2459
|
-
message: ThreadMessage;
|
2460
|
-
} | undefined;
|
2461
|
-
getBranches: (messageId: string) => readonly string[];
|
2462
|
-
switchToBranch: (branchId: string) => void;
|
2463
|
-
append: (message: AppendMessage) => void;
|
2464
|
-
startRun: (parentId: string | null) => void;
|
2465
|
-
cancelRun: () => void;
|
2466
|
-
addToolResult: (options: AddToolResultOptions) => void;
|
2467
|
-
speak: (messageId: string) => void;
|
2468
|
-
stopSpeaking: () => void;
|
2469
|
-
getSubmittedFeedback: (messageId: string) => SubmittedFeedback | undefined;
|
2470
|
-
submitFeedback: (feedback: SubmitFeedbackOptions) => void;
|
2471
|
-
getModelConfig: () => ModelConfig;
|
2472
|
-
composer: ThreadComposerRuntimeCore;
|
2473
|
-
getEditComposer: (messageId: string) => ComposerRuntimeCore | undefined;
|
2474
|
-
beginEdit: (messageId: string) => void;
|
2475
|
-
speech: Readonly<{
|
2476
|
-
messageId: string;
|
2477
|
-
status: SpeechSynthesisAdapter.Status;
|
2478
|
-
}> | undefined;
|
2479
|
-
capabilities: Readonly<Readonly<{
|
2480
|
-
switchToBranch: boolean;
|
2481
|
-
edit: boolean;
|
2482
|
-
reload: boolean;
|
2483
|
-
cancel: boolean;
|
2484
|
-
unstable_copy: boolean;
|
2485
|
-
speech: boolean;
|
2486
|
-
attachments: boolean;
|
2487
|
-
feedback: boolean;
|
2488
|
-
}>>;
|
2489
|
-
threadId: string;
|
2490
|
-
isDisabled: boolean;
|
2491
|
-
messages: readonly ThreadMessage[];
|
2492
|
-
suggestions: readonly ThreadSuggestion[];
|
2493
|
-
extras: unknown;
|
2494
|
-
subscribe: (callback: () => void) => Unsubscribe;
|
2495
|
-
import(repository: ExportedMessageRepository): void;
|
2496
|
-
export(): ExportedMessageRepository;
|
2497
|
-
unstable_on(event: ThreadRuntimeEventType, callback: () => void): Unsubscribe;
|
2498
|
-
}>;
|
2499
|
-
append(message: CreateAppendMessage): void;
|
2500
|
-
startRun(parentId: string | null): void;
|
2501
|
-
subscribe(callback: () => void): Unsubscribe;
|
2502
|
-
cancelRun(): void;
|
2503
|
-
getModelConfig(): ModelConfig;
|
2504
|
-
export(): ExportedMessageRepository;
|
2505
|
-
import(repository: ExportedMessageRepository): void;
|
2506
|
-
getMesssageByIndex(idx: number): MessageRuntime;
|
2507
|
-
getMesssageById(messageId: string): MessageRuntime;
|
2508
|
-
stopSpeaking: () => void;
|
2509
|
-
unstable_on(event: ThreadRuntimeEventType, callback: () => void): Unsubscribe;
|
2510
|
-
capabilities: Readonly<Readonly<{
|
2511
|
-
switchToBranch: boolean;
|
2512
|
-
edit: boolean;
|
2513
|
-
reload: boolean;
|
2514
|
-
cancel: boolean;
|
2515
|
-
unstable_copy: boolean;
|
2516
|
-
speech: boolean;
|
2517
|
-
attachments: boolean;
|
2518
|
-
feedback: boolean;
|
2519
|
-
}>>;
|
2520
|
-
threadId: string;
|
2521
|
-
isDisabled: boolean;
|
2522
|
-
isRunning: boolean;
|
2523
|
-
messages: readonly ThreadMessage[];
|
2524
|
-
suggestions: readonly ThreadSuggestion[];
|
2525
|
-
speech: Readonly<{
|
2526
|
-
messageId: string;
|
2527
|
-
status: SpeechSynthesisAdapter.Status;
|
2528
|
-
}> | undefined;
|
2529
|
-
extras: unknown;
|
2530
|
-
getBranches: (messageId: string) => readonly string[];
|
2531
|
-
switchToBranch: (branchId: string) => void;
|
2532
|
-
addToolResult: (options: AddToolResultOptions) => void;
|
2533
|
-
speak: (messageId: string) => void;
|
2534
|
-
getSubmittedFeedback: (messageId: string) => SubmittedFeedback | undefined;
|
2535
|
-
submitFeedback: (feedback: SubmitFeedbackOptions) => void;
|
2536
|
-
getEditComposer: (messageId: string) => ComposerRuntimeCore | undefined;
|
2537
|
-
beginEdit: (messageId: string) => void;
|
2538
|
-
}>>;
|
2539
|
-
(options: {
|
2540
|
-
optional: true;
|
2541
|
-
}): ReadonlyStore<Readonly<{
|
2542
|
-
readonly path: ThreadRuntimePath;
|
2543
|
-
readonly composer: ThreadComposerRuntime;
|
2544
|
-
getState(): Readonly<{
|
2545
|
-
threadId: string;
|
2546
|
-
isDisabled: boolean;
|
2547
|
-
isRunning: boolean;
|
2548
|
-
capabilities: Readonly<{
|
2549
|
-
switchToBranch: boolean;
|
2550
|
-
edit: boolean;
|
2551
|
-
reload: boolean;
|
2552
|
-
cancel: boolean;
|
2553
|
-
unstable_copy: boolean;
|
2554
|
-
speech: boolean;
|
2555
|
-
attachments: boolean;
|
2556
|
-
feedback: boolean;
|
2557
|
-
}>;
|
2558
|
-
messages: readonly ThreadMessage[];
|
2559
|
-
suggestions: readonly ThreadSuggestion[];
|
2560
|
-
extras: unknown;
|
2561
|
-
speech: Readonly<{
|
2562
|
-
messageId: string;
|
2563
|
-
status: SpeechSynthesisAdapter.Status;
|
2564
|
-
}> | undefined;
|
2565
|
-
}>;
|
2566
|
-
unstable_getCore(): Readonly<{
|
2567
|
-
getMessageById: (messageId: string) => {
|
2568
|
-
parentId: string | null;
|
2569
|
-
message: ThreadMessage;
|
2570
|
-
} | undefined;
|
2571
|
-
getBranches: (messageId: string) => readonly string[];
|
2572
|
-
switchToBranch: (branchId: string) => void;
|
2573
|
-
append: (message: AppendMessage) => void;
|
2574
|
-
startRun: (parentId: string | null) => void;
|
2575
|
-
cancelRun: () => void;
|
2576
|
-
addToolResult: (options: AddToolResultOptions) => void;
|
2577
|
-
speak: (messageId: string) => void;
|
2578
|
-
stopSpeaking: () => void;
|
2579
|
-
getSubmittedFeedback: (messageId: string) => SubmittedFeedback | undefined;
|
2580
|
-
submitFeedback: (feedback: SubmitFeedbackOptions) => void;
|
2581
|
-
getModelConfig: () => ModelConfig;
|
2582
|
-
composer: ThreadComposerRuntimeCore;
|
2583
|
-
getEditComposer: (messageId: string) => ComposerRuntimeCore | undefined;
|
2584
|
-
beginEdit: (messageId: string) => void;
|
2585
|
-
speech: Readonly<{
|
2586
|
-
messageId: string;
|
2587
|
-
status: SpeechSynthesisAdapter.Status;
|
2588
|
-
}> | undefined;
|
2589
|
-
capabilities: Readonly<Readonly<{
|
2590
|
-
switchToBranch: boolean;
|
2591
|
-
edit: boolean;
|
2592
|
-
reload: boolean;
|
2593
|
-
cancel: boolean;
|
2594
|
-
unstable_copy: boolean;
|
2595
|
-
speech: boolean;
|
2596
|
-
attachments: boolean;
|
2597
|
-
feedback: boolean;
|
2598
|
-
}>>;
|
2599
|
-
threadId: string;
|
2600
|
-
isDisabled: boolean;
|
2601
|
-
messages: readonly ThreadMessage[];
|
2602
|
-
suggestions: readonly ThreadSuggestion[];
|
2603
|
-
extras: unknown;
|
2604
|
-
subscribe: (callback: () => void) => Unsubscribe;
|
2605
|
-
import(repository: ExportedMessageRepository): void;
|
2606
|
-
export(): ExportedMessageRepository;
|
2607
|
-
unstable_on(event: ThreadRuntimeEventType, callback: () => void): Unsubscribe;
|
2608
|
-
}>;
|
2609
|
-
append(message: CreateAppendMessage): void;
|
2610
|
-
startRun(parentId: string | null): void;
|
2611
|
-
subscribe(callback: () => void): Unsubscribe;
|
2612
|
-
cancelRun(): void;
|
2613
|
-
getModelConfig(): ModelConfig;
|
2614
|
-
export(): ExportedMessageRepository;
|
2615
|
-
import(repository: ExportedMessageRepository): void;
|
2616
|
-
getMesssageByIndex(idx: number): MessageRuntime;
|
2617
|
-
getMesssageById(messageId: string): MessageRuntime;
|
2618
|
-
stopSpeaking: () => void;
|
2619
|
-
unstable_on(event: ThreadRuntimeEventType, callback: () => void): Unsubscribe;
|
2620
|
-
capabilities: Readonly<Readonly<{
|
2621
|
-
switchToBranch: boolean;
|
2622
|
-
edit: boolean;
|
2623
|
-
reload: boolean;
|
2624
|
-
cancel: boolean;
|
2625
|
-
unstable_copy: boolean;
|
2626
|
-
speech: boolean;
|
2627
|
-
attachments: boolean;
|
2628
|
-
feedback: boolean;
|
2629
|
-
}>>;
|
2630
|
-
threadId: string;
|
2631
|
-
isDisabled: boolean;
|
2632
|
-
isRunning: boolean;
|
2633
|
-
messages: readonly ThreadMessage[];
|
2634
|
-
suggestions: readonly ThreadSuggestion[];
|
2635
|
-
speech: Readonly<{
|
2636
|
-
messageId: string;
|
2637
|
-
status: SpeechSynthesisAdapter.Status;
|
2638
|
-
}> | undefined;
|
2639
|
-
extras: unknown;
|
2640
|
-
getBranches: (messageId: string) => readonly string[];
|
2641
|
-
switchToBranch: (branchId: string) => void;
|
2642
|
-
addToolResult: (options: AddToolResultOptions) => void;
|
2643
|
-
speak: (messageId: string) => void;
|
2644
|
-
getSubmittedFeedback: (messageId: string) => SubmittedFeedback | undefined;
|
2645
|
-
submitFeedback: (feedback: SubmitFeedbackOptions) => void;
|
2646
|
-
getEditComposer: (messageId: string) => ComposerRuntimeCore | undefined;
|
2647
|
-
beginEdit: (messageId: string) => void;
|
2648
|
-
}>> | null;
|
2649
|
-
};
|
2650
|
-
declare const useThread: {
|
2651
|
-
(): Readonly<{
|
2652
|
-
threadId: string;
|
2653
|
-
isDisabled: boolean;
|
2654
|
-
isRunning: boolean;
|
2655
|
-
capabilities: Readonly<{
|
2656
|
-
switchToBranch: boolean;
|
2657
|
-
edit: boolean;
|
2658
|
-
reload: boolean;
|
2659
|
-
cancel: boolean;
|
2660
|
-
unstable_copy: boolean;
|
2661
|
-
speech: boolean;
|
2662
|
-
attachments: boolean;
|
2663
|
-
feedback: boolean;
|
2664
|
-
}>;
|
2665
|
-
messages: readonly ThreadMessage[];
|
2666
|
-
suggestions: readonly ThreadSuggestion[];
|
2667
|
-
extras: unknown;
|
2668
|
-
speech: Readonly<{
|
2669
|
-
messageId: string;
|
2670
|
-
status: SpeechSynthesisAdapter.Status;
|
2671
|
-
}> | undefined;
|
2672
|
-
}>;
|
2673
|
-
<TSelected>(selector: (state: Readonly<{
|
2674
|
-
threadId: string;
|
2675
|
-
isDisabled: boolean;
|
2676
|
-
isRunning: boolean;
|
2677
|
-
capabilities: Readonly<{
|
2678
|
-
switchToBranch: boolean;
|
2679
|
-
edit: boolean;
|
2680
|
-
reload: boolean;
|
2681
|
-
cancel: boolean;
|
2682
|
-
unstable_copy: boolean;
|
2683
|
-
speech: boolean;
|
2684
|
-
attachments: boolean;
|
2685
|
-
feedback: boolean;
|
2686
|
-
}>;
|
2687
|
-
messages: readonly ThreadMessage[];
|
2688
|
-
suggestions: readonly ThreadSuggestion[];
|
2689
|
-
extras: unknown;
|
2690
|
-
speech: Readonly<{
|
2691
|
-
messageId: string;
|
2692
|
-
status: SpeechSynthesisAdapter.Status;
|
2693
|
-
}> | undefined;
|
2694
|
-
}>) => TSelected): TSelected;
|
2695
|
-
(options: {
|
2696
|
-
optional: true;
|
2697
|
-
}): Readonly<{
|
2698
|
-
threadId: string;
|
2699
|
-
isDisabled: boolean;
|
2700
|
-
isRunning: boolean;
|
2701
|
-
capabilities: Readonly<{
|
2702
|
-
switchToBranch: boolean;
|
2703
|
-
edit: boolean;
|
2704
|
-
reload: boolean;
|
2705
|
-
cancel: boolean;
|
2706
|
-
unstable_copy: boolean;
|
2707
|
-
speech: boolean;
|
2708
|
-
attachments: boolean;
|
2709
|
-
feedback: boolean;
|
2710
|
-
}>;
|
2711
|
-
messages: readonly ThreadMessage[];
|
2712
|
-
suggestions: readonly ThreadSuggestion[];
|
2713
|
-
extras: unknown;
|
2714
|
-
speech: Readonly<{
|
2715
|
-
messageId: string;
|
2716
|
-
status: SpeechSynthesisAdapter.Status;
|
2717
|
-
}> | undefined;
|
2718
|
-
}> | null;
|
2719
|
-
<TSelected>(options: {
|
2720
|
-
optional: true;
|
2721
|
-
selector?: (state: Readonly<{
|
2722
|
-
threadId: string;
|
2723
|
-
isDisabled: boolean;
|
2724
|
-
isRunning: boolean;
|
2725
|
-
capabilities: Readonly<{
|
2726
|
-
switchToBranch: boolean;
|
2727
|
-
edit: boolean;
|
2728
|
-
reload: boolean;
|
2729
|
-
cancel: boolean;
|
2730
|
-
unstable_copy: boolean;
|
2731
|
-
speech: boolean;
|
2732
|
-
attachments: boolean;
|
2733
|
-
feedback: boolean;
|
2734
|
-
}>;
|
2735
|
-
messages: readonly ThreadMessage[];
|
2736
|
-
suggestions: readonly ThreadSuggestion[];
|
2737
|
-
extras: unknown;
|
2738
|
-
speech: Readonly<{
|
2739
|
-
messageId: string;
|
2740
|
-
status: SpeechSynthesisAdapter.Status;
|
2741
|
-
}> | undefined;
|
2742
|
-
}>) => TSelected;
|
2743
|
-
}): TSelected | null;
|
2744
|
-
};
|
2745
|
-
declare const useThreadStore: {
|
2746
|
-
(): ReadonlyStore<Readonly<{
|
2747
|
-
threadId: string;
|
2748
|
-
isDisabled: boolean;
|
2749
|
-
isRunning: boolean;
|
2750
|
-
capabilities: Readonly<{
|
2751
|
-
switchToBranch: boolean;
|
2752
|
-
edit: boolean;
|
2753
|
-
reload: boolean;
|
2754
|
-
cancel: boolean;
|
2755
|
-
unstable_copy: boolean;
|
2756
|
-
speech: boolean;
|
2757
|
-
attachments: boolean;
|
2758
|
-
feedback: boolean;
|
2759
|
-
}>;
|
2760
|
-
messages: readonly ThreadMessage[];
|
2761
|
-
suggestions: readonly ThreadSuggestion[];
|
2762
|
-
extras: unknown;
|
2763
|
-
speech: Readonly<{
|
2764
|
-
messageId: string;
|
2765
|
-
status: SpeechSynthesisAdapter.Status;
|
2766
|
-
}> | undefined;
|
2767
|
-
}>>;
|
2768
|
-
(options: {
|
2769
|
-
optional: true;
|
2770
|
-
}): ReadonlyStore<Readonly<{
|
2771
|
-
threadId: string;
|
2772
|
-
isDisabled: boolean;
|
2773
|
-
isRunning: boolean;
|
2774
|
-
capabilities: Readonly<{
|
2775
|
-
switchToBranch: boolean;
|
2776
|
-
edit: boolean;
|
2777
|
-
reload: boolean;
|
2778
|
-
cancel: boolean;
|
2779
|
-
unstable_copy: boolean;
|
2780
|
-
speech: boolean;
|
2781
|
-
attachments: boolean;
|
2782
|
-
feedback: boolean;
|
2783
|
-
}>;
|
2784
|
-
messages: readonly ThreadMessage[];
|
2785
|
-
suggestions: readonly ThreadSuggestion[];
|
2786
|
-
extras: unknown;
|
2787
|
-
speech: Readonly<{
|
2788
|
-
messageId: string;
|
2789
|
-
status: SpeechSynthesisAdapter.Status;
|
2790
|
-
}> | undefined;
|
2791
|
-
}>> | null;
|
2792
|
-
};
|
2793
|
-
/**
|
2794
|
-
* @deprecated Use `useThread().messages` instead. This will be removed in 0.6.0.
|
2795
|
-
*/
|
2796
|
-
declare const useThreadMessages: {
|
2797
|
-
(): readonly ThreadMessage[];
|
2798
|
-
<TSelected>(selector: (state: readonly ThreadMessage[]) => TSelected): TSelected;
|
2799
|
-
(options: {
|
2800
|
-
optional: true;
|
2801
|
-
}): readonly ThreadMessage[] | null;
|
2802
|
-
<TSelected>(options: {
|
2803
|
-
optional: true;
|
2804
|
-
selector?: (state: readonly ThreadMessage[]) => TSelected;
|
2805
|
-
}): TSelected | null;
|
2806
|
-
};
|
2807
|
-
/**
|
2808
|
-
* @deprecated Use `useThreadRuntime().getState().messages` instead. This will be removed in 0.6.0.
|
2809
|
-
*/
|
2810
|
-
declare const useThreadMessagesStore: {
|
2811
|
-
(): ReadonlyStore<readonly ThreadMessage[]>;
|
2812
|
-
(options: {
|
2813
|
-
optional: true;
|
2814
|
-
}): ReadonlyStore<readonly ThreadMessage[]> | null;
|
2815
|
-
};
|
2816
|
-
declare const useThreadComposer: {
|
2817
|
-
(): ThreadComposerState;
|
2818
|
-
<TSelected>(selector: (state: ThreadComposerState) => TSelected): TSelected;
|
2819
|
-
(options: {
|
2820
|
-
optional: true;
|
2821
|
-
}): ThreadComposerState | null;
|
2822
|
-
<TSelected>(options: {
|
2823
|
-
optional: true;
|
2824
|
-
selector?: (state: ThreadComposerState) => TSelected;
|
2825
|
-
}): TSelected | null;
|
2826
|
-
};
|
2827
|
-
declare const useThreadComposerStore: {
|
2828
|
-
(): ReadonlyStore<ThreadComposerState>;
|
2829
|
-
(options: {
|
2830
|
-
optional: true;
|
2831
|
-
}): ReadonlyStore<ThreadComposerState> | null;
|
2832
|
-
};
|
2833
|
-
declare const useThreadViewport: {
|
2834
|
-
(): Readonly<{
|
2835
|
-
isAtBottom: boolean;
|
2836
|
-
scrollToBottom: () => void;
|
2837
|
-
onScrollToBottom: (callback: () => void) => Unsubscribe;
|
2838
|
-
}>;
|
2839
|
-
<TSelected>(selector: (state: Readonly<{
|
2840
|
-
isAtBottom: boolean;
|
2841
|
-
scrollToBottom: () => void;
|
2842
|
-
onScrollToBottom: (callback: () => void) => Unsubscribe;
|
2843
|
-
}>) => TSelected): TSelected;
|
2844
|
-
(options: {
|
2845
|
-
optional: true;
|
2846
|
-
}): Readonly<{
|
2847
|
-
isAtBottom: boolean;
|
2848
|
-
scrollToBottom: () => void;
|
2849
|
-
onScrollToBottom: (callback: () => void) => Unsubscribe;
|
2850
|
-
}> | null;
|
2851
|
-
<TSelected>(options: {
|
2852
|
-
optional: true;
|
2853
|
-
selector?: (state: Readonly<{
|
2854
|
-
isAtBottom: boolean;
|
2855
|
-
scrollToBottom: () => void;
|
2856
|
-
onScrollToBottom: (callback: () => void) => Unsubscribe;
|
2857
|
-
}>) => TSelected;
|
2858
|
-
}): TSelected | null;
|
2859
|
-
};
|
2860
|
-
declare const useThreadViewportStore: {
|
2861
|
-
(): ReadonlyStore<Readonly<{
|
2862
|
-
isAtBottom: boolean;
|
2863
|
-
scrollToBottom: () => void;
|
2864
|
-
onScrollToBottom: (callback: () => void) => Unsubscribe;
|
2865
|
-
}>>;
|
2866
|
-
(options: {
|
2867
|
-
optional: true;
|
2868
|
-
}): ReadonlyStore<Readonly<{
|
2869
|
-
isAtBottom: boolean;
|
2870
|
-
scrollToBottom: () => void;
|
2871
|
-
onScrollToBottom: (callback: () => void) => Unsubscribe;
|
2872
|
-
}>> | null;
|
2873
|
-
};
|
2874
|
-
declare function useThreadModelConfig(options?: {
|
2875
|
-
optional?: false | undefined;
|
2876
|
-
}): ModelConfig;
|
2877
|
-
declare function useThreadModelConfig(options?: {
|
2878
|
-
optional?: boolean | undefined;
|
2879
|
-
}): ModelConfig | null;
|
2880
|
-
|
2881
|
-
type MessageContextValue = {
|
2882
|
-
useMessageRuntime: UseBoundStore<ReadonlyStore<MessageRuntime>>;
|
2883
|
-
useMessage: UseBoundStore<ReadonlyStore<MessageState>>;
|
2884
|
-
useMessageUtils: UseBoundStore<ReadonlyStore<MessageUtilsState>>;
|
2885
|
-
useEditComposer: UseBoundStore<ReadonlyStore<EditComposerState>>;
|
2886
|
-
};
|
2887
|
-
declare const useMessageContext: {
|
2888
|
-
(options?: {
|
2889
|
-
optional?: false | undefined;
|
2890
|
-
} | undefined): MessageContextValue;
|
2891
|
-
(options?: {
|
2892
|
-
optional?: boolean | undefined;
|
2893
|
-
} | undefined): MessageContextValue | null;
|
2894
|
-
};
|
2895
|
-
declare function useMessageRuntime(options?: {
|
2896
|
-
optional?: false | undefined;
|
2897
|
-
}): MessageRuntime;
|
2898
|
-
declare function useMessageRuntime(options?: {
|
2899
|
-
optional?: boolean | undefined;
|
2900
|
-
}): MessageRuntime | null;
|
2901
|
-
declare const useMessage: {
|
2902
|
-
(): MessageState;
|
2903
|
-
<TSelected>(selector: (state: MessageState) => TSelected): TSelected;
|
2904
|
-
(options: {
|
2905
|
-
optional: true;
|
2906
|
-
}): MessageState | null;
|
2907
|
-
<TSelected>(options: {
|
2908
|
-
optional: true;
|
2909
|
-
selector?: (state: MessageState) => TSelected;
|
2910
|
-
}): TSelected | null;
|
2911
|
-
};
|
2912
|
-
declare const useMessageStore: {
|
2913
|
-
(): ReadonlyStore<MessageState>;
|
2914
|
-
(options: {
|
2915
|
-
optional: true;
|
2916
|
-
}): ReadonlyStore<MessageState> | null;
|
2917
|
-
};
|
2918
|
-
declare const useMessageUtils: {
|
2919
|
-
(): Readonly<{
|
2920
|
-
isCopied: boolean;
|
2921
|
-
setIsCopied: (value: boolean) => void;
|
2922
|
-
isHovering: boolean;
|
2923
|
-
setIsHovering: (value: boolean) => void;
|
2924
|
-
}>;
|
2925
|
-
<TSelected>(selector: (state: Readonly<{
|
2926
|
-
isCopied: boolean;
|
2927
|
-
setIsCopied: (value: boolean) => void;
|
2928
|
-
isHovering: boolean;
|
2929
|
-
setIsHovering: (value: boolean) => void;
|
2930
|
-
}>) => TSelected): TSelected;
|
2931
|
-
(options: {
|
2932
|
-
optional: true;
|
2933
|
-
}): Readonly<{
|
2934
|
-
isCopied: boolean;
|
2935
|
-
setIsCopied: (value: boolean) => void;
|
2936
|
-
isHovering: boolean;
|
2937
|
-
setIsHovering: (value: boolean) => void;
|
2938
|
-
}> | null;
|
2939
|
-
<TSelected>(options: {
|
2940
|
-
optional: true;
|
2941
|
-
selector?: (state: Readonly<{
|
2942
|
-
isCopied: boolean;
|
2943
|
-
setIsCopied: (value: boolean) => void;
|
2944
|
-
isHovering: boolean;
|
2945
|
-
setIsHovering: (value: boolean) => void;
|
2946
|
-
}>) => TSelected;
|
2947
|
-
}): TSelected | null;
|
2948
|
-
};
|
2949
|
-
declare const useMessageUtilsStore: {
|
2950
|
-
(): ReadonlyStore<Readonly<{
|
2951
|
-
isCopied: boolean;
|
2952
|
-
setIsCopied: (value: boolean) => void;
|
2953
|
-
isHovering: boolean;
|
2954
|
-
setIsHovering: (value: boolean) => void;
|
2955
|
-
}>>;
|
2956
|
-
(options: {
|
2957
|
-
optional: true;
|
2958
|
-
}): ReadonlyStore<Readonly<{
|
2959
|
-
isCopied: boolean;
|
2960
|
-
setIsCopied: (value: boolean) => void;
|
2961
|
-
isHovering: boolean;
|
2962
|
-
setIsHovering: (value: boolean) => void;
|
2963
|
-
}>> | null;
|
2964
|
-
};
|
2965
|
-
declare const useEditComposer: {
|
2966
|
-
(): EditComposerState;
|
2967
|
-
<TSelected>(selector: (state: EditComposerState) => TSelected): TSelected;
|
2968
|
-
(options: {
|
2969
|
-
optional: true;
|
2970
|
-
}): EditComposerState | null;
|
2971
|
-
<TSelected>(options: {
|
2972
|
-
optional: true;
|
2973
|
-
selector?: (state: EditComposerState) => TSelected;
|
2974
|
-
}): TSelected | null;
|
2975
|
-
};
|
2976
|
-
declare const useEditComposerStore: {
|
2977
|
-
(): ReadonlyStore<EditComposerState>;
|
2978
|
-
(options: {
|
2979
|
-
optional: true;
|
2980
|
-
}): ReadonlyStore<EditComposerState> | null;
|
2981
|
-
};
|
2982
|
-
|
2983
|
-
type ContentPartContextValue = {
|
2984
|
-
useContentPartRuntime: UseBoundStore<ReadonlyStore<ContentPartRuntime>>;
|
2985
|
-
useContentPart: UseBoundStore<ReadonlyStore<ContentPartState>>;
|
2986
|
-
};
|
2987
|
-
declare const useContentPartContext: {
|
2988
|
-
(options?: {
|
2989
|
-
optional?: false | undefined;
|
2990
|
-
} | undefined): ContentPartContextValue;
|
2991
|
-
(options?: {
|
2992
|
-
optional?: boolean | undefined;
|
2993
|
-
} | undefined): ContentPartContextValue | null;
|
2994
|
-
};
|
2995
|
-
declare function useContentPartRuntime(options?: {
|
2996
|
-
optional?: false | undefined;
|
2997
|
-
}): ContentPartRuntime;
|
2998
|
-
declare function useContentPartRuntime(options?: {
|
2999
|
-
optional?: boolean | undefined;
|
3000
|
-
}): ContentPartRuntime | null;
|
3001
|
-
declare const useContentPart: {
|
3002
|
-
(): ContentPartState;
|
3003
|
-
<TSelected>(selector: (state: ContentPartState) => TSelected): TSelected;
|
3004
|
-
(options: {
|
3005
|
-
optional: true;
|
3006
|
-
}): ContentPartState | null;
|
3007
|
-
<TSelected>(options: {
|
3008
|
-
optional: true;
|
3009
|
-
selector?: (state: ContentPartState) => TSelected;
|
3010
|
-
}): TSelected | null;
|
3011
|
-
};
|
3012
|
-
declare const useContentPartStore: {
|
3013
|
-
(): ReadonlyStore<ContentPartState>;
|
3014
|
-
(options: {
|
3015
|
-
optional: true;
|
3016
|
-
}): ReadonlyStore<ContentPartState> | null;
|
3017
|
-
};
|
3018
|
-
|
3019
|
-
type ComposerContextValue = {
|
3020
|
-
useComposer: UseBoundStore<ReadonlyStore<ComposerState>>;
|
3021
|
-
type: "edit" | "new";
|
3022
|
-
};
|
3023
|
-
declare const useComposerContext: () => ComposerContextValue;
|
3024
|
-
declare const useComposer: {
|
3025
|
-
(): ComposerState;
|
3026
|
-
<TSelected>(selector: (state: ComposerState) => TSelected): TSelected;
|
3027
|
-
(options: {
|
3028
|
-
optional: true;
|
3029
|
-
}): ComposerState | null;
|
3030
|
-
<TSelected>(options: {
|
3031
|
-
optional: true;
|
3032
|
-
selector?: (state: ComposerState) => TSelected;
|
3033
|
-
}): TSelected | null;
|
3034
|
-
};
|
3035
|
-
declare const useComposerStore: {
|
3036
|
-
(): ReadonlyStore<ComposerState>;
|
3037
|
-
(options: {
|
3038
|
-
optional: true;
|
3039
|
-
}): ReadonlyStore<ComposerState> | null;
|
3040
|
-
};
|
3041
|
-
declare function useComposerRuntime(options?: {
|
3042
|
-
optional?: false | undefined;
|
3043
|
-
}): ComposerRuntime;
|
3044
|
-
declare function useComposerRuntime(options?: {
|
3045
|
-
optional?: boolean | undefined;
|
3046
|
-
}): ComposerRuntime | null;
|
3047
|
-
|
3048
|
-
declare function useAttachmentRuntime(options?: {
|
3049
|
-
optional?: false | undefined;
|
3050
|
-
}): AttachmentRuntime;
|
3051
|
-
declare function useAttachmentRuntime(options?: {
|
3052
|
-
optional?: boolean | undefined;
|
3053
|
-
}): AttachmentRuntime | null;
|
3054
|
-
declare const useAttachment: {
|
3055
|
-
(): AttachmentState;
|
3056
|
-
<TSelected>(selector: (state: AttachmentState) => TSelected): TSelected;
|
3057
|
-
(options: {
|
3058
|
-
optional: true;
|
3059
|
-
}): AttachmentState | null;
|
3060
|
-
<TSelected>(options: {
|
3061
|
-
optional: true;
|
3062
|
-
selector?: (state: AttachmentState) => TSelected;
|
3063
|
-
}): TSelected | null;
|
3064
|
-
};
|
3065
|
-
|
3066
|
-
/**
|
3067
|
-
* @deprecated Use `useThreadRuntime().append()` instead. This will be removed in 0.6.
|
3068
|
-
*/
|
3069
|
-
declare const useAppendMessage: () => (message: CreateAppendMessage) => void;
|
3070
|
-
|
3071
|
-
/**
|
3072
|
-
* @deprecated Use `useRuntimeActions().switchToNewThread()` instead. This will be removed in 0.6.0.
|
3073
|
-
*/
|
3074
|
-
declare const useSwitchToNewThread: () => () => void;
|
3075
|
-
|
3076
|
-
type AssistantToolProps<TArgs extends Record<string, unknown>, TResult> = Tool<TArgs, TResult> & {
|
3077
|
-
toolName: string;
|
3078
|
-
render?: ToolCallContentPartComponent<TArgs, TResult> | undefined;
|
3079
|
-
};
|
3080
|
-
declare const useAssistantTool: <TArgs extends Record<string, unknown>, TResult>(tool: AssistantToolProps<TArgs, TResult>) => void;
|
3081
|
-
|
3082
|
-
type AssistantTool = FC & {
|
3083
|
-
unstable_tool: AssistantToolProps<any, any>;
|
3084
|
-
};
|
3085
|
-
declare const makeAssistantTool: <TArgs extends Record<string, unknown>, TResult>(tool: AssistantToolProps<TArgs, TResult>) => AssistantTool;
|
3086
|
-
|
3087
|
-
type AssistantToolUIProps<TArgs extends Record<string, unknown>, TResult> = {
|
3088
|
-
toolName: string;
|
3089
|
-
render: ToolCallContentPartComponent<TArgs, TResult>;
|
3090
|
-
};
|
3091
|
-
declare const useAssistantToolUI: (tool: AssistantToolUIProps<any, any> | null) => void;
|
3092
|
-
|
3093
|
-
type AssistantToolUI = FC & {
|
3094
|
-
unstable_tool: AssistantToolUIProps<any, any>;
|
3095
|
-
};
|
3096
|
-
declare const makeAssistantToolUI: <TArgs extends Record<string, unknown>, TResult>(tool: AssistantToolUIProps<TArgs, TResult>) => AssistantToolUI;
|
3097
|
-
|
3098
|
-
declare const useAssistantInstructions: (instruction: string) => void;
|
3099
|
-
|
3100
|
-
declare const useInlineRender: <TArgs extends Record<string, unknown>, TResult>(toolUI: FC<ToolCallContentPartProps<TArgs, TResult>>) => FC<ToolCallContentPartProps<TArgs, TResult>>;
|
3101
|
-
|
3102
|
-
type UseActionBarCopyProps = {
|
3103
|
-
copiedDuration?: number | undefined;
|
3104
|
-
};
|
3105
|
-
declare const useActionBarCopy: ({ copiedDuration, }?: UseActionBarCopyProps) => (() => void) | null;
|
3106
|
-
|
3107
|
-
declare const useActionBarEdit: () => (() => void) | null;
|
3108
|
-
|
3109
|
-
declare const useActionBarReload: () => (() => void) | null;
|
3110
|
-
|
3111
|
-
declare const useActionBarSpeak: () => (() => Promise<void>) | null;
|
3112
|
-
|
3113
|
-
declare const useActionBarStopSpeaking: () => (() => Promise<void>) | null;
|
3114
|
-
|
3115
|
-
declare const useActionBarFeedbackPositive: () => () => void;
|
3116
|
-
|
3117
|
-
declare const useActionBarFeedbackNegative: () => () => void;
|
3118
|
-
|
3119
|
-
declare const useBranchPickerCount: () => number;
|
3120
|
-
|
3121
|
-
declare const useBranchPickerNext: () => (() => void) | null;
|
3122
|
-
|
3123
|
-
declare const useBranchPickerNumber: () => number;
|
3124
|
-
|
3125
|
-
declare const useBranchPickerPrevious: () => (() => void) | null;
|
3126
|
-
|
3127
|
-
declare const useComposerCancel: () => (() => void) | null;
|
3128
|
-
|
3129
|
-
type RequireAtLeastOne<T, Keys extends keyof T = keyof T> = Pick<T, Exclude<keyof T, Keys>> & {
|
3130
|
-
[K in Keys]-?: Required<Pick<T, K>> & Partial<Pick<T, Exclude<Keys, K>>>;
|
3131
|
-
}[Keys];
|
3132
|
-
|
3133
|
-
type ComposerIfFilters = {
|
3134
|
-
editing: boolean | undefined;
|
3135
|
-
};
|
3136
|
-
type UseComposerIfProps = RequireAtLeastOne<ComposerIfFilters>;
|
3137
|
-
declare const useComposerIf: (props: UseComposerIfProps) => boolean;
|
3138
|
-
|
3139
|
-
declare const useComposerSend: () => (() => void) | null;
|
3140
|
-
|
3141
|
-
declare const useComposerAddAttachment: () => (() => void) | null;
|
3142
|
-
|
3143
|
-
declare const useContentPartDisplay: () => UIContentPart & {
|
3144
|
-
part: ThreadUserContentPart | ThreadAssistantContentPart;
|
3145
|
-
status: ContentPartStatus | ToolCallContentPartStatus;
|
3146
|
-
} & {
|
3147
|
-
part: UIContentPart;
|
3148
|
-
};
|
3149
|
-
|
3150
|
-
declare const useContentPartImage: () => ImageContentPart & {
|
3151
|
-
part: ThreadUserContentPart | ThreadAssistantContentPart;
|
3152
|
-
status: ContentPartStatus | ToolCallContentPartStatus;
|
3153
|
-
} & {
|
3154
|
-
part: ImageContentPart;
|
3155
|
-
};
|
3156
|
-
|
3157
|
-
declare const useContentPartText: () => TextContentPart & {
|
3158
|
-
part: ThreadUserContentPart | ThreadAssistantContentPart;
|
3159
|
-
status: ContentPartStatus | ToolCallContentPartStatus;
|
3160
|
-
} & {
|
3161
|
-
part: TextContentPart;
|
3162
|
-
};
|
3163
|
-
|
3164
|
-
type MessageIfFilters = {
|
3165
|
-
user: boolean | undefined;
|
3166
|
-
assistant: boolean | undefined;
|
3167
|
-
system: boolean | undefined;
|
3168
|
-
hasBranches: boolean | undefined;
|
3169
|
-
copied: boolean | undefined;
|
3170
|
-
lastOrHover: boolean | undefined;
|
3171
|
-
speaking: boolean | undefined;
|
3172
|
-
hasAttachments: boolean | undefined;
|
3173
|
-
hasContent: boolean | undefined;
|
3174
|
-
submittedFeedback: "positive" | "negative" | null | undefined;
|
3175
|
-
};
|
3176
|
-
type UseMessageIfProps = RequireAtLeastOne<MessageIfFilters>;
|
3177
|
-
declare const useMessageIf: (props: UseMessageIfProps) => boolean;
|
3178
|
-
|
3179
|
-
declare const useThreadEmpty: () => boolean;
|
3180
|
-
|
3181
|
-
type ThreadIfFilters = {
|
3182
|
-
empty: boolean | undefined;
|
3183
|
-
running: boolean | undefined;
|
3184
|
-
disabled: boolean | undefined;
|
3185
|
-
};
|
3186
|
-
type UseThreadIfProps = RequireAtLeastOne<ThreadIfFilters>;
|
3187
|
-
declare const useThreadIf: (props: UseThreadIfProps) => boolean;
|
3188
|
-
|
3189
|
-
declare const useThreadScrollToBottom: () => (() => void) | null;
|
3190
|
-
|
3191
|
-
type UseApplyThreadSuggestionProps = {
|
3192
|
-
prompt: string;
|
3193
|
-
method: "replace";
|
3194
|
-
autoSend?: boolean | undefined;
|
3195
|
-
};
|
3196
|
-
declare const useThreadSuggestion: ({ prompt, autoSend, }: UseApplyThreadSuggestionProps) => (() => void) | null;
|
3197
|
-
|
3198
|
-
type UseActionBarFloatStatusProps = {
|
3199
|
-
hideWhenRunning?: boolean | undefined;
|
3200
|
-
autohide?: "always" | "not-last" | "never" | undefined;
|
3201
|
-
autohideFloat?: "always" | "single-branch" | "never" | undefined;
|
3202
|
-
};
|
3203
|
-
|
3204
|
-
type PrimitiveDivProps$2 = ComponentPropsWithoutRef<typeof Primitive.div>;
|
3205
|
-
/**
|
3206
|
-
* @deprecated Use `ActionBarPrimitive.Root.Props` instead. This will be removed in 0.6.
|
3207
|
-
*/
|
3208
|
-
type ActionBarPrimitiveRootProps = ActionBarPrimitiveRoot.Props;
|
3209
|
-
declare namespace ActionBarPrimitiveRoot {
|
3210
|
-
type Element = ElementRef<typeof Primitive.div>;
|
3211
|
-
type Props = PrimitiveDivProps$2 & UseActionBarFloatStatusProps;
|
3212
|
-
}
|
3213
|
-
declare const ActionBarPrimitiveRoot: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
3214
|
-
ref?: ((instance: HTMLDivElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLDivElement> | null | undefined;
|
3215
|
-
} & {
|
3216
|
-
asChild?: boolean;
|
3217
|
-
}, "ref"> & UseActionBarFloatStatusProps & react.RefAttributes<HTMLDivElement>>;
|
3218
|
-
|
3219
|
-
type PrimitiveButtonProps = ComponentPropsWithoutRef<typeof Primitive.button>;
|
3220
|
-
type ActionButtonProps<THook> = PrimitiveButtonProps & (THook extends (props: infer TProps) => unknown ? TProps : never);
|
3221
|
-
type ActionButtonElement = ElementRef<typeof Primitive.button>;
|
3222
|
-
|
3223
|
-
/**
|
3224
|
-
* @deprecated Use `ActionBarPrimitive.Copy.Props` instead. This will be removed in 0.6.
|
3225
|
-
*/
|
3226
|
-
type ActionBarPrimitiveCopyProps = ActionBarPrimitiveCopy.Props;
|
3227
|
-
declare namespace ActionBarPrimitiveCopy {
|
3228
|
-
type Element = HTMLButtonElement;
|
3229
|
-
type Props = ActionButtonProps<typeof useActionBarCopy>;
|
3230
|
-
}
|
3231
|
-
declare const ActionBarPrimitiveCopy: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
3232
|
-
ref?: ((instance: HTMLButtonElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLButtonElement> | null | undefined;
|
3233
|
-
} & {
|
3234
|
-
asChild?: boolean;
|
3235
|
-
}, "ref"> & UseActionBarCopyProps & react.RefAttributes<HTMLButtonElement>>;
|
3236
|
-
|
3237
|
-
/**
|
3238
|
-
* @deprecated Use `ActionBarPrimitive.Reload.Props` instead. This will be removed in 0.6.
|
3239
|
-
*/
|
3240
|
-
type ActionBarPrimitiveReloadProps = ActionBarPrimitiveReload.Props;
|
3241
|
-
declare namespace ActionBarPrimitiveReload {
|
3242
|
-
type Element = ActionButtonElement;
|
3243
|
-
type Props = ActionButtonProps<typeof useActionBarReload>;
|
3244
|
-
}
|
3245
|
-
declare const ActionBarPrimitiveReload: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
3246
|
-
ref?: ((instance: HTMLButtonElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLButtonElement> | null | undefined;
|
3247
|
-
} & {
|
3248
|
-
asChild?: boolean;
|
3249
|
-
}, "ref"> & react.RefAttributes<HTMLButtonElement>>;
|
3250
|
-
|
3251
|
-
/**
|
3252
|
-
* @deprecated Use `ActionBarPrimitive.Edit.Props` instead. This will be removed in 0.6.
|
3253
|
-
*/
|
3254
|
-
type ActionBarPrimitiveEditProps = ActionBarPrimitiveEdit.Props;
|
3255
|
-
declare namespace ActionBarPrimitiveEdit {
|
3256
|
-
type Element = ActionButtonElement;
|
3257
|
-
type Props = ActionButtonProps<typeof useActionBarEdit>;
|
3258
|
-
}
|
3259
|
-
declare const ActionBarPrimitiveEdit: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
3260
|
-
ref?: ((instance: HTMLButtonElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLButtonElement> | null | undefined;
|
3261
|
-
} & {
|
3262
|
-
asChild?: boolean;
|
3263
|
-
}, "ref"> & react.RefAttributes<HTMLButtonElement>>;
|
3264
|
-
|
3265
|
-
/**
|
3266
|
-
* @deprecated Use `ActionBarPrimitive.Speak.Props` instead. This will be removed in 0.6.
|
3267
|
-
*/
|
3268
|
-
type ActionBarPrimitiveSpeakProps = ActionBarPrimitiveSpeak.Props;
|
3269
|
-
declare namespace ActionBarPrimitiveSpeak {
|
3270
|
-
type Element = ActionButtonElement;
|
3271
|
-
type Props = ActionButtonProps<typeof useActionBarSpeak>;
|
3272
|
-
}
|
3273
|
-
declare const ActionBarPrimitiveSpeak: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
3274
|
-
ref?: ((instance: HTMLButtonElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLButtonElement> | null | undefined;
|
3275
|
-
} & {
|
3276
|
-
asChild?: boolean;
|
3277
|
-
}, "ref"> & react.RefAttributes<HTMLButtonElement>>;
|
3278
|
-
|
3279
|
-
/**
|
3280
|
-
* @deprecated Use `ActionBarPrimitive.StopSpeaking.Props` instead. This will be removed in 0.6.
|
3281
|
-
*/
|
3282
|
-
type ActionBarPrimitiveStopSpeakingProps = ActionBarPrimitiveStopSpeaking.Props;
|
3283
|
-
declare namespace ActionBarPrimitiveStopSpeaking {
|
3284
|
-
type Element = HTMLButtonElement;
|
3285
|
-
type Props = ActionButtonProps<typeof useActionBarStopSpeaking>;
|
3286
|
-
}
|
3287
|
-
declare const ActionBarPrimitiveStopSpeaking: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
3288
|
-
ref?: ((instance: HTMLButtonElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLButtonElement> | null | undefined;
|
3289
|
-
} & {
|
3290
|
-
asChild?: boolean;
|
3291
|
-
}, "ref"> & react.RefAttributes<HTMLButtonElement>>;
|
3292
|
-
|
3293
|
-
/**
|
3294
|
-
* @deprecated Use `ActionBarPrimitive.FeedbackPositive.Props` instead. This will be removed in 0.6.
|
3295
|
-
*/
|
3296
|
-
type ActionBarPrimitiveFeedbackPositiveProps = ActionBarPrimitiveFeedbackPositive.Props;
|
3297
|
-
declare namespace ActionBarPrimitiveFeedbackPositive {
|
3298
|
-
type Element = HTMLButtonElement;
|
3299
|
-
type Props = ActionButtonProps<typeof useActionBarFeedbackPositive>;
|
3300
|
-
}
|
3301
|
-
declare const ActionBarPrimitiveFeedbackPositive: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
3302
|
-
ref?: ((instance: HTMLButtonElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLButtonElement> | null | undefined;
|
3303
|
-
} & {
|
3304
|
-
asChild?: boolean;
|
3305
|
-
}, "ref"> & react.RefAttributes<HTMLButtonElement>>;
|
3306
|
-
|
3307
|
-
/**
|
3308
|
-
* @deprecated Use `ActionBarPrimitive.FeedbackNegative.Props` instead. This will be removed in 0.6.
|
3309
|
-
*/
|
3310
|
-
type ActionBarPrimitiveFeedbackNegativeProps = ActionBarPrimitiveFeedbackNegative.Props;
|
3311
|
-
declare namespace ActionBarPrimitiveFeedbackNegative {
|
3312
|
-
type Element = HTMLButtonElement;
|
3313
|
-
type Props = ActionButtonProps<typeof useActionBarFeedbackNegative>;
|
3314
|
-
}
|
3315
|
-
declare const ActionBarPrimitiveFeedbackNegative: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
3316
|
-
ref?: ((instance: HTMLButtonElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLButtonElement> | null | undefined;
|
3317
|
-
} & {
|
3318
|
-
asChild?: boolean;
|
3319
|
-
}, "ref"> & react.RefAttributes<HTMLButtonElement>>;
|
3320
|
-
|
3321
|
-
declare namespace index$7 {
|
3322
|
-
export { ActionBarPrimitiveCopy as Copy, ActionBarPrimitiveEdit as Edit, ActionBarPrimitiveFeedbackNegative as FeedbackNegative, ActionBarPrimitiveFeedbackPositive as FeedbackPositive, ActionBarPrimitiveReload as Reload, ActionBarPrimitiveRoot as Root, ActionBarPrimitiveSpeak as Speak, ActionBarPrimitiveStopSpeaking as StopSpeaking };
|
3323
|
-
}
|
3324
|
-
|
3325
|
-
/**
|
3326
|
-
* @deprecated Use `AssistantModalPrimitive.Root.Props` instead. This will be removed in 0.6.
|
3327
|
-
*/
|
3328
|
-
type AssistantModalPrimitiveRootProps = AssistantModalPrimitiveRoot.Props;
|
3329
|
-
declare namespace AssistantModalPrimitiveRoot {
|
3330
|
-
type Props = PopoverPrimitive.PopoverProps & {
|
3331
|
-
unstable_openOnRunStart?: boolean | undefined;
|
3332
|
-
};
|
3333
|
-
}
|
3334
|
-
declare const AssistantModalPrimitiveRoot: FC<AssistantModalPrimitiveRoot.Props>;
|
3335
|
-
|
3336
|
-
/**
|
3337
|
-
* @deprecated Use `AssistantModalPrimitive.Trigger.Props` instead. This will be removed in 0.6.
|
3338
|
-
*/
|
3339
|
-
type AssistantModalPrimitiveTriggerProps = AssistantModalPrimitiveTrigger.Props;
|
3340
|
-
declare namespace AssistantModalPrimitiveTrigger {
|
3341
|
-
type Element = ElementRef<typeof PopoverPrimitive.Trigger>;
|
3342
|
-
type Props = ComponentPropsWithoutRef<typeof PopoverPrimitive.Trigger>;
|
3343
|
-
}
|
3344
|
-
declare const AssistantModalPrimitiveTrigger: react.ForwardRefExoticComponent<Omit<PopoverPrimitive.PopoverTriggerProps & react.RefAttributes<HTMLButtonElement>, "ref"> & react.RefAttributes<HTMLButtonElement>>;
|
3345
|
-
|
3346
|
-
/**
|
3347
|
-
* @deprecated Use `AssistantModalPrimitive.Content.Props` instead. This will be removed in 0.6.
|
3348
|
-
*/
|
3349
|
-
type AssistantModalPrimitiveContentProps = AssistantModalPrimitiveContent.Props;
|
3350
|
-
declare namespace AssistantModalPrimitiveContent {
|
3351
|
-
type Element = ElementRef<typeof PopoverPrimitive.Content>;
|
3352
|
-
type Props = ComponentPropsWithoutRef<typeof PopoverPrimitive.Content> & {
|
3353
|
-
dissmissOnInteractOutside?: boolean | undefined;
|
3354
|
-
};
|
3355
|
-
}
|
3356
|
-
declare const AssistantModalPrimitiveContent: react.ForwardRefExoticComponent<Omit<PopoverPrimitive.PopoverContentProps & react.RefAttributes<HTMLDivElement>, "ref"> & {
|
3357
|
-
dissmissOnInteractOutside?: boolean | undefined;
|
3358
|
-
} & react.RefAttributes<HTMLDivElement>>;
|
3359
|
-
|
3360
|
-
declare namespace AssistantModalPrimitiveAnchor {
|
3361
|
-
type Element = ElementRef<typeof PopoverPrimitive.Anchor>;
|
3362
|
-
type Props = ComponentPropsWithoutRef<typeof PopoverPrimitive.Anchor>;
|
3363
|
-
}
|
3364
|
-
declare const AssistantModalPrimitiveAnchor: react.ForwardRefExoticComponent<Omit<PopoverPrimitive.PopoverAnchorProps & react.RefAttributes<HTMLDivElement>, "ref"> & react.RefAttributes<HTMLDivElement>>;
|
3365
|
-
|
3366
|
-
declare namespace index$6 {
|
3367
|
-
export { AssistantModalPrimitiveAnchor as Anchor, AssistantModalPrimitiveContent as Content, AssistantModalPrimitiveRoot as Root, AssistantModalPrimitiveTrigger as Trigger };
|
3368
|
-
}
|
3369
|
-
|
3370
|
-
type PrimitiveDivProps$1 = ComponentPropsWithoutRef<typeof Primitive.div>;
|
3371
|
-
declare namespace AttachmentPrimitiveRoot {
|
3372
|
-
type Element = ElementRef<typeof Primitive.div>;
|
3373
|
-
type Props = PrimitiveDivProps$1;
|
3374
|
-
}
|
3375
|
-
declare const AttachmentPrimitiveRoot: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
3376
|
-
ref?: ((instance: HTMLDivElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLDivElement> | null | undefined;
|
3377
|
-
} & {
|
3378
|
-
asChild?: boolean;
|
3379
|
-
}, "ref"> & react.RefAttributes<HTMLDivElement>>;
|
3380
|
-
|
3381
|
-
type PrimitiveDivProps = ComponentPropsWithoutRef<typeof Primitive.div>;
|
3382
|
-
declare namespace AttachmentPrimitiveThumb {
|
3383
|
-
type Element = ElementRef<typeof Primitive.div>;
|
3384
|
-
type Props = PrimitiveDivProps;
|
3385
|
-
}
|
3386
|
-
declare const AttachmentPrimitiveThumb: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
3387
|
-
ref?: ((instance: HTMLDivElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLDivElement> | null | undefined;
|
3388
|
-
} & {
|
3389
|
-
asChild?: boolean;
|
3390
|
-
}, "ref"> & react.RefAttributes<HTMLDivElement>>;
|
3391
|
-
|
3392
|
-
declare namespace AttachmentPrimitiveName {
|
3393
|
-
type Props = Record<string, never>;
|
3394
|
-
}
|
3395
|
-
declare const AttachmentPrimitiveName: FC<AttachmentPrimitiveName.Props>;
|
3396
|
-
|
3397
|
-
declare const useAttachmentRemove: () => () => void;
|
3398
|
-
|
3399
|
-
declare namespace AttachmentPrimitiveRemove {
|
3400
|
-
type Element = ActionButtonElement;
|
3401
|
-
type Props = ActionButtonProps<typeof useAttachmentRemove>;
|
3402
|
-
}
|
3403
|
-
declare const AttachmentPrimitiveRemove: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
3404
|
-
ref?: ((instance: HTMLButtonElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLButtonElement> | null | undefined;
|
3405
|
-
} & {
|
3406
|
-
asChild?: boolean;
|
3407
|
-
}, "ref"> & react.RefAttributes<HTMLButtonElement>>;
|
3408
|
-
|
3409
|
-
declare namespace index$5 {
|
3410
|
-
export { AttachmentPrimitiveName as Name, AttachmentPrimitiveRemove as Remove, AttachmentPrimitiveRoot as Root, AttachmentPrimitiveThumb as unstable_Thumb };
|
3411
|
-
}
|
3412
|
-
|
3413
|
-
/**
|
3414
|
-
* @deprecated Use `BranchPickerPrimitive.Next.Props` instead. This will be removed in 0.6.
|
3415
|
-
*/
|
3416
|
-
type BranchPickerPrimitiveNextProps = BranchPickerPrimitiveNext.Props;
|
3417
|
-
declare namespace BranchPickerPrimitiveNext {
|
3418
|
-
type Element = ActionButtonElement;
|
3419
|
-
type Props = ActionButtonProps<typeof useBranchPickerNext>;
|
3420
|
-
}
|
3421
|
-
declare const BranchPickerPrimitiveNext: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
3422
|
-
ref?: ((instance: HTMLButtonElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLButtonElement> | null | undefined;
|
3423
|
-
} & {
|
3424
|
-
asChild?: boolean;
|
3425
|
-
}, "ref"> & react.RefAttributes<HTMLButtonElement>>;
|
3426
|
-
|
3427
|
-
/**
|
3428
|
-
* @deprecated Use `BranchPickerPrimitive.Previous.Props` instead. This will be removed in 0.6.
|
3429
|
-
*/
|
3430
|
-
type BranchPickerPrimitivePreviousProps = BranchPickerPrimitivePrevious.Props;
|
3431
|
-
declare namespace BranchPickerPrimitivePrevious {
|
3432
|
-
type Element = ActionButtonElement;
|
3433
|
-
type Props = ActionButtonProps<typeof useBranchPickerPrevious>;
|
3434
|
-
}
|
3435
|
-
declare const BranchPickerPrimitivePrevious: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
3436
|
-
ref?: ((instance: HTMLButtonElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLButtonElement> | null | undefined;
|
3437
|
-
} & {
|
3438
|
-
asChild?: boolean;
|
3439
|
-
}, "ref"> & react.RefAttributes<HTMLButtonElement>>;
|
3440
|
-
|
3441
|
-
/**
|
3442
|
-
* @deprecated Use `BranchPickerPrimitive.Count.Props` instead. This will be removed in 0.6.
|
3443
|
-
*/
|
3444
|
-
type BranchPickerPrimitiveCountProps = BranchPickerPrimitiveCount.Props;
|
3445
|
-
declare namespace BranchPickerPrimitiveCount {
|
3446
|
-
type Props = Record<string, never>;
|
3447
|
-
}
|
3448
|
-
declare const BranchPickerPrimitiveCount: FC<BranchPickerPrimitiveCount.Props>;
|
3449
|
-
|
3450
|
-
/**
|
3451
|
-
* @deprecated Use `BranchPickerPrimitive.Number.Props` instead. This will be removed in 0.6.
|
3452
|
-
*/
|
3453
|
-
type BranchPickerPrimitiveNumberProps = BranchPickerPrimitiveNumber.Props;
|
3454
|
-
declare namespace BranchPickerPrimitiveNumber {
|
3455
|
-
type Props = Record<string, never>;
|
3456
|
-
}
|
3457
|
-
declare const BranchPickerPrimitiveNumber: FC<BranchPickerPrimitiveNumber.Props>;
|
3458
|
-
|
3459
|
-
/**
|
3460
|
-
* @deprecated Use `BranchPickerPrimitive.Root.Props` instead. This will be removed in 0.6.
|
3461
|
-
*/
|
3462
|
-
type BranchPickerPrimitiveRootProps = BranchPickerPrimitiveRoot.Props;
|
3463
|
-
declare namespace BranchPickerPrimitiveRoot {
|
3464
|
-
type Element = ElementRef<typeof Primitive.div>;
|
3465
|
-
type Props = ComponentPropsWithoutRef<typeof Primitive.div> & {
|
3466
|
-
hideWhenSingleBranch?: boolean | undefined;
|
3467
|
-
};
|
3468
|
-
}
|
3469
|
-
declare const BranchPickerPrimitiveRoot: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
3470
|
-
ref?: ((instance: HTMLDivElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLDivElement> | null | undefined;
|
3471
|
-
} & {
|
3472
|
-
asChild?: boolean;
|
3473
|
-
}, "ref"> & {
|
3474
|
-
hideWhenSingleBranch?: boolean | undefined;
|
3475
|
-
} & react.RefAttributes<HTMLDivElement>>;
|
3476
|
-
|
3477
|
-
declare namespace index$4 {
|
3478
|
-
export { BranchPickerPrimitiveCount as Count, BranchPickerPrimitiveNext as Next, BranchPickerPrimitiveNumber as Number, BranchPickerPrimitivePrevious as Previous, BranchPickerPrimitiveRoot as Root };
|
3479
|
-
}
|
3480
|
-
|
3481
|
-
type ComposerPrimitiveRootProps = ComposerPrimitiveRoot.Props;
|
3482
|
-
declare namespace ComposerPrimitiveRoot {
|
3483
|
-
type Element = ElementRef<typeof Primitive.form>;
|
3484
|
-
type Props = ComponentPropsWithoutRef<typeof Primitive.form>;
|
3485
|
-
}
|
3486
|
-
declare const ComposerPrimitiveRoot: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>, "ref"> & {
|
3487
|
-
ref?: ((instance: HTMLFormElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLFormElement> | null | undefined;
|
3488
|
-
} & {
|
3489
|
-
asChild?: boolean;
|
3490
|
-
}, "ref"> & react.RefAttributes<HTMLFormElement>>;
|
3491
|
-
|
3492
|
-
/**
|
3493
|
-
* @deprecated Use `ComposerPrimitive.Input.Props` instead. This will be removed in 0.6.
|
3494
|
-
*/
|
3495
|
-
type ComposerPrimitiveInputProps = ComposerPrimitiveInput.Props;
|
3496
|
-
declare namespace ComposerPrimitiveInput {
|
3497
|
-
type Element = HTMLTextAreaElement;
|
3498
|
-
type Props = TextareaAutosizeProps & {
|
3499
|
-
asChild?: boolean | undefined;
|
3500
|
-
submitOnEnter?: boolean | undefined;
|
3501
|
-
cancelOnEscape?: boolean | undefined;
|
3502
|
-
unstable_focusOnRunStart?: boolean | undefined;
|
3503
|
-
unstable_focusOnScrollToBottom?: boolean | undefined;
|
3504
|
-
unstable_focusOnThreadSwitched?: boolean | undefined;
|
3505
|
-
};
|
3506
|
-
}
|
3507
|
-
declare const ComposerPrimitiveInput: react.ForwardRefExoticComponent<TextareaAutosizeProps & {
|
3508
|
-
asChild?: boolean | undefined;
|
3509
|
-
submitOnEnter?: boolean | undefined;
|
3510
|
-
cancelOnEscape?: boolean | undefined;
|
3511
|
-
unstable_focusOnRunStart?: boolean | undefined;
|
3512
|
-
unstable_focusOnScrollToBottom?: boolean | undefined;
|
3513
|
-
unstable_focusOnThreadSwitched?: boolean | undefined;
|
3514
|
-
} & react.RefAttributes<HTMLTextAreaElement>>;
|
3515
|
-
|
3516
|
-
/**
|
3517
|
-
* @deprecated Use `ComposerPrimitive.Send.Props` instead. This will be removed in 0.6.
|
3518
|
-
*/
|
3519
|
-
type ComposerPrimitiveSendProps = ComposerPrimitiveSend.Props;
|
3520
|
-
declare namespace ComposerPrimitiveSend {
|
3521
|
-
type Element = ActionButtonElement;
|
3522
|
-
type Props = ActionButtonProps<typeof useComposerSend>;
|
3523
|
-
}
|
3524
|
-
declare const ComposerPrimitiveSend: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
3525
|
-
ref?: ((instance: HTMLButtonElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLButtonElement> | null | undefined;
|
3526
|
-
} & {
|
3527
|
-
asChild?: boolean;
|
3528
|
-
}, "ref"> & react.RefAttributes<HTMLButtonElement>>;
|
3529
|
-
|
3530
|
-
/**
|
3531
|
-
* @deprecated Use `ComposerPrimitive.Cancel.Props` instead. This will be removed in 0.6.
|
3532
|
-
*/
|
3533
|
-
type ComposerPrimitiveCancelProps = ComposerPrimitiveCancel.Props;
|
3534
|
-
declare namespace ComposerPrimitiveCancel {
|
3535
|
-
type Element = ActionButtonElement;
|
3536
|
-
type Props = ActionButtonProps<typeof useComposerCancel>;
|
3537
|
-
}
|
3538
|
-
declare const ComposerPrimitiveCancel: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
3539
|
-
ref?: ((instance: HTMLButtonElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLButtonElement> | null | undefined;
|
3540
|
-
} & {
|
3541
|
-
asChild?: boolean;
|
3542
|
-
}, "ref"> & react.RefAttributes<HTMLButtonElement>>;
|
3543
|
-
|
3544
|
-
declare namespace ComposerPrimitiveAddAttachment {
|
3545
|
-
type Element = ActionButtonElement;
|
3546
|
-
type Props = ActionButtonProps<typeof useComposerAddAttachment>;
|
3547
|
-
}
|
3548
|
-
declare const ComposerPrimitiveAddAttachment: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
3549
|
-
ref?: ((instance: HTMLButtonElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLButtonElement> | null | undefined;
|
3550
|
-
} & {
|
3551
|
-
asChild?: boolean;
|
3552
|
-
}, "ref"> & react.RefAttributes<HTMLButtonElement>>;
|
3553
|
-
|
3554
|
-
declare namespace ComposerPrimitiveAttachments {
|
3555
|
-
type Props = {
|
3556
|
-
components: {
|
3557
|
-
Image?: ComponentType | undefined;
|
3558
|
-
Document?: ComponentType | undefined;
|
3559
|
-
File?: ComponentType | undefined;
|
3560
|
-
Attachment?: ComponentType | undefined;
|
3561
|
-
} | undefined;
|
3562
|
-
};
|
3563
|
-
}
|
3564
|
-
declare const ComposerPrimitiveAttachments: FC<ComposerPrimitiveAttachments.Props>;
|
3565
|
-
|
3566
|
-
/**
|
3567
|
-
* @deprecated Use `ComposerPrimitive.If.Props` instead. This will be removed in 0.6.
|
3568
|
-
*/
|
3569
|
-
type ComposerPrimitiveIfProps = ComposerPrimitiveIf.Props;
|
3570
|
-
declare namespace ComposerPrimitiveIf {
|
3571
|
-
type Props = PropsWithChildren<UseComposerIfProps>;
|
3572
|
-
}
|
3573
|
-
declare const ComposerPrimitiveIf: FC<ComposerPrimitiveIf.Props>;
|
3574
|
-
|
3575
|
-
declare namespace index$3 {
|
3576
|
-
export { ComposerPrimitiveAddAttachment as AddAttachment, ComposerPrimitiveAttachments as Attachments, ComposerPrimitiveCancel as Cancel, ComposerPrimitiveIf as If, ComposerPrimitiveInput as Input, ComposerPrimitiveRoot as Root, ComposerPrimitiveSend as Send };
|
3577
|
-
}
|
3578
|
-
|
3579
|
-
/**
|
3580
|
-
* @deprecated Use `ContentPartPrimitive.Text.Props` instead. This will be removed in 0.6.
|
3581
|
-
*/
|
3582
|
-
type ContentPartPrimitiveTextProps = ContentPartPrimitiveText.Props;
|
3583
|
-
declare namespace ContentPartPrimitiveText {
|
3584
|
-
type Element = ElementRef<typeof Primitive.span>;
|
3585
|
-
type Props = Omit<ComponentPropsWithoutRef<typeof Primitive.span>, "children" | "asChild"> & {
|
3586
|
-
smooth?: boolean;
|
3587
|
-
component?: ElementType;
|
3588
|
-
};
|
3589
|
-
}
|
3590
|
-
declare const ContentPartPrimitiveText: react.ForwardRefExoticComponent<Omit<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
|
3591
|
-
ref?: ((instance: HTMLSpanElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLSpanElement> | null | undefined;
|
3592
|
-
} & {
|
3593
|
-
asChild?: boolean;
|
3594
|
-
}, "ref">, "children" | "asChild"> & {
|
3595
|
-
smooth?: boolean;
|
3596
|
-
component?: ElementType;
|
3597
|
-
} & react.RefAttributes<HTMLSpanElement>>;
|
3598
|
-
|
3599
|
-
/**
|
3600
|
-
* @deprecated Use `ContentPartPrimitive.Image.Props` instead. This will be removed in 0.6.
|
3601
|
-
*/
|
3602
|
-
type ContentPartPrimitiveImageProps = ContentPartPrimitiveImage.Props;
|
3603
|
-
declare namespace ContentPartPrimitiveImage {
|
3604
|
-
type Element = ElementRef<typeof Primitive.img>;
|
3605
|
-
type Props = ComponentPropsWithoutRef<typeof Primitive.img>;
|
3606
|
-
}
|
3607
|
-
declare const ContentPartPrimitiveImage: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & {
|
3608
|
-
ref?: ((instance: HTMLImageElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLImageElement> | null | undefined;
|
3609
|
-
} & {
|
3610
|
-
asChild?: boolean;
|
3611
|
-
}, "ref"> & react.RefAttributes<HTMLImageElement>>;
|
3612
|
-
|
3613
|
-
/**
|
3614
|
-
* @deprecated Use `ContentPartPrimitive.Display.Props` instead. This will be removed in 0.6.
|
3615
|
-
*/
|
3616
|
-
type ContentPartPrimitiveDisplayProps = ContentPartPrimitiveDisplay.Props;
|
3617
|
-
declare namespace ContentPartPrimitiveDisplay {
|
3618
|
-
type Props = Record<string, never>;
|
3619
|
-
}
|
3620
|
-
declare const ContentPartPrimitiveDisplay: FC<ContentPartPrimitiveDisplay.Props>;
|
3621
|
-
|
3622
|
-
/**
|
3623
|
-
* @deprecated Use `ContentPartPrimitive.InProgress.Props` instead. This will be removed in 0.6.
|
3624
|
-
*/
|
3625
|
-
type ContentPartPrimitiveInProgressProps = ContentPartPrimitiveInProgress.Props;
|
3626
|
-
declare namespace ContentPartPrimitiveInProgress {
|
3627
|
-
type Props = PropsWithChildren;
|
3628
|
-
}
|
3629
|
-
declare const ContentPartPrimitiveInProgress: FC<ContentPartPrimitiveInProgress.Props>;
|
3630
|
-
|
3631
|
-
declare namespace index$2 {
|
3632
|
-
export { ContentPartPrimitiveDisplay as Display, ContentPartPrimitiveImage as Image, ContentPartPrimitiveInProgress as InProgress, ContentPartPrimitiveText as Text };
|
3633
|
-
}
|
3634
|
-
|
3635
|
-
/**
|
3636
|
-
* @deprecated Use `MessagePrimitive.Root.Props` instead. This will be removed in 0.6.
|
3637
|
-
*/
|
3638
|
-
type MessagePrimitiveRootProps = MessagePrimitiveRoot.Props;
|
3639
|
-
declare namespace MessagePrimitiveRoot {
|
3640
|
-
type Element = ElementRef<typeof Primitive.div>;
|
3641
|
-
type Props = ComponentPropsWithoutRef<typeof Primitive.div>;
|
3642
|
-
}
|
3643
|
-
declare const MessagePrimitiveRoot: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
3644
|
-
ref?: ((instance: HTMLDivElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLDivElement> | null | undefined;
|
3645
|
-
} & {
|
3646
|
-
asChild?: boolean;
|
3647
|
-
}, "ref"> & react.RefAttributes<HTMLDivElement>>;
|
3648
|
-
|
3649
|
-
/**
|
3650
|
-
* @deprecated Use `MessagePrimitive.If.Props` instead. This will be removed in 0.6.
|
3651
|
-
*/
|
3652
|
-
type MessagePrimitiveIfProps = MessagePrimitiveIf.Props;
|
3653
|
-
declare namespace MessagePrimitiveIf {
|
3654
|
-
type Props = PropsWithChildren<UseMessageIfProps>;
|
3655
|
-
}
|
3656
|
-
declare const MessagePrimitiveIf: FC<MessagePrimitiveIf.Props>;
|
3657
|
-
|
3658
|
-
/**
|
3659
|
-
* @deprecated Use `MessagePrimitive.Content.Props` instead. This will be removed in 0.6.
|
3660
|
-
*/
|
3661
|
-
type MessagePrimitiveContentProps = MessagePrimitiveContent.Props;
|
3662
|
-
declare namespace MessagePrimitiveContent {
|
3663
|
-
type Props = {
|
3664
|
-
components?: {
|
3665
|
-
Empty?: EmptyContentPartComponent | undefined;
|
3666
|
-
Text?: TextContentPartComponent | undefined;
|
3667
|
-
Image?: ImageContentPartComponent | undefined;
|
3668
|
-
Unstable_Audio?: Unstable_AudioContentPartComponent | undefined;
|
3669
|
-
UI?: UIContentPartComponent | undefined;
|
3670
|
-
tools?: {
|
3671
|
-
by_name?: Record<string, ToolCallContentPartComponent | undefined> | undefined;
|
3672
|
-
Fallback?: ComponentType<ToolCallContentPartProps> | undefined;
|
3673
|
-
} | undefined;
|
3674
|
-
} | undefined;
|
3675
|
-
};
|
3676
|
-
}
|
3677
|
-
declare const MessagePrimitiveContent: FC<MessagePrimitiveContent.Props>;
|
3678
|
-
|
3679
|
-
type PrimitiveSpanProps = ComponentPropsWithoutRef<typeof Primitive.span>;
|
3680
|
-
/**
|
3681
|
-
* @deprecated Define a custom Text renderer via ContentPartPrimitiveInProgress instead. This will be removed in 0.6.
|
3682
|
-
*/
|
3683
|
-
type MessagePrimitiveInProgressProps = PrimitiveSpanProps;
|
3684
|
-
/**
|
3685
|
-
* @deprecated Define a custom Text renderer via ContentPartPrimitiveInProgress instead. This will be removed in 0.6.
|
3686
|
-
*/
|
3687
|
-
declare const MessagePrimitiveInProgress: FC<MessagePrimitiveInProgressProps>;
|
3688
|
-
|
3689
|
-
declare namespace MessagePrimitiveAttachments {
|
3690
|
-
type Props = {
|
3691
|
-
components: {
|
3692
|
-
Image?: ComponentType | undefined;
|
3693
|
-
Document?: ComponentType | undefined;
|
3694
|
-
File?: ComponentType | undefined;
|
3695
|
-
Attachment?: ComponentType | undefined;
|
3696
|
-
} | undefined;
|
3697
|
-
};
|
3698
|
-
}
|
3699
|
-
declare const MessagePrimitiveAttachments: FC<MessagePrimitiveAttachments.Props>;
|
3700
|
-
|
3701
|
-
declare namespace index$1 {
|
3702
|
-
export { MessagePrimitiveAttachments as Attachments, MessagePrimitiveContent as Content, MessagePrimitiveIf as If, MessagePrimitiveInProgress as InProgress, MessagePrimitiveRoot as Root };
|
3703
|
-
}
|
3704
|
-
|
3705
|
-
/**
|
3706
|
-
* @deprecated Use `ThreadPrimitive.Root.Props` instead. This will be removed in 0.6.
|
3707
|
-
*/
|
3708
|
-
type ThreadPrimitiveRootProps = ThreadPrimitiveRoot.Props;
|
3709
|
-
declare namespace ThreadPrimitiveRoot {
|
3710
|
-
type Element = ElementRef<typeof Primitive.div>;
|
3711
|
-
type Props = ComponentPropsWithoutRef<typeof Primitive.div>;
|
3712
|
-
}
|
3713
|
-
declare const ThreadPrimitiveRoot: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
3714
|
-
ref?: ((instance: HTMLDivElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLDivElement> | null | undefined;
|
3715
|
-
} & {
|
3716
|
-
asChild?: boolean;
|
3717
|
-
}, "ref"> & react.RefAttributes<HTMLDivElement>>;
|
3718
|
-
|
3719
|
-
/**
|
3720
|
-
* @deprecated Use `ThreadPrimitive.Empty.Props` instead. This will be removed in 0.6.
|
3721
|
-
*/
|
3722
|
-
type ThreadPrimitiveEmptyProps = ThreadPrimitiveEmpty.Props;
|
3723
|
-
declare namespace ThreadPrimitiveEmpty {
|
3724
|
-
type Props = PropsWithChildren;
|
3725
|
-
}
|
3726
|
-
declare const ThreadPrimitiveEmpty: FC<ThreadPrimitiveEmpty.Props>;
|
3727
|
-
|
3728
|
-
/**
|
3729
|
-
* @deprecated Use `ThreadPrimitive.If.Props` instead. This will be removed in 0.6.
|
3730
|
-
*/
|
3731
|
-
type ThreadPrimitiveIfProps = ThreadPrimitiveIf.Props;
|
3732
|
-
declare namespace ThreadPrimitiveIf {
|
3733
|
-
type Props = PropsWithChildren<UseThreadIfProps>;
|
3734
|
-
}
|
3735
|
-
declare const ThreadPrimitiveIf: FC<ThreadPrimitiveIf.Props>;
|
3736
|
-
|
3737
|
-
type UseThreadViewportAutoScrollProps = {
|
3738
|
-
autoScroll?: boolean | undefined;
|
3739
|
-
unstable_scrollToBottomOnRunStart?: boolean | undefined;
|
3740
|
-
};
|
3741
|
-
|
3742
|
-
/**
|
3743
|
-
* @deprecated Use `ThreadPrimitive.Viewport.Props` instead. This will be removed in 0.6.
|
3744
|
-
*/
|
3745
|
-
type ThreadPrimitiveViewportProps = ThreadPrimitiveViewport.Props;
|
3746
|
-
declare namespace ThreadPrimitiveViewport {
|
3747
|
-
type Element = ElementRef<typeof Primitive.div>;
|
3748
|
-
type Props = ComponentPropsWithoutRef<typeof Primitive.div> & UseThreadViewportAutoScrollProps;
|
3749
|
-
}
|
3750
|
-
declare const ThreadPrimitiveViewport: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
3751
|
-
ref?: ((instance: HTMLDivElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLDivElement> | null | undefined;
|
3752
|
-
} & {
|
3753
|
-
asChild?: boolean;
|
3754
|
-
}, "ref"> & UseThreadViewportAutoScrollProps & react.RefAttributes<HTMLDivElement>>;
|
3755
|
-
|
3756
|
-
/**
|
3757
|
-
* @deprecated Use `ThreadPrimitive.Messages.Props` instead. This will be removed in 0.6.
|
3758
|
-
*/
|
3759
|
-
type ThreadPrimitiveMessagesProps = ThreadPrimitiveMessages.Props;
|
3760
|
-
declare namespace ThreadPrimitiveMessages {
|
3761
|
-
type Props = {
|
3762
|
-
components: {
|
3763
|
-
Message: ComponentType;
|
3764
|
-
EditComposer?: ComponentType | undefined;
|
3765
|
-
UserEditComposer?: ComponentType | undefined;
|
3766
|
-
AssistantEditComposer?: ComponentType | undefined;
|
3767
|
-
SystemEditComposer?: ComponentType | undefined;
|
3768
|
-
UserMessage?: ComponentType | undefined;
|
3769
|
-
AssistantMessage?: ComponentType | undefined;
|
3770
|
-
SystemMessage?: ComponentType | undefined;
|
3771
|
-
} | {
|
3772
|
-
Message?: ComponentType | undefined;
|
3773
|
-
EditComposer?: ComponentType | undefined;
|
3774
|
-
UserEditComposer?: ComponentType | undefined;
|
3775
|
-
AssistantEditComposer?: ComponentType | undefined;
|
3776
|
-
SystemEditComposer?: ComponentType | undefined;
|
3777
|
-
UserMessage: ComponentType;
|
3778
|
-
AssistantMessage: ComponentType;
|
3779
|
-
SystemMessage?: ComponentType | undefined;
|
3780
|
-
};
|
3781
|
-
};
|
3782
|
-
}
|
3783
|
-
declare const ThreadPrimitiveMessages: react.NamedExoticComponent<ThreadPrimitiveMessages.Props>;
|
3784
|
-
|
3785
|
-
/**
|
3786
|
-
* @deprecated Use `ThreadPrimitive.ScrollToBottom.Props` instead. This will be removed in 0.6.
|
3787
|
-
*/
|
3788
|
-
type ThreadPrimitiveScrollToBottomProps = ThreadPrimitiveScrollToBottom.Props;
|
3789
|
-
declare namespace ThreadPrimitiveScrollToBottom {
|
3790
|
-
type Element = ActionButtonElement;
|
3791
|
-
type Props = ActionButtonProps<typeof useThreadScrollToBottom>;
|
3792
|
-
}
|
3793
|
-
declare const ThreadPrimitiveScrollToBottom: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
3794
|
-
ref?: ((instance: HTMLButtonElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLButtonElement> | null | undefined;
|
3795
|
-
} & {
|
3796
|
-
asChild?: boolean;
|
3797
|
-
}, "ref"> & react.RefAttributes<HTMLButtonElement>>;
|
3798
|
-
|
3799
|
-
/**
|
3800
|
-
* @deprecated Use `ThreadPrimitive.Suggestion.Props` instead. This will be removed in 0.6.
|
3801
|
-
*/
|
3802
|
-
type ThreadPrimitiveSuggestionProps = ThreadPrimitiveSuggestion.Props;
|
3803
|
-
declare namespace ThreadPrimitiveSuggestion {
|
3804
|
-
type Element = ActionButtonElement;
|
3805
|
-
type Props = ActionButtonProps<typeof useThreadSuggestion>;
|
3806
|
-
}
|
3807
|
-
declare const ThreadPrimitiveSuggestion: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
3808
|
-
ref?: ((instance: HTMLButtonElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLButtonElement> | null | undefined;
|
3809
|
-
} & {
|
3810
|
-
asChild?: boolean;
|
3811
|
-
}, "ref"> & UseApplyThreadSuggestionProps & react.RefAttributes<HTMLButtonElement>>;
|
3812
|
-
|
3813
|
-
declare namespace index {
|
3814
|
-
export { ThreadPrimitiveEmpty as Empty, ThreadPrimitiveIf as If, ThreadPrimitiveMessages as Messages, ThreadPrimitiveRoot as Root, ThreadPrimitiveScrollToBottom as ScrollToBottom, ThreadPrimitiveSuggestion as Suggestion, ThreadPrimitiveViewport as Viewport };
|
3815
|
-
}
|
3816
|
-
|
3817
|
-
type AvatarProps = {
|
3818
|
-
src?: string | undefined;
|
3819
|
-
alt?: string | undefined;
|
3820
|
-
fallback?: string | undefined;
|
3821
|
-
};
|
3822
|
-
|
3823
|
-
type SuggestionConfig = {
|
3824
|
-
text?: ReactNode | undefined;
|
3825
|
-
prompt: string;
|
3826
|
-
};
|
3827
|
-
type ThreadWelcomeConfig = {
|
3828
|
-
message?: string | null | undefined;
|
3829
|
-
suggestions?: SuggestionConfig[] | undefined;
|
3830
|
-
};
|
3831
|
-
type UserMessageConfig = {
|
3832
|
-
allowEdit?: boolean | undefined;
|
3833
|
-
};
|
3834
|
-
type AssistantMessageConfig = {
|
3835
|
-
allowReload?: boolean | undefined;
|
3836
|
-
allowCopy?: boolean | undefined;
|
3837
|
-
allowSpeak?: boolean | undefined;
|
3838
|
-
allowFeedbackPositive?: boolean | undefined;
|
3839
|
-
allowFeedbackNegative?: boolean | undefined;
|
3840
|
-
components?: {
|
3841
|
-
Text?: TextContentPartComponent | undefined;
|
3842
|
-
ToolFallback?: ComponentType<ToolCallContentPartProps> | undefined;
|
3843
|
-
} | undefined;
|
3844
|
-
};
|
3845
|
-
type BranchPickerConfig = {
|
3846
|
-
allowBranchPicker?: boolean | undefined;
|
3847
|
-
};
|
3848
|
-
type ComposerConfig = {
|
3849
|
-
allowAttachments?: boolean | undefined;
|
3850
|
-
};
|
3851
|
-
type StringsConfig = {
|
3852
|
-
assistantModal?: {
|
3853
|
-
open: {
|
3854
|
-
button: {
|
3855
|
-
tooltip?: string | undefined;
|
3856
|
-
};
|
3857
|
-
};
|
3858
|
-
closed: {
|
3859
|
-
button: {
|
3860
|
-
tooltip?: string | undefined;
|
3861
|
-
};
|
3862
|
-
};
|
3863
|
-
};
|
3864
|
-
thread?: {
|
3865
|
-
scrollToBottom?: {
|
3866
|
-
tooltip?: string | undefined;
|
3867
|
-
};
|
3868
|
-
};
|
3869
|
-
welcome?: {
|
3870
|
-
message?: string | undefined;
|
3871
|
-
};
|
3872
|
-
userMessage?: {
|
3873
|
-
edit?: {
|
3874
|
-
tooltip?: string | undefined;
|
3875
|
-
};
|
3876
|
-
};
|
3877
|
-
assistantMessage?: {
|
3878
|
-
reload?: {
|
3879
|
-
tooltip?: string | undefined;
|
3880
|
-
};
|
3881
|
-
copy?: {
|
3882
|
-
tooltip?: string | undefined;
|
3883
|
-
};
|
3884
|
-
speak?: {
|
3885
|
-
tooltip?: string | undefined;
|
3886
|
-
stop?: {
|
3887
|
-
tooltip?: string | undefined;
|
3888
|
-
};
|
3889
|
-
};
|
3890
|
-
feedback?: {
|
3891
|
-
positive?: {
|
3892
|
-
tooltip?: string | undefined;
|
3893
|
-
};
|
3894
|
-
negative?: {
|
3895
|
-
tooltip?: string | undefined;
|
3896
|
-
};
|
3897
|
-
};
|
3898
|
-
};
|
3899
|
-
branchPicker?: {
|
3900
|
-
previous?: {
|
3901
|
-
tooltip?: string | undefined;
|
3902
|
-
};
|
3903
|
-
next?: {
|
3904
|
-
tooltip?: string | undefined;
|
3905
|
-
};
|
3906
|
-
};
|
3907
|
-
composer?: {
|
3908
|
-
send?: {
|
3909
|
-
tooltip?: string | undefined;
|
3910
|
-
} | undefined;
|
3911
|
-
cancel?: {
|
3912
|
-
tooltip?: string | undefined;
|
3913
|
-
} | undefined;
|
3914
|
-
addAttachment?: {
|
3915
|
-
tooltip?: string | undefined;
|
3916
|
-
} | undefined;
|
3917
|
-
removeAttachment?: {
|
3918
|
-
tooltip?: string | undefined;
|
3919
|
-
};
|
3920
|
-
input?: {
|
3921
|
-
placeholder?: string | undefined;
|
3922
|
-
};
|
3923
|
-
};
|
3924
|
-
editComposer?: {
|
3925
|
-
send?: {
|
3926
|
-
label?: string | undefined;
|
3927
|
-
};
|
3928
|
-
cancel?: {
|
3929
|
-
label?: string | undefined;
|
3930
|
-
};
|
3931
|
-
};
|
3932
|
-
code?: {
|
3933
|
-
header?: {
|
3934
|
-
copy?: {
|
3935
|
-
tooltip?: string | undefined;
|
3936
|
-
};
|
3937
|
-
};
|
3938
|
-
};
|
3939
|
-
};
|
3940
|
-
type ThreadConfig = {
|
3941
|
-
runtime?: AssistantRuntime | undefined;
|
3942
|
-
assistantAvatar?: AvatarProps | undefined;
|
3943
|
-
welcome?: ThreadWelcomeConfig | undefined;
|
3944
|
-
assistantMessage?: AssistantMessageConfig | undefined;
|
3945
|
-
userMessage?: UserMessageConfig | undefined;
|
3946
|
-
branchPicker?: BranchPickerConfig | undefined;
|
3947
|
-
composer?: ComposerConfig | undefined;
|
3948
|
-
strings?: StringsConfig | undefined;
|
3949
|
-
tools?: AssistantToolUI[] | undefined;
|
3950
|
-
components?: {
|
3951
|
-
Composer?: ComponentType | undefined;
|
3952
|
-
ThreadWelcome?: ComponentType | undefined;
|
3953
|
-
} | undefined;
|
3954
|
-
};
|
3955
|
-
declare const useThreadConfig: () => Omit<ThreadConfig, "runtime">;
|
3956
|
-
type ThreadConfigProviderProps = PropsWithChildren<{
|
3957
|
-
config?: ThreadConfig | undefined;
|
3958
|
-
}>;
|
3959
|
-
declare const ThreadConfigProvider: FC<ThreadConfigProviderProps>;
|
3960
|
-
|
3961
|
-
declare const AssistantActionBar: FC;
|
3962
|
-
declare const exports$b: {
|
3963
|
-
Root: react.ForwardRefExoticComponent<Partial<Omit<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
3964
|
-
ref?: ((instance: HTMLDivElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLDivElement> | null | undefined;
|
3965
|
-
} & {
|
3966
|
-
asChild?: boolean;
|
3967
|
-
}, "ref"> & UseActionBarFloatStatusProps & react.RefAttributes<HTMLDivElement>, "ref">> & react.RefAttributes<HTMLDivElement>>;
|
3968
|
-
Reload: react.ForwardRefExoticComponent<Partial<TooltipIconButtonProps> & react.RefAttributes<HTMLButtonElement>>;
|
3969
|
-
Copy: react.ForwardRefExoticComponent<Partial<TooltipIconButtonProps> & {
|
3970
|
-
copiedDuration?: number | undefined;
|
3971
|
-
} & react.RefAttributes<HTMLButtonElement>>;
|
3972
|
-
Speak: react.ForwardRefExoticComponent<Partial<TooltipIconButtonProps> & react.RefAttributes<HTMLButtonElement>>;
|
3973
|
-
StopSpeaking: react.ForwardRefExoticComponent<Partial<TooltipIconButtonProps> & react.RefAttributes<HTMLButtonElement>>;
|
3974
|
-
SpeechControl: FC;
|
3975
|
-
FeedbackPositive: react.ForwardRefExoticComponent<Partial<TooltipIconButtonProps> & react.RefAttributes<HTMLButtonElement>>;
|
3976
|
-
FeedbackNegative: react.ForwardRefExoticComponent<Partial<TooltipIconButtonProps> & react.RefAttributes<HTMLButtonElement>>;
|
3977
|
-
};
|
3978
|
-
declare const _default$a: typeof AssistantActionBar & typeof exports$b;
|
3979
|
-
|
3980
|
-
declare const AssistantMessage: FC;
|
3981
|
-
/**
|
3982
|
-
* @deprecated Use `AssistantMessage.Content.Props` instead. This will be removed in 0.6.
|
3983
|
-
*/
|
3984
|
-
type AssistantMessageContentProps = AssistantMessageContent.Props;
|
3985
|
-
declare namespace AssistantMessageContent {
|
3986
|
-
type Element = HTMLDivElement;
|
3987
|
-
type Props = MessagePrimitiveContent.Props & ComponentPropsWithoutRef<"div">;
|
3988
|
-
}
|
3989
|
-
declare const AssistantMessageContent: react.ForwardRefExoticComponent<MessagePrimitiveContent.Props & Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & react.RefAttributes<HTMLDivElement>>;
|
3990
|
-
declare const exports$a: {
|
3991
|
-
Root: react.ForwardRefExoticComponent<Partial<Omit<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
3992
|
-
ref?: ((instance: HTMLDivElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLDivElement> | null | undefined;
|
3993
|
-
} & {
|
3994
|
-
asChild?: boolean;
|
3995
|
-
}, "ref"> & react.RefAttributes<HTMLDivElement>, "ref">> & react.RefAttributes<HTMLDivElement>>;
|
3996
|
-
Avatar: FC;
|
3997
|
-
Content: react.ForwardRefExoticComponent<MessagePrimitiveContent.Props & Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & react.RefAttributes<HTMLDivElement>>;
|
3998
|
-
};
|
3999
|
-
declare const _default$9: typeof AssistantMessage & typeof exports$a;
|
4000
|
-
|
4001
|
-
declare const AssistantModal: FC<ThreadConfig>;
|
4002
|
-
declare namespace AssistantModalRoot {
|
4003
|
-
type Props = AssistantModalPrimitiveRoot.Props & ThreadConfigProviderProps;
|
4004
|
-
}
|
4005
|
-
declare const AssistantModalRoot: FC<AssistantModalRoot.Props>;
|
4006
|
-
declare const exports$9: {
|
4007
|
-
Root: FC<AssistantModalRoot.Props>;
|
4008
|
-
Trigger: react.ForwardRefExoticComponent<Partial<TooltipIconButtonProps> & react.RefAttributes<HTMLButtonElement>>;
|
4009
|
-
Content: react.ForwardRefExoticComponent<Partial<Omit<Omit<PopoverPrimitive.PopoverContentProps & react.RefAttributes<HTMLDivElement>, "ref"> & {
|
4010
|
-
dissmissOnInteractOutside?: boolean | undefined;
|
4011
|
-
} & react.RefAttributes<HTMLDivElement>, "ref">> & react.RefAttributes<HTMLDivElement>>;
|
4012
|
-
Button: react.ForwardRefExoticComponent<Partial<TooltipIconButtonProps> & {
|
4013
|
-
"data-state"?: "open" | "closed";
|
4014
|
-
} & react.RefAttributes<HTMLButtonElement>>;
|
4015
|
-
Anchor: react.ForwardRefExoticComponent<Partial<Omit<Omit<PopoverPrimitive.PopoverAnchorProps & react.RefAttributes<HTMLDivElement>, "ref"> & react.RefAttributes<HTMLDivElement>, "ref">> & react.RefAttributes<HTMLDivElement>>;
|
4016
|
-
};
|
4017
|
-
declare const _default$8: typeof AssistantModal & typeof exports$9;
|
4018
|
-
|
4019
|
-
declare const BranchPicker: FC;
|
4020
|
-
declare const exports$8: {
|
4021
|
-
Root: react.ForwardRefExoticComponent<Partial<Omit<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
4022
|
-
ref?: ((instance: HTMLDivElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLDivElement> | null | undefined;
|
4023
|
-
} & {
|
4024
|
-
asChild?: boolean;
|
4025
|
-
}, "ref"> & {
|
4026
|
-
hideWhenSingleBranch?: boolean | undefined;
|
4027
|
-
} & react.RefAttributes<HTMLDivElement>, "ref">> & react.RefAttributes<HTMLDivElement>>;
|
4028
|
-
Previous: react.ForwardRefExoticComponent<Partial<TooltipIconButtonProps> & react.RefAttributes<HTMLButtonElement>>;
|
4029
|
-
Next: react.ForwardRefExoticComponent<Partial<TooltipIconButtonProps> & react.RefAttributes<HTMLButtonElement>>;
|
4030
|
-
};
|
4031
|
-
declare const _default$7: typeof BranchPicker & typeof exports$8;
|
4032
|
-
|
4033
|
-
declare const Composer: FC;
|
4034
|
-
declare const ComposerInputStyled: react.ForwardRefExoticComponent<Partial<Omit<react_textarea_autosize.TextareaAutosizeProps & {
|
4035
|
-
asChild?: boolean | undefined;
|
4036
|
-
submitOnEnter?: boolean | undefined;
|
4037
|
-
cancelOnEscape?: boolean | undefined;
|
4038
|
-
unstable_focusOnRunStart?: boolean | undefined;
|
4039
|
-
unstable_focusOnScrollToBottom?: boolean | undefined;
|
4040
|
-
unstable_focusOnThreadSwitched?: boolean | undefined;
|
4041
|
-
} & react.RefAttributes<HTMLTextAreaElement>, "ref">> & react.RefAttributes<HTMLTextAreaElement>>;
|
4042
|
-
/**
|
4043
|
-
* @deprecated Use `ComposerInput.Props` instead. This will be removed in 0.6.
|
4044
|
-
*/
|
4045
|
-
type ComposerInputProps = ComposerInput.Props;
|
4046
|
-
declare namespace ComposerInput {
|
4047
|
-
type Element = HTMLTextAreaElement;
|
4048
|
-
type Props = ComponentPropsWithoutRef<typeof ComposerInputStyled>;
|
4049
|
-
}
|
4050
|
-
declare const ComposerInput: react.ForwardRefExoticComponent<Omit<Partial<Omit<react_textarea_autosize.TextareaAutosizeProps & {
|
4051
|
-
asChild?: boolean | undefined;
|
4052
|
-
submitOnEnter?: boolean | undefined;
|
4053
|
-
cancelOnEscape?: boolean | undefined;
|
4054
|
-
unstable_focusOnRunStart?: boolean | undefined;
|
4055
|
-
unstable_focusOnScrollToBottom?: boolean | undefined;
|
4056
|
-
unstable_focusOnThreadSwitched?: boolean | undefined;
|
4057
|
-
} & react.RefAttributes<HTMLTextAreaElement>, "ref">> & react.RefAttributes<HTMLTextAreaElement>, "ref"> & react.RefAttributes<HTMLTextAreaElement>>;
|
4058
|
-
declare const exports$7: {
|
4059
|
-
Root: react.ForwardRefExoticComponent<Partial<Omit<Omit<Omit<react.DetailedHTMLProps<react.FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>, "ref"> & {
|
4060
|
-
ref?: ((instance: HTMLFormElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLFormElement> | null | undefined;
|
4061
|
-
} & {
|
4062
|
-
asChild?: boolean;
|
4063
|
-
}, "ref"> & react.RefAttributes<HTMLFormElement>, "ref">> & react.RefAttributes<HTMLFormElement>>;
|
4064
|
-
Input: react.ForwardRefExoticComponent<Omit<Partial<Omit<react_textarea_autosize.TextareaAutosizeProps & {
|
4065
|
-
asChild?: boolean | undefined;
|
4066
|
-
submitOnEnter?: boolean | undefined;
|
4067
|
-
cancelOnEscape?: boolean | undefined;
|
4068
|
-
unstable_focusOnRunStart?: boolean | undefined;
|
4069
|
-
unstable_focusOnScrollToBottom?: boolean | undefined;
|
4070
|
-
unstable_focusOnThreadSwitched?: boolean | undefined;
|
4071
|
-
} & react.RefAttributes<HTMLTextAreaElement>, "ref">> & react.RefAttributes<HTMLTextAreaElement>, "ref"> & react.RefAttributes<HTMLTextAreaElement>>;
|
4072
|
-
Action: FC;
|
4073
|
-
Send: react.ForwardRefExoticComponent<Partial<TooltipIconButtonProps> & react.RefAttributes<HTMLButtonElement>>;
|
4074
|
-
Cancel: react.ForwardRefExoticComponent<Partial<TooltipIconButtonProps> & react.RefAttributes<HTMLButtonElement>>;
|
4075
|
-
AddAttachment: react.ForwardRefExoticComponent<Partial<TooltipIconButtonProps> & react.RefAttributes<HTMLButtonElement>>;
|
4076
|
-
Attachments: FC<Partial<ComposerPrimitiveAttachments.Props>>;
|
4077
|
-
};
|
4078
|
-
declare const _default$6: typeof Composer & typeof exports$7;
|
4079
|
-
|
4080
|
-
declare const Attachment: FC;
|
4081
|
-
declare const exports$6: {
|
4082
|
-
Root: react.ForwardRefExoticComponent<Partial<Omit<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
4083
|
-
ref?: ((instance: HTMLDivElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLDivElement> | null | undefined;
|
4084
|
-
} & {
|
4085
|
-
asChild?: boolean;
|
4086
|
-
}, "ref"> & react.RefAttributes<HTMLDivElement>, "ref">> & react.RefAttributes<HTMLDivElement>>;
|
4087
|
-
Remove: react.ForwardRefExoticComponent<Partial<TooltipIconButtonProps> & react.RefAttributes<HTMLButtonElement>>;
|
4088
|
-
};
|
4089
|
-
declare const _default$5: typeof Attachment & typeof exports$6;
|
4090
|
-
|
4091
|
-
declare const EditComposer: FC;
|
4092
|
-
declare const exports$5: {
|
4093
|
-
Root: react.ForwardRefExoticComponent<Partial<Omit<Omit<Omit<react.DetailedHTMLProps<react.FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>, "ref"> & {
|
4094
|
-
ref?: ((instance: HTMLFormElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLFormElement> | null | undefined;
|
4095
|
-
} & {
|
4096
|
-
asChild?: boolean;
|
4097
|
-
}, "ref"> & react.RefAttributes<HTMLFormElement>, "ref">> & react.RefAttributes<HTMLFormElement>>;
|
4098
|
-
Input: react.ForwardRefExoticComponent<Partial<Omit<react_textarea_autosize.TextareaAutosizeProps & {
|
4099
|
-
asChild?: boolean | undefined;
|
4100
|
-
submitOnEnter?: boolean | undefined;
|
4101
|
-
cancelOnEscape?: boolean | undefined;
|
4102
|
-
unstable_focusOnRunStart?: boolean | undefined;
|
4103
|
-
unstable_focusOnScrollToBottom?: boolean | undefined;
|
4104
|
-
unstable_focusOnThreadSwitched?: boolean | undefined;
|
4105
|
-
} & react.RefAttributes<HTMLTextAreaElement>, "ref">> & react.RefAttributes<HTMLTextAreaElement>>;
|
4106
|
-
Footer: react.ForwardRefExoticComponent<Partial<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">> & react.RefAttributes<HTMLDivElement>>;
|
4107
|
-
Cancel: react.ForwardRefExoticComponent<Partial<ButtonProps> & react.RefAttributes<HTMLButtonElement>>;
|
4108
|
-
Send: react.ForwardRefExoticComponent<Partial<ButtonProps> & react.RefAttributes<HTMLButtonElement>>;
|
4109
|
-
};
|
4110
|
-
declare const _default$4: typeof EditComposer & typeof exports$5;
|
4111
|
-
|
4112
|
-
declare const Thread: FC<ThreadConfig>;
|
4113
|
-
/**
|
4114
|
-
* @deprecated Use `Thread.Root.Props` instead. This will be removed in 0.6.
|
4115
|
-
*/
|
4116
|
-
type ThreadRootProps = ThreadRoot.Props;
|
4117
|
-
declare namespace ThreadRoot {
|
4118
|
-
type Element = HTMLDivElement;
|
4119
|
-
type Props = ThreadPrimitiveRoot.Props & ThreadConfigProviderProps;
|
4120
|
-
}
|
4121
|
-
declare const ThreadRoot: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
4122
|
-
ref?: ((instance: HTMLDivElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLDivElement> | null | undefined;
|
4123
|
-
} & {
|
4124
|
-
asChild?: boolean;
|
4125
|
-
}, "ref"> & {
|
4126
|
-
config?: ThreadConfig | undefined;
|
4127
|
-
} & {
|
4128
|
-
children?: react.ReactNode | undefined;
|
4129
|
-
} & react.RefAttributes<HTMLDivElement>>;
|
4130
|
-
declare const exports$4: {
|
4131
|
-
Root: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
4132
|
-
ref?: ((instance: HTMLDivElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLDivElement> | null | undefined;
|
4133
|
-
} & {
|
4134
|
-
asChild?: boolean;
|
4135
|
-
}, "ref"> & {
|
4136
|
-
config?: ThreadConfig | undefined;
|
4137
|
-
} & {
|
4138
|
-
children?: react.ReactNode | undefined;
|
4139
|
-
} & react.RefAttributes<HTMLDivElement>>;
|
4140
|
-
Viewport: react.ForwardRefExoticComponent<Partial<Omit<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
4141
|
-
ref?: ((instance: HTMLDivElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLDivElement> | null | undefined;
|
4142
|
-
} & {
|
4143
|
-
asChild?: boolean;
|
4144
|
-
}, "ref"> & UseThreadViewportAutoScrollProps & react.RefAttributes<HTMLDivElement>, "ref">> & react.RefAttributes<HTMLDivElement>>;
|
4145
|
-
Messages: FC<{
|
4146
|
-
unstable_flexGrowDiv?: boolean;
|
4147
|
-
components?: {
|
4148
|
-
UserMessage?: ComponentType | undefined;
|
4149
|
-
EditComposer?: ComponentType | undefined;
|
4150
|
-
AssistantMessage?: ComponentType | undefined;
|
4151
|
-
SystemMessage?: ComponentType | undefined;
|
4152
|
-
};
|
4153
|
-
}>;
|
4154
|
-
FollowupSuggestions: FC;
|
4155
|
-
ScrollToBottom: react.ForwardRefExoticComponent<Partial<TooltipIconButtonProps> & react.RefAttributes<HTMLButtonElement>>;
|
4156
|
-
ViewportFooter: react.ForwardRefExoticComponent<Partial<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">> & react.RefAttributes<HTMLDivElement>>;
|
4157
|
-
};
|
4158
|
-
declare const _default$3: typeof Thread & typeof exports$4;
|
4159
|
-
|
4160
|
-
declare const UserMessage: FC;
|
4161
|
-
/**
|
4162
|
-
* @deprecated Use `UserMessage.Content.Props` instead. This will be removed in 0.6.
|
4163
|
-
*/
|
4164
|
-
type UserMessageContentProps = UserMessageContent.Props;
|
4165
|
-
declare namespace UserMessageContent {
|
4166
|
-
type Element = HTMLDivElement;
|
4167
|
-
type Props = MessagePrimitiveContent.Props & ComponentPropsWithoutRef<"div">;
|
4168
|
-
}
|
4169
|
-
declare const UserMessageContent: react.ForwardRefExoticComponent<MessagePrimitiveContent.Props & Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & react.RefAttributes<HTMLDivElement>>;
|
4170
|
-
declare const exports$3: {
|
4171
|
-
Root: react.ForwardRefExoticComponent<Partial<Omit<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
4172
|
-
ref?: ((instance: HTMLDivElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLDivElement> | null | undefined;
|
4173
|
-
} & {
|
4174
|
-
asChild?: boolean;
|
4175
|
-
}, "ref"> & react.RefAttributes<HTMLDivElement>, "ref">> & react.RefAttributes<HTMLDivElement>>;
|
4176
|
-
Content: react.ForwardRefExoticComponent<MessagePrimitiveContent.Props & Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & react.RefAttributes<HTMLDivElement>>;
|
4177
|
-
Attachments: FC<Partial<MessagePrimitiveAttachments.Props>>;
|
4178
|
-
};
|
4179
|
-
declare const _default$2: typeof UserMessage & typeof exports$3;
|
4180
|
-
|
4181
|
-
declare const UserActionBar: FC;
|
4182
|
-
declare const exports$2: {
|
4183
|
-
Root: react.ForwardRefExoticComponent<Partial<Omit<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
4184
|
-
ref?: ((instance: HTMLDivElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLDivElement> | null | undefined;
|
4185
|
-
} & {
|
4186
|
-
asChild?: boolean;
|
4187
|
-
}, "ref"> & UseActionBarFloatStatusProps & react.RefAttributes<HTMLDivElement>, "ref">> & react.RefAttributes<HTMLDivElement>>;
|
4188
|
-
Edit: react.ForwardRefExoticComponent<Partial<TooltipIconButtonProps> & react.RefAttributes<HTMLButtonElement>>;
|
4189
|
-
};
|
4190
|
-
declare const _default$1: typeof UserActionBar & typeof exports$2;
|
4191
|
-
|
4192
|
-
declare const ThreadWelcome: FC;
|
4193
|
-
declare const ThreadWelcomeMessageStyled: react.ForwardRefExoticComponent<Partial<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">> & react.RefAttributes<HTMLParagraphElement>>;
|
4194
|
-
/**
|
4195
|
-
* @deprecated Use `ThreadWelcome.Message.Props` instead. This will be removed in 0.6.
|
4196
|
-
*/
|
4197
|
-
type ThreadWelcomeMessageProps = ThreadWelcomeMessage.Props;
|
4198
|
-
declare namespace ThreadWelcomeMessage {
|
4199
|
-
type Element = HTMLParagraphElement;
|
4200
|
-
type Props = Omit<ComponentPropsWithoutRef<typeof ThreadWelcomeMessageStyled>, "children"> & {
|
4201
|
-
message?: string | undefined;
|
4202
|
-
};
|
4203
|
-
}
|
4204
|
-
declare const ThreadWelcomeMessage: react.ForwardRefExoticComponent<Omit<Omit<Partial<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">> & react.RefAttributes<HTMLParagraphElement>, "ref">, "children"> & {
|
4205
|
-
message?: string | undefined;
|
4206
|
-
} & react.RefAttributes<HTMLParagraphElement>>;
|
4207
|
-
type ThreadWelcomeSuggestionProps = {
|
4208
|
-
suggestion: SuggestionConfig;
|
4209
|
-
};
|
4210
|
-
declare const exports$1: {
|
4211
|
-
Root: react.ForwardRefExoticComponent<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & react.RefAttributes<HTMLDivElement>>;
|
4212
|
-
Center: react.ForwardRefExoticComponent<Partial<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">> & react.RefAttributes<HTMLDivElement>>;
|
4213
|
-
Avatar: FC;
|
4214
|
-
Message: react.ForwardRefExoticComponent<Omit<Omit<Partial<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">> & react.RefAttributes<HTMLParagraphElement>, "ref">, "children"> & {
|
4215
|
-
message?: string | undefined;
|
4216
|
-
} & react.RefAttributes<HTMLParagraphElement>>;
|
4217
|
-
Suggestions: FC;
|
4218
|
-
Suggestion: FC<ThreadWelcomeSuggestionProps>;
|
4219
|
-
};
|
4220
|
-
declare const _default: typeof ThreadWelcome & typeof exports$1;
|
4221
|
-
|
4222
|
-
declare const exports: {
|
4223
|
-
Text: FC;
|
4224
|
-
};
|
4225
|
-
|
4226
|
-
export { index$7 as ActionBarPrimitive, type ActionBarPrimitiveCopyProps, type ActionBarPrimitiveEditProps, type ActionBarPrimitiveFeedbackNegativeProps, type ActionBarPrimitiveFeedbackPositiveProps, type ActionBarPrimitiveReloadProps, type ActionBarPrimitiveRootProps, type ActionBarPrimitiveSpeakProps, type ActionBarPrimitiveStopSpeakingProps, type AddToolResultOptions, AppendMessage, _default$a as AssistantActionBar, type AssistantContextValue, _default$9 as AssistantMessage, type AssistantMessageConfig, type AssistantMessageContentProps, _default$8 as AssistantModal, index$6 as AssistantModalPrimitive, type AssistantModalPrimitiveContentProps, type AssistantModalPrimitiveRootProps, type AssistantModalPrimitiveTriggerProps, type AssistantRuntime, AssistantRuntimeProvider, type AssistantTool, type AssistantToolProps, type AssistantToolUI, type AssistantToolUIProps, type AssistantToolUIsState, Attachment$1 as Attachment, type AttachmentAdapter, index$5 as AttachmentPrimitive, type AttachmentRuntime, type AttachmentState, _default$5 as AttachmentUI, _default$7 as BranchPicker, index$4 as BranchPickerPrimitive, type BranchPickerPrimitiveCountProps, type BranchPickerPrimitiveNextProps, type BranchPickerPrimitiveNumberProps, type BranchPickerPrimitivePreviousProps, type BranchPickerPrimitiveRootProps, type ChatModelAdapter, type ChatModelRunOptions, type ChatModelRunResult, type ChatModelRunUpdate, CompleteAttachment, _default$6 as Composer, _default$5 as ComposerAttachment, type ComposerContextValue, type ComposerInputProps, index$3 as ComposerPrimitive, type ComposerPrimitiveCancelProps, type ComposerPrimitiveIfProps, type ComposerPrimitiveInputProps, type ComposerPrimitiveRootProps, type ComposerPrimitiveSendProps, type ComposerRuntime, type ComposerState, CompositeAttachmentAdapter, exports as ContentPart, type ContentPartContextValue, index$2 as ContentPartPrimitive, type ContentPartPrimitiveDisplayProps, type ContentPartPrimitiveImageProps, type ContentPartPrimitiveInProgressProps, type ContentPartPrimitiveTextProps, type ContentPartRuntime, type ContentPartState, CoreMessage, type DangerousInBrowserRuntimeOptions, EdgeChatAdapter, type EdgeRuntimeOptions, _default$4 as EditComposer, type EditComposerRuntime, type EditComposerState, type EmptyContentPartComponent, type EmptyContentPartProps, type ExternalStoreAdapter, type ExternalStoreMessageConverter, type FeedbackAdapter, internal as INTERNAL, ImageContentPart, type ImageContentPartComponent, type ImageContentPartProps, type LocalRuntimeOptions, type MessageContextValue, index$1 as MessagePrimitive, type MessagePrimitiveContentProps, type MessagePrimitiveIfProps, type MessagePrimitiveInProgressProps, type MessagePrimitiveRootProps, type MessageRuntime, type MessageState, MessageStatus, type MessageUtilsState, ModelConfig, ModelConfigProvider, PendingAttachment, SimpleImageAttachmentAdapter, SimpleTextAttachmentAdapter, SpeechSynthesisAdapter, StreamUtils, type StringsConfig, type SubmitFeedbackOptions, type SuggestionConfig, TextContentPart, type TextContentPartComponent, type TextContentPartProps, TextContentPartProvider, _default$3 as Thread, ThreadAssistantContentPart, type ThreadComposerRuntime, type ThreadComposerState, type ThreadConfig, ThreadConfigProvider, type ThreadConfigProviderProps, type ThreadContextValue, type ThreadManagerRuntime, type ThreadManagerState, ThreadMessage, type ThreadMessageLike, index as ThreadPrimitive, type ThreadPrimitiveEmptyProps, type ThreadPrimitiveIfProps, type ThreadPrimitiveMessagesProps, type ThreadPrimitiveRootProps, type ThreadPrimitiveScrollToBottomProps, type ThreadPrimitiveSuggestionProps, type ThreadPrimitiveViewportProps, type ThreadRootProps, type ThreadRuntime, type ThreadState, type ThreadSuggestion, ThreadUserContentPart, type ThreadViewportState, _default as ThreadWelcome, type ThreadWelcomeConfig, type ThreadWelcomeMessageProps, type ThreadWelcomeSuggestionProps, Tool, ToolCallContentPart, type ToolCallContentPartComponent, type ToolCallContentPartProps, UIContentPart, type UIContentPartComponent, type UIContentPartProps, Unstable_AudioContentPart, type Unstable_AudioContentPartComponent, type Unstable_AudioContentPartProps, Unsubscribe, type UseActionBarCopyProps, _default$1 as UserActionBar, _default$2 as UserMessage, _default$5 as UserMessageAttachment, type UserMessageConfig, type UserMessageContentProps, WebSpeechSynthesisAdapter, fromCoreMessage, fromCoreMessages, fromLanguageModelMessages, fromLanguageModelTools, getExternalStoreMessage, makeAssistantTool, makeAssistantToolUI, streamUtils, subscribeToMainThread, toCoreMessage, toCoreMessages, toLanguageModelMessages, toLanguageModelTools, useActionBarCopy, useActionBarEdit, useActionBarFeedbackNegative, useActionBarFeedbackPositive, useActionBarReload, useActionBarSpeak, useActionBarStopSpeaking, useAppendMessage, useAssistantActions, useAssistantActionsStore, useAssistantContext, useAssistantInstructions, useAssistantRuntime, useAssistantRuntimeStore, useAssistantTool, useAssistantToolUI, useAttachment, useAttachmentRuntime, useBranchPickerCount, useBranchPickerNext, useBranchPickerNumber, useBranchPickerPrevious, useComposer, useComposerAddAttachment, useComposerCancel, useComposerContext, useComposerIf, useComposerRuntime, useComposerSend, useComposerStore, useContentPart, useContentPartContext, useContentPartDisplay, useContentPartImage, useContentPartRuntime, useContentPartStore, useContentPartText, useDangerousInBrowserRuntime, useEdgeRuntime, useEditComposer, useEditComposerStore, useExternalMessageConverter, useExternalStoreRuntime, useInlineRender, useLocalRuntime, useMessage, useMessageContext, useMessageIf, useMessageRuntime, useMessageStore, useMessageUtils, useMessageUtilsStore, useSwitchToNewThread, useThread, useThreadActions, useThreadActionsStore, useThreadComposer, useThreadComposerStore, useThreadConfig, useThreadContext, useThreadEmpty, useThreadIf, useThreadManager, useThreadMessages, useThreadMessagesStore, useThreadModelConfig, useThreadRuntime, useThreadRuntimeStore, useThreadScrollToBottom, useThreadStore, useThreadSuggestion, useThreadViewport, useThreadViewportStore, useToolUIs, useToolUIsStore };
|