@assistant-ui/react 0.7.0 → 0.7.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/api/AssistantRuntime.d.ts +4 -34
- package/dist/api/AssistantRuntime.d.ts.map +1 -1
- package/dist/api/AssistantRuntime.js.map +1 -1
- package/dist/api/AssistantRuntime.mjs.map +1 -1
- package/dist/api/AttachmentRuntime.d.ts +4 -4
- package/dist/api/AttachmentRuntime.d.ts.map +1 -1
- package/dist/api/AttachmentRuntime.js.map +1 -1
- package/dist/api/AttachmentRuntime.mjs.map +1 -1
- package/dist/api/ComposerRuntime.d.ts +10 -10
- package/dist/api/ComposerRuntime.d.ts.map +1 -1
- package/dist/api/ComposerRuntime.js.map +1 -1
- package/dist/api/ComposerRuntime.mjs.map +1 -1
- package/dist/api/ContentPartRuntime.d.ts +2 -2
- package/dist/api/ContentPartRuntime.d.ts.map +1 -1
- package/dist/api/ContentPartRuntime.js.map +1 -1
- package/dist/api/ContentPartRuntime.mjs.map +1 -1
- package/dist/api/MessageRuntime.d.ts +7 -7
- package/dist/api/MessageRuntime.d.ts.map +1 -1
- package/dist/api/MessageRuntime.js +2 -2
- package/dist/api/MessageRuntime.js.map +1 -1
- package/dist/api/MessageRuntime.mjs +2 -2
- package/dist/api/MessageRuntime.mjs.map +1 -1
- package/dist/api/RuntimePathTypes.d.ts +33 -33
- package/dist/api/RuntimePathTypes.d.ts.map +1 -1
- package/dist/api/RuntimePathTypes.js.map +1 -1
- package/dist/api/ThreadListItemRuntime.d.ts +4 -4
- package/dist/api/ThreadListItemRuntime.d.ts.map +1 -1
- package/dist/api/ThreadListItemRuntime.js.map +1 -1
- package/dist/api/ThreadListItemRuntime.mjs.map +1 -1
- package/dist/api/ThreadListRuntime.d.ts +9 -9
- package/dist/api/ThreadListRuntime.d.ts.map +1 -1
- package/dist/api/ThreadListRuntime.js.map +1 -1
- package/dist/api/ThreadListRuntime.mjs.map +1 -1
- package/dist/api/ThreadRuntime.d.ts +45 -56
- package/dist/api/ThreadRuntime.d.ts.map +1 -1
- package/dist/api/ThreadRuntime.js.map +1 -1
- package/dist/api/ThreadRuntime.mjs.map +1 -1
- package/dist/api/index.d.ts +1 -0
- package/dist/api/index.d.ts.map +1 -1
- package/dist/api/index.js.map +1 -1
- package/dist/context/providers/ThreadListItemRuntimeProvider.d.ts +1 -1
- package/dist/context/providers/ThreadListItemRuntimeProvider.d.ts.map +1 -1
- package/dist/context/react/AssistantContext.d.ts +10 -48
- package/dist/context/react/AssistantContext.d.ts.map +1 -1
- package/dist/context/react/AttachmentContext.d.ts +16 -16
- package/dist/context/react/MessageContext.d.ts +6 -36
- package/dist/context/react/MessageContext.d.ts.map +1 -1
- package/dist/context/react/ThreadContext.d.ts +10 -138
- package/dist/context/react/ThreadContext.d.ts.map +1 -1
- package/dist/context/stores/AssistantToolUIs.d.ts +9 -6
- package/dist/context/stores/AssistantToolUIs.d.ts.map +1 -1
- package/dist/context/stores/AssistantToolUIs.js.map +1 -1
- package/dist/context/stores/AssistantToolUIs.mjs.map +1 -1
- package/dist/context/stores/MessageUtils.d.ts +7 -12
- package/dist/context/stores/MessageUtils.d.ts.map +1 -1
- package/dist/context/stores/MessageUtils.js.map +1 -1
- package/dist/context/stores/MessageUtils.mjs.map +1 -1
- package/dist/context/stores/ThreadViewport.d.ts +6 -10
- package/dist/context/stores/ThreadViewport.d.ts.map +1 -1
- package/dist/context/stores/ThreadViewport.js +0 -1
- package/dist/context/stores/ThreadViewport.js.map +1 -1
- package/dist/context/stores/ThreadViewport.mjs +0 -2
- package/dist/context/stores/ThreadViewport.mjs.map +1 -1
- package/dist/primitive-hooks/contentPart/useContentPartDisplay.d.ts +1 -1
- package/dist/primitive-hooks/contentPart/useContentPartImage.d.ts +1 -1
- package/dist/primitive-hooks/contentPart/useContentPartText.d.ts +1 -1
- package/dist/runtimes/core/BaseThreadRuntimeCore.d.ts +2 -4
- package/dist/runtimes/core/BaseThreadRuntimeCore.d.ts.map +1 -1
- package/dist/runtimes/core/ThreadRuntimeCore.d.ts +22 -22
- package/dist/runtimes/core/ThreadRuntimeCore.d.ts.map +1 -1
- package/dist/runtimes/core/ThreadRuntimeCore.js.map +1 -1
- package/dist/runtimes/external-store/ExternalStoreThreadListRuntimeCore.d.ts +3 -3
- package/dist/runtimes/external-store/ExternalStoreThreadRuntimeCore.d.ts +2 -11
- package/dist/runtimes/external-store/ExternalStoreThreadRuntimeCore.d.ts.map +1 -1
- package/package.json +3 -3
- package/src/api/AssistantRuntime.ts +2 -2
- package/src/api/AttachmentRuntime.ts +4 -4
- package/src/api/ComposerRuntime.ts +10 -10
- package/src/api/ContentPartRuntime.ts +2 -2
- package/src/api/MessageRuntime.ts +9 -9
- package/src/api/RuntimePathTypes.ts +26 -26
- package/src/api/ThreadListItemRuntime.ts +4 -4
- package/src/api/ThreadListRuntime.ts +10 -10
- package/src/api/ThreadRuntime.ts +45 -14
- package/src/api/index.ts +4 -0
- package/src/context/stores/AssistantToolUIs.ts +9 -2
- package/src/context/stores/MessageUtils.ts +6 -6
- package/src/context/stores/ThreadViewport.tsx +5 -6
- package/src/runtimes/core/ThreadRuntimeCore.tsx +28 -29
@@ -27,118 +27,14 @@ export declare function useThreadRuntime(options?: {
|
|
27
27
|
optional?: boolean | undefined;
|
28
28
|
}): ThreadRuntime | null;
|
29
29
|
export declare const useThread: {
|
30
|
-
():
|
31
|
-
|
32
|
-
metadata: Readonly<{
|
33
|
-
threadId: string;
|
34
|
-
state: "archived" | "regular" | "new" | "deleted";
|
35
|
-
title?: string | undefined;
|
36
|
-
}>;
|
37
|
-
isDisabled: boolean;
|
38
|
-
isRunning: boolean;
|
39
|
-
capabilities: Readonly<{
|
40
|
-
switchToBranch: boolean;
|
41
|
-
edit: boolean;
|
42
|
-
reload: boolean;
|
43
|
-
cancel: boolean;
|
44
|
-
unstable_copy: boolean;
|
45
|
-
speech: boolean;
|
46
|
-
attachments: boolean;
|
47
|
-
feedback: boolean;
|
48
|
-
}>;
|
49
|
-
messages: readonly import("../..").ThreadMessage[];
|
50
|
-
suggestions: readonly import("../..").ThreadSuggestion[];
|
51
|
-
extras: unknown;
|
52
|
-
speech: Readonly<{
|
53
|
-
messageId: string;
|
54
|
-
status: import("../..").SpeechSynthesisAdapter.Status;
|
55
|
-
}> | undefined;
|
56
|
-
}>;
|
57
|
-
<TSelected>(selector: (state: Readonly<{
|
58
|
-
threadId: string;
|
59
|
-
metadata: Readonly<{
|
60
|
-
threadId: string;
|
61
|
-
state: "archived" | "regular" | "new" | "deleted";
|
62
|
-
title?: string | undefined;
|
63
|
-
}>;
|
64
|
-
isDisabled: boolean;
|
65
|
-
isRunning: boolean;
|
66
|
-
capabilities: Readonly<{
|
67
|
-
switchToBranch: boolean;
|
68
|
-
edit: boolean;
|
69
|
-
reload: boolean;
|
70
|
-
cancel: boolean;
|
71
|
-
unstable_copy: boolean;
|
72
|
-
speech: boolean;
|
73
|
-
attachments: boolean;
|
74
|
-
feedback: boolean;
|
75
|
-
}>;
|
76
|
-
messages: readonly import("../..").ThreadMessage[];
|
77
|
-
suggestions: readonly import("../..").ThreadSuggestion[];
|
78
|
-
extras: unknown;
|
79
|
-
speech: Readonly<{
|
80
|
-
messageId: string;
|
81
|
-
status: import("../..").SpeechSynthesisAdapter.Status;
|
82
|
-
}> | undefined;
|
83
|
-
}>) => TSelected): TSelected;
|
30
|
+
(): ThreadState;
|
31
|
+
<TSelected>(selector: (state: ThreadState) => TSelected): TSelected;
|
84
32
|
(options: {
|
85
33
|
optional: true;
|
86
|
-
}):
|
87
|
-
threadId: string;
|
88
|
-
metadata: Readonly<{
|
89
|
-
threadId: string;
|
90
|
-
state: "archived" | "regular" | "new" | "deleted";
|
91
|
-
title?: string | undefined;
|
92
|
-
}>;
|
93
|
-
isDisabled: boolean;
|
94
|
-
isRunning: boolean;
|
95
|
-
capabilities: Readonly<{
|
96
|
-
switchToBranch: boolean;
|
97
|
-
edit: boolean;
|
98
|
-
reload: boolean;
|
99
|
-
cancel: boolean;
|
100
|
-
unstable_copy: boolean;
|
101
|
-
speech: boolean;
|
102
|
-
attachments: boolean;
|
103
|
-
feedback: boolean;
|
104
|
-
}>;
|
105
|
-
messages: readonly import("../..").ThreadMessage[];
|
106
|
-
suggestions: readonly import("../..").ThreadSuggestion[];
|
107
|
-
extras: unknown;
|
108
|
-
speech: Readonly<{
|
109
|
-
messageId: string;
|
110
|
-
status: import("../..").SpeechSynthesisAdapter.Status;
|
111
|
-
}> | undefined;
|
112
|
-
}> | null;
|
34
|
+
}): ThreadState | null;
|
113
35
|
<TSelected>(options: {
|
114
36
|
optional: true;
|
115
|
-
selector?: (state:
|
116
|
-
threadId: string;
|
117
|
-
metadata: Readonly<{
|
118
|
-
threadId: string;
|
119
|
-
state: "archived" | "regular" | "new" | "deleted";
|
120
|
-
title?: string | undefined;
|
121
|
-
}>;
|
122
|
-
isDisabled: boolean;
|
123
|
-
isRunning: boolean;
|
124
|
-
capabilities: Readonly<{
|
125
|
-
switchToBranch: boolean;
|
126
|
-
edit: boolean;
|
127
|
-
reload: boolean;
|
128
|
-
cancel: boolean;
|
129
|
-
unstable_copy: boolean;
|
130
|
-
speech: boolean;
|
131
|
-
attachments: boolean;
|
132
|
-
feedback: boolean;
|
133
|
-
}>;
|
134
|
-
messages: readonly import("../..").ThreadMessage[];
|
135
|
-
suggestions: readonly import("../..").ThreadSuggestion[];
|
136
|
-
extras: unknown;
|
137
|
-
speech: Readonly<{
|
138
|
-
messageId: string;
|
139
|
-
status: import("../..").SpeechSynthesisAdapter.Status;
|
140
|
-
}> | undefined;
|
141
|
-
}>) => TSelected;
|
37
|
+
selector?: (state: ThreadState) => TSelected;
|
142
38
|
}): TSelected | null;
|
143
39
|
};
|
144
40
|
export declare const useThreadComposer: {
|
@@ -153,44 +49,20 @@ export declare const useThreadComposer: {
|
|
153
49
|
}): TSelected | null;
|
154
50
|
};
|
155
51
|
export declare const useThreadViewport: {
|
156
|
-
():
|
157
|
-
|
158
|
-
scrollToBottom: () => void;
|
159
|
-
onScrollToBottom: (callback: () => void) => import("../..").Unsubscribe;
|
160
|
-
}>;
|
161
|
-
<TSelected>(selector: (state: Readonly<{
|
162
|
-
isAtBottom: boolean;
|
163
|
-
scrollToBottom: () => void;
|
164
|
-
onScrollToBottom: (callback: () => void) => import("../..").Unsubscribe;
|
165
|
-
}>) => TSelected): TSelected;
|
52
|
+
(): ThreadViewportState;
|
53
|
+
<TSelected>(selector: (state: ThreadViewportState) => TSelected): TSelected;
|
166
54
|
(options: {
|
167
55
|
optional: true;
|
168
|
-
}):
|
169
|
-
isAtBottom: boolean;
|
170
|
-
scrollToBottom: () => void;
|
171
|
-
onScrollToBottom: (callback: () => void) => import("../..").Unsubscribe;
|
172
|
-
}> | null;
|
56
|
+
}): ThreadViewportState | null;
|
173
57
|
<TSelected>(options: {
|
174
58
|
optional: true;
|
175
|
-
selector?: (state:
|
176
|
-
isAtBottom: boolean;
|
177
|
-
scrollToBottom: () => void;
|
178
|
-
onScrollToBottom: (callback: () => void) => import("../..").Unsubscribe;
|
179
|
-
}>) => TSelected;
|
59
|
+
selector?: (state: ThreadViewportState) => TSelected;
|
180
60
|
}): TSelected | null;
|
181
61
|
}, useThreadViewportStore: {
|
182
|
-
(): ReadonlyStore<
|
183
|
-
isAtBottom: boolean;
|
184
|
-
scrollToBottom: () => void;
|
185
|
-
onScrollToBottom: (callback: () => void) => import("../..").Unsubscribe;
|
186
|
-
}>>;
|
62
|
+
(): ReadonlyStore<ThreadViewportState>;
|
187
63
|
(options: {
|
188
64
|
optional: true;
|
189
|
-
}): ReadonlyStore<
|
190
|
-
isAtBottom: boolean;
|
191
|
-
scrollToBottom: () => void;
|
192
|
-
onScrollToBottom: (callback: () => void) => import("../..").Unsubscribe;
|
193
|
-
}>> | null;
|
65
|
+
}): ReadonlyStore<ThreadViewportState> | null;
|
194
66
|
};
|
195
67
|
export declare function useThreadModelConfig(options?: {
|
196
68
|
optional?: false | undefined;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ThreadContext.d.ts","sourceRoot":"","sources":["../../../src/context/react/ThreadContext.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AACpE,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAGxC,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AACxD,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1C,OAAO,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;AAEhE,MAAM,MAAM,kBAAkB,GAAG;IAC/B,SAAS,EAAE,aAAa,CAAC,aAAa,CAAC,WAAW,CAAC,CAAC,CAAC;IACrD,gBAAgB,EAAE,aAAa,CAAC,aAAa,CAAC,aAAa,CAAC,CAAC,CAAC;IAC9D,WAAW,EAAE,aAAa,CAAC,aAAa,CAAC,mBAAmB,CAAC,CAAC,CAAC;IAC/D,WAAW,EAAE,aAAa,CAAC,aAAa,CAAC,mBAAmB,CAAC,CAAC,CAAC;CAChE,CAAC;AAEF,eAAO,MAAM,aAAa,oDAAiD,CAAC;AAE5E,eAAO,MAAM,gBAAgB;;;;;;;CAG5B,CAAC;AAEF,wBAAgB,gBAAgB,CAAC,OAAO,CAAC,EAAE;IACzC,QAAQ,CAAC,EAAE,KAAK,GAAG,SAAS,CAAC;CAC9B,GAAG,aAAa,CAAC;AAClB,wBAAgB,gBAAgB,CAAC,OAAO,CAAC,EAAE;IACzC,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;CAChC,GAAG,aAAa,GAAG,IAAI,CAAC;AAOzB,eAAO,MAAQ,SAAS
|
1
|
+
{"version":3,"file":"ThreadContext.d.ts","sourceRoot":"","sources":["../../../src/context/react/ThreadContext.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AACpE,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAGxC,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AACxD,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1C,OAAO,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;AAEhE,MAAM,MAAM,kBAAkB,GAAG;IAC/B,SAAS,EAAE,aAAa,CAAC,aAAa,CAAC,WAAW,CAAC,CAAC,CAAC;IACrD,gBAAgB,EAAE,aAAa,CAAC,aAAa,CAAC,aAAa,CAAC,CAAC,CAAC;IAC9D,WAAW,EAAE,aAAa,CAAC,aAAa,CAAC,mBAAmB,CAAC,CAAC,CAAC;IAC/D,WAAW,EAAE,aAAa,CAAC,aAAa,CAAC,mBAAmB,CAAC,CAAC,CAAC;CAChE,CAAC;AAEF,eAAO,MAAM,aAAa,oDAAiD,CAAC;AAE5E,eAAO,MAAM,gBAAgB;;;;;;;CAG5B,CAAC;AAEF,wBAAgB,gBAAgB,CAAC,OAAO,CAAC,EAAE;IACzC,QAAQ,CAAC,EAAE,KAAK,GAAG,SAAS,CAAC;CAC9B,GAAG,aAAa,CAAC;AAClB,wBAAgB,gBAAgB,CAAC,OAAO,CAAC,EAAE;IACzC,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;CAChC,GAAG,aAAa,GAAG,IAAI,CAAC;AAOzB,eAAO,MAAQ,SAAS;;;;;;;;;;CAGvB,CAAC;AAEF,eAAO,MAAqB,iBAAiB;;;;;;;;;;CAG5C,CAAC;AAEF,eAAO,MACQ,iBAAiB;;;;;;;;;;GACZ,sBAAsB;;;;;CACiB,CAAC;AAE5D,wBAAgB,oBAAoB,CAAC,OAAO,CAAC,EAAE;IAC7C,QAAQ,CAAC,EAAE,KAAK,GAAG,SAAS,CAAC;CAC9B,GAAG,WAAW,CAAC;AAChB,wBAAgB,oBAAoB,CAAC,OAAO,CAAC,EAAE;IAC7C,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;CAChC,GAAG,WAAW,GAAG,IAAI,CAAC"}
|
@@ -1,11 +1,14 @@
|
|
1
1
|
import type { ToolCallContentPartComponent } from "../../types/ContentPartComponentTypes";
|
2
2
|
import { Unsubscribe } from "../../types";
|
3
|
-
export type AssistantToolUIsState =
|
3
|
+
export type AssistantToolUIsState = {
|
4
|
+
/**
|
5
|
+
* Get the tool UI configured for a given tool name.
|
6
|
+
*/
|
4
7
|
getToolUI: (toolName: string) => ToolCallContentPartComponent | null;
|
8
|
+
/**
|
9
|
+
* Registers a tool UI for a given tool name. Returns an unsubscribe function to remove the tool UI.
|
10
|
+
*/
|
5
11
|
setToolUI: (toolName: string, render: ToolCallContentPartComponent) => Unsubscribe;
|
6
|
-
}
|
7
|
-
export declare const makeAssistantToolUIsStore: () => import("zustand").UseBoundStore<import("zustand").StoreApi<
|
8
|
-
getToolUI: (toolName: string) => ToolCallContentPartComponent | null;
|
9
|
-
setToolUI: (toolName: string, render: ToolCallContentPartComponent) => Unsubscribe;
|
10
|
-
}>>>;
|
12
|
+
};
|
13
|
+
export declare const makeAssistantToolUIsStore: () => import("zustand").UseBoundStore<import("zustand").StoreApi<AssistantToolUIsState>>;
|
11
14
|
//# sourceMappingURL=AssistantToolUIs.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"AssistantToolUIs.d.ts","sourceRoot":"","sources":["../../../src/context/stores/AssistantToolUIs.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,uCAAuC,CAAC;AAC1F,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAE1C,MAAM,MAAM,qBAAqB,GAAG
|
1
|
+
{"version":3,"file":"AssistantToolUIs.d.ts","sourceRoot":"","sources":["../../../src/context/stores/AssistantToolUIs.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,uCAAuC,CAAC;AAC1F,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAE1C,MAAM,MAAM,qBAAqB,GAAG;IAClC;;OAEG;IACH,SAAS,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,4BAA4B,GAAG,IAAI,CAAC;IAErE;;OAEG;IACH,SAAS,EAAE,CACT,QAAQ,EAAE,MAAM,EAChB,MAAM,EAAE,4BAA4B,KACjC,WAAW,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,yBAAyB,0FA+BlC,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../src/context/stores/AssistantToolUIs.ts"],"sourcesContent":["\"use client\";\n\nimport { create } from \"zustand\";\nimport type { ToolCallContentPartComponent } from \"../../types/ContentPartComponentTypes\";\nimport { Unsubscribe } from \"../../types\";\n\nexport type AssistantToolUIsState =
|
1
|
+
{"version":3,"sources":["../../../src/context/stores/AssistantToolUIs.ts"],"sourcesContent":["\"use client\";\n\nimport { create } from \"zustand\";\nimport type { ToolCallContentPartComponent } from \"../../types/ContentPartComponentTypes\";\nimport { Unsubscribe } from \"../../types\";\n\nexport type AssistantToolUIsState = {\n /**\n * Get the tool UI configured for a given tool name.\n */\n getToolUI: (toolName: string) => ToolCallContentPartComponent | null;\n\n /**\n * Registers a tool UI for a given tool name. Returns an unsubscribe function to remove the tool UI.\n */\n setToolUI: (\n toolName: string,\n render: ToolCallContentPartComponent,\n ) => Unsubscribe;\n};\n\nexport const makeAssistantToolUIsStore = () =>\n create<AssistantToolUIsState>((set) => {\n const renderers = new Map<string, ToolCallContentPartComponent[]>();\n\n return Object.freeze({\n getToolUI: (name) => {\n const arr = renderers.get(name);\n const last = arr?.at(-1);\n if (last) return last;\n return null;\n },\n setToolUI: (name, render) => {\n let arr = renderers.get(name);\n if (!arr) {\n arr = [];\n renderers.set(name, arr);\n }\n arr.push(render);\n set({}); // notify the store listeners\n\n return () => {\n const index = arr.indexOf(render);\n if (index !== -1) {\n arr.splice(index, 1);\n }\n if (index === arr.length) {\n set({}); // notify the store listeners\n }\n };\n },\n }) satisfies AssistantToolUIsState;\n });\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAEA,qBAAuB;AAmBhB,IAAM,4BAA4B,UACvC,uBAA8B,CAAC,QAAQ;AACrC,QAAM,YAAY,oBAAI,IAA4C;AAElE,SAAO,OAAO,OAAO;AAAA,IACnB,WAAW,CAAC,SAAS;AACnB,YAAM,MAAM,UAAU,IAAI,IAAI;AAC9B,YAAM,OAAO,KAAK,GAAG,EAAE;AACvB,UAAI,KAAM,QAAO;AACjB,aAAO;AAAA,IACT;AAAA,IACA,WAAW,CAAC,MAAM,WAAW;AAC3B,UAAI,MAAM,UAAU,IAAI,IAAI;AAC5B,UAAI,CAAC,KAAK;AACR,cAAM,CAAC;AACP,kBAAU,IAAI,MAAM,GAAG;AAAA,MACzB;AACA,UAAI,KAAK,MAAM;AACf,UAAI,CAAC,CAAC;AAEN,aAAO,MAAM;AACX,cAAM,QAAQ,IAAI,QAAQ,MAAM;AAChC,YAAI,UAAU,IAAI;AAChB,cAAI,OAAO,OAAO,CAAC;AAAA,QACrB;AACA,YAAI,UAAU,IAAI,QAAQ;AACxB,cAAI,CAAC,CAAC;AAAA,QACR;AAAA,MACF;AAAA,IACF;AAAA,EACF,CAAC;AACH,CAAC;","names":[]}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../src/context/stores/AssistantToolUIs.ts"],"sourcesContent":["\"use client\";\n\nimport { create } from \"zustand\";\nimport type { ToolCallContentPartComponent } from \"../../types/ContentPartComponentTypes\";\nimport { Unsubscribe } from \"../../types\";\n\nexport type AssistantToolUIsState =
|
1
|
+
{"version":3,"sources":["../../../src/context/stores/AssistantToolUIs.ts"],"sourcesContent":["\"use client\";\n\nimport { create } from \"zustand\";\nimport type { ToolCallContentPartComponent } from \"../../types/ContentPartComponentTypes\";\nimport { Unsubscribe } from \"../../types\";\n\nexport type AssistantToolUIsState = {\n /**\n * Get the tool UI configured for a given tool name.\n */\n getToolUI: (toolName: string) => ToolCallContentPartComponent | null;\n\n /**\n * Registers a tool UI for a given tool name. Returns an unsubscribe function to remove the tool UI.\n */\n setToolUI: (\n toolName: string,\n render: ToolCallContentPartComponent,\n ) => Unsubscribe;\n};\n\nexport const makeAssistantToolUIsStore = () =>\n create<AssistantToolUIsState>((set) => {\n const renderers = new Map<string, ToolCallContentPartComponent[]>();\n\n return Object.freeze({\n getToolUI: (name) => {\n const arr = renderers.get(name);\n const last = arr?.at(-1);\n if (last) return last;\n return null;\n },\n setToolUI: (name, render) => {\n let arr = renderers.get(name);\n if (!arr) {\n arr = [];\n renderers.set(name, arr);\n }\n arr.push(render);\n set({}); // notify the store listeners\n\n return () => {\n const index = arr.indexOf(render);\n if (index !== -1) {\n arr.splice(index, 1);\n }\n if (index === arr.length) {\n set({}); // notify the store listeners\n }\n };\n },\n }) satisfies AssistantToolUIsState;\n });\n"],"mappings":";;;AAEA,SAAS,cAAc;AAmBhB,IAAM,4BAA4B,MACvC,OAA8B,CAAC,QAAQ;AACrC,QAAM,YAAY,oBAAI,IAA4C;AAElE,SAAO,OAAO,OAAO;AAAA,IACnB,WAAW,CAAC,SAAS;AACnB,YAAM,MAAM,UAAU,IAAI,IAAI;AAC9B,YAAM,OAAO,KAAK,GAAG,EAAE;AACvB,UAAI,KAAM,QAAO;AACjB,aAAO;AAAA,IACT;AAAA,IACA,WAAW,CAAC,MAAM,WAAW;AAC3B,UAAI,MAAM,UAAU,IAAI,IAAI;AAC5B,UAAI,CAAC,KAAK;AACR,cAAM,CAAC;AACP,kBAAU,IAAI,MAAM,GAAG;AAAA,MACzB;AACA,UAAI,KAAK,MAAM;AACf,UAAI,CAAC,CAAC;AAEN,aAAO,MAAM;AACX,cAAM,QAAQ,IAAI,QAAQ,MAAM;AAChC,YAAI,UAAU,IAAI;AAChB,cAAI,OAAO,OAAO,CAAC;AAAA,QACrB;AACA,YAAI,UAAU,IAAI,QAAQ;AACxB,cAAI,CAAC,CAAC;AAAA,QACR;AAAA,MACF;AAAA,IACF;AAAA,EACF,CAAC;AACH,CAAC;","names":[]}
|
@@ -1,13 +1,8 @@
|
|
1
|
-
export type MessageUtilsState =
|
2
|
-
isCopied: boolean;
|
3
|
-
setIsCopied: (value: boolean) => void;
|
4
|
-
isHovering: boolean;
|
5
|
-
setIsHovering: (value: boolean) => void;
|
6
|
-
}
|
7
|
-
export declare const makeMessageUtilsStore: () => import("zustand").UseBoundStore<import("zustand").StoreApi<
|
8
|
-
isCopied: boolean;
|
9
|
-
setIsCopied: (value: boolean) => void;
|
10
|
-
isHovering: boolean;
|
11
|
-
setIsHovering: (value: boolean) => void;
|
12
|
-
}>>>;
|
1
|
+
export type MessageUtilsState = {
|
2
|
+
readonly isCopied: boolean;
|
3
|
+
readonly setIsCopied: (value: boolean) => void;
|
4
|
+
readonly isHovering: boolean;
|
5
|
+
readonly setIsHovering: (value: boolean) => void;
|
6
|
+
};
|
7
|
+
export declare const makeMessageUtilsStore: () => import("zustand").UseBoundStore<import("zustand").StoreApi<MessageUtilsState>>;
|
13
8
|
//# sourceMappingURL=MessageUtils.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"MessageUtils.d.ts","sourceRoot":"","sources":["../../../src/context/stores/MessageUtils.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,iBAAiB,GAAG,QAAQ,CAAC
|
1
|
+
{"version":3,"file":"MessageUtils.d.ts","sourceRoot":"","sources":["../../../src/context/stores/MessageUtils.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,iBAAiB,GAAG;IAC9B,QAAQ,CAAC,QAAQ,EAAE,OAAO,CAAC;IAC3B,QAAQ,CAAC,WAAW,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IAE/C,QAAQ,CAAC,UAAU,EAAE,OAAO,CAAC;IAC7B,QAAQ,CAAC,aAAa,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;CAClD,CAAC;AAEF,eAAO,MAAM,qBAAqB,sFAY9B,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../src/context/stores/MessageUtils.ts"],"sourcesContent":["import { create } from \"zustand\";\n\nexport type MessageUtilsState =
|
1
|
+
{"version":3,"sources":["../../../src/context/stores/MessageUtils.ts"],"sourcesContent":["import { create } from \"zustand\";\n\nexport type MessageUtilsState = {\n readonly isCopied: boolean;\n readonly setIsCopied: (value: boolean) => void;\n\n readonly isHovering: boolean;\n readonly setIsHovering: (value: boolean) => void;\n};\n\nexport const makeMessageUtilsStore = () =>\n create<MessageUtilsState>((set) => {\n return {\n isCopied: false,\n setIsCopied: (value) => {\n set({ isCopied: value });\n },\n isHovering: false,\n setIsHovering: (value) => {\n set({ isHovering: value });\n },\n };\n });\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,qBAAuB;AAUhB,IAAM,wBAAwB,UACnC,uBAA0B,CAAC,QAAQ;AACjC,SAAO;AAAA,IACL,UAAU;AAAA,IACV,aAAa,CAAC,UAAU;AACtB,UAAI,EAAE,UAAU,MAAM,CAAC;AAAA,IACzB;AAAA,IACA,YAAY;AAAA,IACZ,eAAe,CAAC,UAAU;AACxB,UAAI,EAAE,YAAY,MAAM,CAAC;AAAA,IAC3B;AAAA,EACF;AACF,CAAC;","names":[]}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../src/context/stores/MessageUtils.ts"],"sourcesContent":["import { create } from \"zustand\";\n\nexport type MessageUtilsState =
|
1
|
+
{"version":3,"sources":["../../../src/context/stores/MessageUtils.ts"],"sourcesContent":["import { create } from \"zustand\";\n\nexport type MessageUtilsState = {\n readonly isCopied: boolean;\n readonly setIsCopied: (value: boolean) => void;\n\n readonly isHovering: boolean;\n readonly setIsHovering: (value: boolean) => void;\n};\n\nexport const makeMessageUtilsStore = () =>\n create<MessageUtilsState>((set) => {\n return {\n isCopied: false,\n setIsCopied: (value) => {\n set({ isCopied: value });\n },\n isHovering: false,\n setIsHovering: (value) => {\n set({ isHovering: value });\n },\n };\n });\n"],"mappings":";AAAA,SAAS,cAAc;AAUhB,IAAM,wBAAwB,MACnC,OAA0B,CAAC,QAAQ;AACjC,SAAO;AAAA,IACL,UAAU;AAAA,IACV,aAAa,CAAC,UAAU;AACtB,UAAI,EAAE,UAAU,MAAM,CAAC;AAAA,IACzB;AAAA,IACA,YAAY;AAAA,IACZ,eAAe,CAAC,UAAU;AACxB,UAAI,EAAE,YAAY,MAAM,CAAC;AAAA,IAC3B;AAAA,EACF;AACF,CAAC;","names":[]}
|
@@ -1,12 +1,8 @@
|
|
1
1
|
import type { Unsubscribe } from "../../types/Unsubscribe";
|
2
|
-
export type ThreadViewportState =
|
3
|
-
isAtBottom: boolean;
|
4
|
-
scrollToBottom: () => void;
|
5
|
-
onScrollToBottom: (callback: () => void) => Unsubscribe;
|
6
|
-
}
|
7
|
-
export declare const makeThreadViewportStore: () => import("zustand").UseBoundStore<import("zustand").StoreApi<
|
8
|
-
isAtBottom: boolean;
|
9
|
-
scrollToBottom: () => void;
|
10
|
-
onScrollToBottom: (callback: () => void) => Unsubscribe;
|
11
|
-
}>>>;
|
2
|
+
export type ThreadViewportState = {
|
3
|
+
readonly isAtBottom: boolean;
|
4
|
+
readonly scrollToBottom: () => void;
|
5
|
+
readonly onScrollToBottom: (callback: () => void) => Unsubscribe;
|
6
|
+
};
|
7
|
+
export declare const makeThreadViewportStore: () => import("zustand").UseBoundStore<import("zustand").StoreApi<ThreadViewportState>>;
|
12
8
|
//# sourceMappingURL=ThreadViewport.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ThreadViewport.d.ts","sourceRoot":"","sources":["../../../src/context/stores/ThreadViewport.tsx"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"ThreadViewport.d.ts","sourceRoot":"","sources":["../../../src/context/stores/ThreadViewport.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAE3D,MAAM,MAAM,mBAAmB,GAAG;IAChC,QAAQ,CAAC,UAAU,EAAE,OAAO,CAAC;IAC7B,QAAQ,CAAC,cAAc,EAAE,MAAM,IAAI,CAAC;IACpC,QAAQ,CAAC,gBAAgB,EAAE,CAAC,QAAQ,EAAE,MAAM,IAAI,KAAK,WAAW,CAAC;CAClE,CAAC;AAEF,eAAO,MAAM,uBAAuB,wFAiBnC,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../src/context/stores/ThreadViewport.tsx"],"sourcesContent":["
|
1
|
+
{"version":3,"sources":["../../../src/context/stores/ThreadViewport.tsx"],"sourcesContent":["import { create } from \"zustand\";\nimport type { Unsubscribe } from \"../../types/Unsubscribe\";\n\nexport type ThreadViewportState = {\n readonly isAtBottom: boolean;\n readonly scrollToBottom: () => void;\n readonly onScrollToBottom: (callback: () => void) => Unsubscribe;\n};\n\nexport const makeThreadViewportStore = () => {\n const scrollToBottomListeners = new Set<() => void>();\n\n return create<ThreadViewportState>(() => ({\n isAtBottom: true,\n scrollToBottom: () => {\n for (const listener of scrollToBottomListeners) {\n listener();\n }\n },\n onScrollToBottom: (callback) => {\n scrollToBottomListeners.add(callback);\n return () => {\n scrollToBottomListeners.delete(callback);\n };\n },\n }));\n};\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,qBAAuB;AAShB,IAAM,0BAA0B,MAAM;AAC3C,QAAM,0BAA0B,oBAAI,IAAgB;AAEpD,aAAO,uBAA4B,OAAO;AAAA,IACxC,YAAY;AAAA,IACZ,gBAAgB,MAAM;AACpB,iBAAW,YAAY,yBAAyB;AAC9C,iBAAS;AAAA,MACX;AAAA,IACF;AAAA,IACA,kBAAkB,CAAC,aAAa;AAC9B,8BAAwB,IAAI,QAAQ;AACpC,aAAO,MAAM;AACX,gCAAwB,OAAO,QAAQ;AAAA,MACzC;AAAA,IACF;AAAA,EACF,EAAE;AACJ;","names":[]}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../src/context/stores/ThreadViewport.tsx"],"sourcesContent":["
|
1
|
+
{"version":3,"sources":["../../../src/context/stores/ThreadViewport.tsx"],"sourcesContent":["import { create } from \"zustand\";\nimport type { Unsubscribe } from \"../../types/Unsubscribe\";\n\nexport type ThreadViewportState = {\n readonly isAtBottom: boolean;\n readonly scrollToBottom: () => void;\n readonly onScrollToBottom: (callback: () => void) => Unsubscribe;\n};\n\nexport const makeThreadViewportStore = () => {\n const scrollToBottomListeners = new Set<() => void>();\n\n return create<ThreadViewportState>(() => ({\n isAtBottom: true,\n scrollToBottom: () => {\n for (const listener of scrollToBottomListeners) {\n listener();\n }\n },\n onScrollToBottom: (callback) => {\n scrollToBottomListeners.add(callback);\n return () => {\n scrollToBottomListeners.delete(callback);\n };\n },\n }));\n};\n"],"mappings":";AAAA,SAAS,cAAc;AAShB,IAAM,0BAA0B,MAAM;AAC3C,QAAM,0BAA0B,oBAAI,IAAgB;AAEpD,SAAO,OAA4B,OAAO;AAAA,IACxC,YAAY;AAAA,IACZ,gBAAgB,MAAM;AACpB,iBAAW,YAAY,yBAAyB;AAC9C,iBAAS;AAAA,MACX;AAAA,IACF;AAAA,IACA,kBAAkB,CAAC,aAAa;AAC9B,8BAAwB,IAAI,QAAQ;AACpC,aAAO,MAAM;AACX,gCAAwB,OAAO,QAAQ;AAAA,MACzC;AAAA,IACF;AAAA,EACF,EAAE;AACJ;","names":[]}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { UIContentPart } from "../../types";
|
2
2
|
export declare const useContentPartDisplay: () => UIContentPart & {
|
3
|
-
status: import("../../types/AssistantTypes").ContentPartStatus | import("../../types/AssistantTypes").ToolCallContentPartStatus;
|
3
|
+
readonly status: import("../../types/AssistantTypes").ContentPartStatus | import("../../types/AssistantTypes").ToolCallContentPartStatus;
|
4
4
|
};
|
5
5
|
//# sourceMappingURL=useContentPartDisplay.d.ts.map
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { ImageContentPart } from "../../types";
|
2
2
|
export declare const useContentPartImage: () => ImageContentPart & {
|
3
|
-
status: import("../../types/AssistantTypes").ContentPartStatus | import("../../types/AssistantTypes").ToolCallContentPartStatus;
|
3
|
+
readonly status: import("../../types/AssistantTypes").ContentPartStatus | import("../../types/AssistantTypes").ToolCallContentPartStatus;
|
4
4
|
};
|
5
5
|
//# sourceMappingURL=useContentPartImage.d.ts.map
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { TextContentPart } from "../../types";
|
2
2
|
export declare const useContentPartText: () => TextContentPart & {
|
3
|
-
status: import("../../types/AssistantTypes").ContentPartStatus | import("../../types/AssistantTypes").ToolCallContentPartStatus;
|
3
|
+
readonly status: import("../../types/AssistantTypes").ContentPartStatus | import("../../types/AssistantTypes").ToolCallContentPartStatus;
|
4
4
|
};
|
5
5
|
//# sourceMappingURL=useContentPartText.d.ts.map
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import type { ModelConfigProvider, AppendMessage, Unsubscribe } from "../../types";
|
2
2
|
import { ExportedMessageRepository, MessageRepository } from "../utils/MessageRepository";
|
3
3
|
import { DefaultThreadComposerRuntimeCore } from "../composer/DefaultThreadComposerRuntimeCore";
|
4
|
-
import { AddToolResultOptions, ThreadSuggestion, SubmitFeedbackOptions, ThreadRuntimeCore, SpeechState, RuntimeCapabilities, ThreadRuntimeEventType, ThreadMetadataRuntimeCore } from "../core/ThreadRuntimeCore";
|
4
|
+
import { AddToolResultOptions, ThreadSuggestion, SubmitFeedbackOptions, ThreadRuntimeCore, SpeechState, RuntimeCapabilities, SubmittedFeedback, ThreadRuntimeEventType, ThreadMetadataRuntimeCore } from "../core/ThreadRuntimeCore";
|
5
5
|
import { DefaultEditComposerRuntimeCore } from "../composer/DefaultEditComposerRuntimeCore";
|
6
6
|
import { SpeechSynthesisAdapter } from "../speech/SpeechAdapterTypes";
|
7
7
|
import { FeedbackAdapter } from "../feedback/FeedbackAdapter";
|
@@ -43,9 +43,7 @@ export declare abstract class BaseThreadRuntimeCore implements ThreadRuntimeCore
|
|
43
43
|
_notifyEventSubscribers(event: ThreadRuntimeEventType): void;
|
44
44
|
subscribe(callback: () => void): Unsubscribe;
|
45
45
|
private _submittedFeedback;
|
46
|
-
getSubmittedFeedback(messageId: string):
|
47
|
-
type: "negative" | "positive";
|
48
|
-
}> | undefined;
|
46
|
+
getSubmittedFeedback(messageId: string): SubmittedFeedback | undefined;
|
49
47
|
submitFeedback({ messageId, type }: SubmitFeedbackOptions): void;
|
50
48
|
private _stopSpeaking;
|
51
49
|
speech: SpeechState | undefined;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"BaseThreadRuntimeCore.d.ts","sourceRoot":"","sources":["../../../src/runtimes/core/BaseThreadRuntimeCore.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,mBAAmB,EACnB,aAAa,EACb,WAAW,EACZ,MAAM,aAAa,CAAC;AACrB,OAAO,EACL,yBAAyB,EACzB,iBAAiB,EAClB,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,gCAAgC,EAAE,MAAM,8CAA8C,CAAC;AAChG,OAAO,EACL,oBAAoB,EACpB,gBAAgB,EAChB,qBAAqB,EACrB,iBAAiB,EACjB,WAAW,EACX,mBAAmB,
|
1
|
+
{"version":3,"file":"BaseThreadRuntimeCore.d.ts","sourceRoot":"","sources":["../../../src/runtimes/core/BaseThreadRuntimeCore.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,mBAAmB,EACnB,aAAa,EACb,WAAW,EACZ,MAAM,aAAa,CAAC;AACrB,OAAO,EACL,yBAAyB,EACzB,iBAAiB,EAClB,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,gCAAgC,EAAE,MAAM,8CAA8C,CAAC;AAChG,OAAO,EACL,oBAAoB,EACpB,gBAAgB,EAChB,qBAAqB,EACrB,iBAAiB,EACjB,WAAW,EACX,mBAAmB,EACnB,iBAAiB,EACjB,sBAAsB,EACtB,yBAAyB,EAC1B,MAAM,2BAA2B,CAAC;AACnC,OAAO,EAAE,8BAA8B,EAAE,MAAM,4CAA4C,CAAC;AAC5F,OAAO,EAAE,sBAAsB,EAAE,MAAM,8BAA8B,CAAC;AACtE,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAC;AAGlD,KAAK,kBAAkB,GAAG;IACxB,MAAM,CAAC,EAAE,sBAAsB,GAAG,SAAS,CAAC;IAC5C,QAAQ,CAAC,EAAE,eAAe,GAAG,SAAS,CAAC;IACvC,WAAW,CAAC,EAAE,iBAAiB,GAAG,SAAS,CAAC;CAC7C,CAAC;AAEF,8BAAsB,qBAAsB,YAAW,iBAAiB;IA0BpE,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,QAAQ,CAAC,SAAS;IA1B5B,OAAO,CAAC,cAAc,CAAyB;IAE/C,SAAS,CAAC,QAAQ,CAAC,UAAU,oBAA2B;IACxD,aAAoB,QAAQ,IAAI,kBAAkB,GAAG,SAAS,CAAC;IAC/D,aAAoB,UAAU,IAAI,OAAO,CAAC;IAC1C,aAAoB,WAAW,IAAI,SAAS,gBAAgB,EAAE,CAAC;IAC/D,aAAoB,MAAM,IAAI,OAAO,CAAC;IAEtC,aAAoB,YAAY,IAAI,mBAAmB,CAAC;aACxC,MAAM,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;aACpC,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI;aACvC,aAAa,CAAC,OAAO,EAAE,oBAAoB,GAAG,IAAI;aAClD,SAAS,IAAI,IAAI;IAEjC,IAAW,QAAQ,8BAElB;IAED,IAAW,QAAQ,oCAElB;IAED,SAAgB,QAAQ,mCAA8C;gBAGnD,eAAe,EAAE,mBAAmB,EACpC,SAAS,EAAE,yBAAyB;IAGhD,cAAc;IAIrB,OAAO,CAAC,cAAc,CAAqD;IACpE,eAAe,CAAC,SAAS,EAAE,MAAM;IAGjC,SAAS,CAAC,SAAS,EAAE,MAAM;IAe3B,cAAc,CAAC,SAAS,EAAE,MAAM;;;;IAIhC,WAAW,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM,EAAE;IAIxC,cAAc,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI;IAK7C,SAAS,CAAC,kBAAkB;IAIrB,uBAAuB,CAAC,KAAK,EAAE,sBAAsB;IAOrD,SAAS,CAAC,QAAQ,EAAE,MAAM,IAAI,GAAG,WAAW;IAKnD,OAAO,CAAC,kBAAkB,CAAyC;IAE5D,oBAAoB,CAAC,SAAS,EAAE,MAAM;IAItC,cAAc,CAAC,EAAE,SAAS,EAAE,IAAI,EAAE,EAAE,qBAAqB;IAWhE,OAAO,CAAC,aAAa,CAA0B;IACxC,MAAM,EAAE,WAAW,GAAG,SAAS,CAAC;IAEhC,KAAK,CAAC,SAAS,EAAE,MAAM;IA8BvB,YAAY;IAMZ,MAAM;IAIN,MAAM,CAAC,IAAI,EAAE,yBAAyB;IAK7C,OAAO,CAAC,iBAAiB,CAAsC;IAExD,WAAW,CAAC,KAAK,EAAE,sBAAsB,EAAE,QAAQ,EAAE,MAAM,IAAI;CAiBvE"}
|
@@ -3,16 +3,16 @@ import type { Unsubscribe } from "../../types/Unsubscribe";
|
|
3
3
|
import { SpeechSynthesisAdapter } from "../speech/SpeechAdapterTypes";
|
4
4
|
import { ExportedMessageRepository } from "../utils/MessageRepository";
|
5
5
|
import { ComposerRuntimeCore, ThreadComposerRuntimeCore } from "./ComposerRuntimeCore";
|
6
|
-
export type RuntimeCapabilities =
|
7
|
-
switchToBranch: boolean;
|
8
|
-
edit: boolean;
|
9
|
-
reload: boolean;
|
10
|
-
cancel: boolean;
|
11
|
-
unstable_copy: boolean;
|
12
|
-
speech: boolean;
|
13
|
-
attachments: boolean;
|
14
|
-
feedback: boolean;
|
15
|
-
}
|
6
|
+
export type RuntimeCapabilities = {
|
7
|
+
readonly switchToBranch: boolean;
|
8
|
+
readonly edit: boolean;
|
9
|
+
readonly reload: boolean;
|
10
|
+
readonly cancel: boolean;
|
11
|
+
readonly unstable_copy: boolean;
|
12
|
+
readonly speech: boolean;
|
13
|
+
readonly attachments: boolean;
|
14
|
+
readonly feedback: boolean;
|
15
|
+
};
|
16
16
|
export type AddToolResultOptions = {
|
17
17
|
messageId: string;
|
18
18
|
toolName: string;
|
@@ -26,27 +26,27 @@ export type SubmitFeedbackOptions = {
|
|
26
26
|
export type ThreadSuggestion = {
|
27
27
|
prompt: string;
|
28
28
|
};
|
29
|
-
export type SpeechState =
|
30
|
-
messageId: string;
|
31
|
-
status: SpeechSynthesisAdapter.Status;
|
32
|
-
}
|
33
|
-
export type SubmittedFeedback =
|
34
|
-
type: "negative" | "positive";
|
35
|
-
}
|
29
|
+
export type SpeechState = {
|
30
|
+
readonly messageId: string;
|
31
|
+
readonly status: SpeechSynthesisAdapter.Status;
|
32
|
+
};
|
33
|
+
export type SubmittedFeedback = {
|
34
|
+
readonly type: "negative" | "positive";
|
35
|
+
};
|
36
36
|
export type ThreadMetadata = Readonly<{
|
37
|
-
threadId: string;
|
38
|
-
state: "archived" | "regular" | "new" | "deleted";
|
39
|
-
title?: string | undefined;
|
37
|
+
readonly threadId: string;
|
38
|
+
readonly state: "archived" | "regular" | "new" | "deleted";
|
39
|
+
readonly title?: string | undefined;
|
40
40
|
}>;
|
41
41
|
export type ThreadRuntimeEventType = "switched-to" | "switched-away" | "run-start" | "model-config-update";
|
42
|
-
export type ThreadMetadataRuntimeCore = ThreadMetadata &
|
42
|
+
export type ThreadMetadataRuntimeCore = ThreadMetadata & {
|
43
43
|
create(title?: string): Promise<void>;
|
44
44
|
rename(newTitle: string): Promise<void>;
|
45
45
|
archive(): Promise<void>;
|
46
46
|
unarchive(): Promise<void>;
|
47
47
|
delete(): Promise<void>;
|
48
48
|
subscribe(callback: () => void): Unsubscribe;
|
49
|
-
}
|
49
|
+
};
|
50
50
|
export type ThreadRuntimeCore = Readonly<{
|
51
51
|
metadata: ThreadMetadataRuntimeCore;
|
52
52
|
getMessageById: (messageId: string) => {
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ThreadRuntimeCore.d.ts","sourceRoot":"","sources":["../../../src/runtimes/core/ThreadRuntimeCore.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AACxE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAC3D,OAAO,EAAE,sBAAsB,EAAE,MAAM,8BAA8B,CAAC;AACtE,OAAO,EAAE,yBAAyB,EAAE,MAAM,4BAA4B,CAAC;AACvE,OAAO,EACL,mBAAmB,EACnB,yBAAyB,EAC1B,MAAM,uBAAuB,CAAC;AAE/B,MAAM,MAAM,mBAAmB,GAAG,QAAQ,CAAC
|
1
|
+
{"version":3,"file":"ThreadRuntimeCore.d.ts","sourceRoot":"","sources":["../../../src/runtimes/core/ThreadRuntimeCore.tsx"],"names":[],"mappings":"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"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../src/runtimes/core/ThreadRuntimeCore.tsx"],"sourcesContent":["import { AppendMessage, ModelConfig, ThreadMessage } from \"../../types\";\nimport type { Unsubscribe } from \"../../types/Unsubscribe\";\nimport { SpeechSynthesisAdapter } from \"../speech/SpeechAdapterTypes\";\nimport { ExportedMessageRepository } from \"../utils/MessageRepository\";\nimport {\n ComposerRuntimeCore,\n ThreadComposerRuntimeCore,\n} from \"./ComposerRuntimeCore\";\n\nexport type RuntimeCapabilities =
|
1
|
+
{"version":3,"sources":["../../../src/runtimes/core/ThreadRuntimeCore.tsx"],"sourcesContent":["import { AppendMessage, ModelConfig, ThreadMessage } from \"../../types\";\nimport type { Unsubscribe } from \"../../types/Unsubscribe\";\nimport { SpeechSynthesisAdapter } from \"../speech/SpeechAdapterTypes\";\nimport { ExportedMessageRepository } from \"../utils/MessageRepository\";\nimport {\n ComposerRuntimeCore,\n ThreadComposerRuntimeCore,\n} from \"./ComposerRuntimeCore\";\n\nexport type RuntimeCapabilities = {\n readonly switchToBranch: boolean;\n readonly edit: boolean;\n readonly reload: boolean;\n readonly cancel: boolean;\n readonly unstable_copy: boolean;\n readonly speech: boolean;\n readonly attachments: boolean;\n readonly feedback: boolean;\n};\n\nexport type AddToolResultOptions = {\n messageId: string;\n toolName: string;\n toolCallId: string;\n result: any;\n};\n\nexport type SubmitFeedbackOptions = {\n messageId: string;\n type: \"negative\" | \"positive\";\n};\n\nexport type ThreadSuggestion = {\n prompt: string;\n};\n\nexport type SpeechState = {\n readonly messageId: string;\n readonly status: SpeechSynthesisAdapter.Status;\n};\n\nexport type SubmittedFeedback = {\n readonly type: \"negative\" | \"positive\";\n};\n\nexport type ThreadMetadata = Readonly<{\n readonly threadId: string;\n readonly state: \"archived\" | \"regular\" | \"new\" | \"deleted\";\n readonly title?: string | undefined;\n}>;\n\nexport type ThreadRuntimeEventType =\n | \"switched-to\"\n | \"switched-away\"\n | \"run-start\"\n | \"model-config-update\";\n\nexport type ThreadMetadataRuntimeCore = ThreadMetadata & {\n create(title?: string): Promise<void>;\n rename(newTitle: string): Promise<void>;\n archive(): Promise<void>;\n unarchive(): Promise<void>;\n delete(): Promise<void>;\n subscribe(callback: () => void): Unsubscribe;\n};\n\nexport type ThreadRuntimeCore = Readonly<{\n metadata: ThreadMetadataRuntimeCore;\n\n getMessageById: (messageId: string) =>\n | {\n parentId: string | null;\n message: ThreadMessage;\n }\n | undefined;\n\n getBranches: (messageId: string) => readonly string[];\n switchToBranch: (branchId: string) => void;\n\n append: (message: AppendMessage) => void;\n startRun: (parentId: string | null) => void;\n cancelRun: () => void;\n\n addToolResult: (options: AddToolResultOptions) => void;\n\n speak: (messageId: string) => void;\n stopSpeaking: () => void;\n\n getSubmittedFeedback: (messageId: string) => SubmittedFeedback | undefined;\n submitFeedback: (feedback: SubmitFeedbackOptions) => void;\n\n getModelConfig: () => ModelConfig;\n\n composer: ThreadComposerRuntimeCore;\n getEditComposer: (messageId: string) => ComposerRuntimeCore | undefined;\n beginEdit: (messageId: string) => void;\n\n speech: SpeechState | undefined;\n\n capabilities: Readonly<RuntimeCapabilities>;\n isDisabled: boolean;\n messages: readonly ThreadMessage[];\n suggestions: readonly ThreadSuggestion[];\n extras: unknown;\n\n subscribe: (callback: () => void) => Unsubscribe;\n\n import(repository: ExportedMessageRepository): void;\n export(): ExportedMessageRepository;\n\n unstable_on(event: ThreadRuntimeEventType, callback: () => void): Unsubscribe;\n}>;\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
@@ -15,9 +15,9 @@ export declare class ExternalStoreThreadListRuntimeCore implements ThreadListRun
|
|
15
15
|
get mainThread(): ExternalStoreThreadRuntimeCore;
|
16
16
|
constructor(adapter: ExternalStoreThreadListAdapter | undefined, threadFactory: ExternalStoreThreadFactory);
|
17
17
|
getThreadMetadataById(threadId: string): Readonly<{
|
18
|
-
threadId: string;
|
19
|
-
state: "archived" | "regular" | "new" | "deleted";
|
20
|
-
title?: string | undefined;
|
18
|
+
readonly threadId: string;
|
19
|
+
readonly state: "archived" | "regular" | "new" | "deleted";
|
20
|
+
readonly title?: string | undefined;
|
21
21
|
}> | undefined;
|
22
22
|
setAdapter(adapter: ExternalStoreThreadListAdapter): void;
|
23
23
|
switchToThread(threadId: string): Promise<void>;
|
@@ -1,22 +1,13 @@
|
|
1
1
|
import { AddToolResultOptions, ThreadSuggestion } from "../core/ThreadRuntimeCore";
|
2
2
|
import { AppendMessage, ModelConfigProvider, ThreadMessage } from "../../types";
|
3
3
|
import { ExternalStoreAdapter } from "./ExternalStoreAdapter";
|
4
|
-
import { ThreadRuntimeCore } from "../core/ThreadRuntimeCore";
|
4
|
+
import { RuntimeCapabilities, ThreadRuntimeCore } from "../core/ThreadRuntimeCore";
|
5
5
|
import { BaseThreadRuntimeCore } from "../core/BaseThreadRuntimeCore";
|
6
6
|
export declare const hasUpcomingMessage: (isRunning: boolean, messages: ThreadMessage[]) => boolean;
|
7
7
|
export declare class ExternalStoreThreadRuntimeCore extends BaseThreadRuntimeCore implements ThreadRuntimeCore {
|
8
8
|
private assistantOptimisticId;
|
9
9
|
private _capabilities;
|
10
|
-
get capabilities():
|
11
|
-
switchToBranch: boolean;
|
12
|
-
edit: boolean;
|
13
|
-
reload: boolean;
|
14
|
-
cancel: boolean;
|
15
|
-
unstable_copy: boolean;
|
16
|
-
speech: boolean;
|
17
|
-
attachments: boolean;
|
18
|
-
feedback: boolean;
|
19
|
-
}>;
|
10
|
+
get capabilities(): RuntimeCapabilities;
|
20
11
|
private _messages;
|
21
12
|
isDisabled: boolean;
|
22
13
|
get messages(): ThreadMessage[];
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ExternalStoreThreadRuntimeCore.d.ts","sourceRoot":"","sources":["../../../src/runtimes/external-store/ExternalStoreThreadRuntimeCore.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,oBAAoB,EACpB,gBAAgB,EACjB,MAAM,2BAA2B,CAAC;AAEnC,OAAO,EAAE,aAAa,EAAE,mBAAmB,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAChF,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAS9D,OAAO,
|
1
|
+
{"version":3,"file":"ExternalStoreThreadRuntimeCore.d.ts","sourceRoot":"","sources":["../../../src/runtimes/external-store/ExternalStoreThreadRuntimeCore.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,oBAAoB,EACpB,gBAAgB,EACjB,MAAM,2BAA2B,CAAC;AAEnC,OAAO,EAAE,aAAa,EAAE,mBAAmB,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAChF,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAS9D,OAAO,EACL,mBAAmB,EACnB,iBAAiB,EAClB,MAAM,2BAA2B,CAAC;AACnC,OAAO,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AAKtE,eAAO,MAAM,kBAAkB,cAClB,OAAO,YACR,aAAa,EAAE,YAG1B,CAAC;AAEF,qBAAa,8BACX,SAAQ,qBACR,YAAW,iBAAiB;IAE5B,OAAO,CAAC,qBAAqB,CAAuB;IAEpD,OAAO,CAAC,aAAa,CASnB;IAEF,IAAW,YAAY,wBAEtB;IAED,OAAO,CAAC,SAAS,CAAmB;IAC7B,UAAU,EAAG,OAAO,CAAC;IAE5B,IAAoB,QAAQ,oBAE3B;IAED,IAAW,QAAQ;;;;;kBAElB;IAEM,WAAW,EAAE,SAAS,gBAAgB,EAAE,CAAM;IAC9C,MAAM,EAAE,OAAO,CAAa;IAEnC,OAAO,CAAC,UAAU,CAAgC;IAElD,OAAO,CAAC,MAAM,CAA6B;IAE3B,SAAS,CAAC,SAAS,EAAE,MAAM;gBAQzC,cAAc,EAAE,mBAAmB,EACnC,QAAQ,EAAE,MAAM,EAChB,KAAK,EAAE,oBAAoB,CAAC,GAAG,CAAC;IAQ3B,QAAQ,CAAC,KAAK,EAAE,oBAAoB,CAAC,GAAG,CAAC;IAyFhC,cAAc,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI;IAQzC,MAAM,CAAC,OAAO,EAAE,aAAa,GAAG,OAAO,CAAC,IAAI,CAAC;IAU7C,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC;IAOtD,SAAS,IAAI,IAAI;IAiCjB,aAAa,CAAC,OAAO,EAAE,oBAAoB;IAMlD,OAAO,CAAC,cAAc,CASpB;CACH"}
|
package/package.json
CHANGED
@@ -29,7 +29,7 @@
|
|
29
29
|
"conversational-ui",
|
30
30
|
"conversational-ai"
|
31
31
|
],
|
32
|
-
"version": "0.7.
|
32
|
+
"version": "0.7.1",
|
33
33
|
"license": "MIT",
|
34
34
|
"exports": {
|
35
35
|
".": {
|
@@ -121,8 +121,8 @@
|
|
121
121
|
"tsup": "8.3.5",
|
122
122
|
"tsx": "^4.19.2",
|
123
123
|
"@assistant-ui/tailwindcss-transformer": "0.1.0",
|
124
|
-
"@assistant-ui/
|
125
|
-
"@assistant-ui/
|
124
|
+
"@assistant-ui/tsconfig": "0.0.0",
|
125
|
+
"@assistant-ui/tsbuildutils": "^0.0.0"
|
126
126
|
},
|
127
127
|
"publishConfig": {
|
128
128
|
"access": "public",
|
@@ -13,12 +13,12 @@ export type AssistantRuntime = {
|
|
13
13
|
/**
|
14
14
|
* The currently selected main thread.
|
15
15
|
*/
|
16
|
-
thread: ThreadRuntime;
|
16
|
+
readonly thread: ThreadRuntime;
|
17
17
|
|
18
18
|
/**
|
19
19
|
* The thread manager, to rename, archive and delete threads.
|
20
20
|
*/
|
21
|
-
threadList: ThreadListRuntime;
|
21
|
+
readonly threadList: ThreadListRuntime;
|
22
22
|
|
23
23
|
/**
|
24
24
|
* Switch to a new thread.
|