@assistant-ui/react 0.1.6 → 0.1.8
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +79 -4
- package/dist/{Thread-ZUDFhMtm.d.mts → Thread-CoxBELWy.d.mts} +2 -0
- package/dist/{Thread-ZUDFhMtm.d.ts → Thread-CoxBELWy.d.ts} +2 -0
- package/dist/{chunk-KIP3YFVM.mjs → chunk-RITM2IUH.mjs} +4 -2
- package/dist/chunk-RITM2IUH.mjs.map +1 -0
- package/dist/experimental.d.mts +13 -13
- package/dist/experimental.d.ts +13 -13
- package/dist/experimental.js +29 -27
- package/dist/experimental.js.map +1 -1
- package/dist/experimental.mjs +24 -24
- package/dist/experimental.mjs.map +1 -1
- package/dist/index.d.mts +56 -55
- package/dist/index.d.ts +56 -55
- package/dist/index.js +51 -30
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +72 -72
- package/dist/index.mjs.map +1 -1
- package/package.json +8 -8
- package/dist/chunk-KIP3YFVM.mjs.map +0 -1
package/dist/index.d.mts
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
import * as react from 'react';
|
2
|
-
import { FC, ReactNode, PropsWithChildren, ComponentType } from 'react';
|
2
|
+
import { FC, ReactNode, PropsWithChildren, ComponentType, ComponentPropsWithoutRef } from 'react';
|
3
3
|
import { TextareaAutosizeProps } from 'react-textarea-autosize';
|
4
|
-
import { T as TextContentPartComponent, I as ImageContentPartComponent, U as UIContentPartComponent, a as ToolCallContentPartComponent, b as ToolCallContentPartProps, c as ThreadState, d as Unsubscribe, M as ModelConfigProvider, e as ThreadMessage, f as ModelConfig, A as AssistantContentPart, g as AppendMessage } from './Thread-
|
5
|
-
export { k as AppendContentPart, h as AssistantMessage, l as TextContentPart, j as UserContentPart, i as UserMessage } from './Thread-
|
6
|
-
import {
|
4
|
+
import { T as TextContentPartComponent, I as ImageContentPartComponent, U as UIContentPartComponent, a as ToolCallContentPartComponent, b as ToolCallContentPartProps, c as ThreadState, d as Unsubscribe, M as ModelConfigProvider, e as ThreadMessage, f as ModelConfig, A as AssistantContentPart, g as AppendMessage } from './Thread-CoxBELWy.mjs';
|
5
|
+
export { k as AppendContentPart, h as AssistantMessage, l as TextContentPart, j as UserContentPart, i as UserMessage } from './Thread-CoxBELWy.mjs';
|
6
|
+
import { Primitive } from '@radix-ui/react-primitive';
|
7
7
|
import 'zod';
|
8
8
|
|
9
9
|
declare const useCopyMessage: ({ copiedDuration }: {
|
@@ -18,11 +18,11 @@ declare const useGoToNextBranch: () => (() => void) | null;
|
|
18
18
|
|
19
19
|
declare const useGoToPreviousBranch: () => (() => void) | null;
|
20
20
|
|
21
|
-
declare const ThreadRoot: react.ForwardRefExoticComponent<
|
22
|
-
ref?: ((instance: HTMLDivElement | null) => void) | react.RefObject<HTMLDivElement> | null | undefined;
|
21
|
+
declare const ThreadRoot: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
22
|
+
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;
|
23
23
|
} & {
|
24
24
|
asChild?: boolean;
|
25
|
-
}, "
|
25
|
+
}, "ref"> & react.RefAttributes<HTMLDivElement>>;
|
26
26
|
|
27
27
|
type ThreadEmptyProps = {
|
28
28
|
children: ReactNode;
|
@@ -40,11 +40,11 @@ type ThreadIfFilters = {
|
|
40
40
|
type ThreadIfProps = PropsWithChildren<RequireAtLeastOne<ThreadIfFilters>>;
|
41
41
|
declare const ThreadIf: FC<ThreadIfProps>;
|
42
42
|
|
43
|
-
declare const ThreadViewport: react.ForwardRefExoticComponent<
|
44
|
-
ref?: ((instance: HTMLDivElement | null) => void) | react.RefObject<HTMLDivElement> | null | undefined;
|
43
|
+
declare const ThreadViewport: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
44
|
+
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;
|
45
45
|
} & {
|
46
46
|
asChild?: boolean;
|
47
|
-
}, "
|
47
|
+
}, "ref"> & {
|
48
48
|
autoScroll?: boolean;
|
49
49
|
} & react.RefAttributes<HTMLDivElement>>;
|
50
50
|
|
@@ -63,17 +63,17 @@ type ThreadMessagesProps = {
|
|
63
63
|
};
|
64
64
|
declare const ThreadMessages: FC<ThreadMessagesProps>;
|
65
65
|
|
66
|
-
declare const ThreadScrollToBottom: react.ForwardRefExoticComponent<
|
67
|
-
ref?: ((instance: HTMLButtonElement | null) => void) | react.RefObject<HTMLButtonElement> | null | undefined;
|
66
|
+
declare const ThreadScrollToBottom: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
67
|
+
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;
|
68
68
|
} & {
|
69
69
|
asChild?: boolean;
|
70
|
-
}, "
|
70
|
+
}, "ref"> & react.RefAttributes<HTMLButtonElement>>;
|
71
71
|
|
72
|
-
declare const ThreadSuggestion: react.ForwardRefExoticComponent<
|
73
|
-
ref?: ((instance: HTMLButtonElement | null) => void) | react.RefObject<HTMLButtonElement> | null | undefined;
|
72
|
+
declare const ThreadSuggestion: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
73
|
+
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;
|
74
74
|
} & {
|
75
75
|
asChild?: boolean;
|
76
|
-
}, "
|
76
|
+
}, "ref"> & {
|
77
77
|
prompt: string;
|
78
78
|
method: "replace";
|
79
79
|
autoSend?: boolean;
|
@@ -83,27 +83,27 @@ declare namespace index$5 {
|
|
83
83
|
export { ThreadEmpty as Empty, ThreadIf as If, ThreadMessages as Messages, ThreadRoot as Root, ThreadScrollToBottom as ScrollToBottom, ThreadSuggestion as Suggestion, ThreadViewport as Viewport };
|
84
84
|
}
|
85
85
|
|
86
|
-
declare const ComposerRoot: react.ForwardRefExoticComponent<
|
87
|
-
ref?: ((instance: HTMLFormElement | null) => void) | react.RefObject<HTMLFormElement> | null | undefined;
|
86
|
+
declare const ComposerRoot: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>, "ref"> & {
|
87
|
+
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;
|
88
88
|
} & {
|
89
89
|
asChild?: boolean;
|
90
|
-
}, "
|
90
|
+
}, "ref"> & react.RefAttributes<HTMLFormElement>>;
|
91
91
|
|
92
92
|
declare const ComposerInput: react.ForwardRefExoticComponent<TextareaAutosizeProps & {
|
93
93
|
asChild?: boolean;
|
94
94
|
} & react.RefAttributes<HTMLTextAreaElement>>;
|
95
95
|
|
96
|
-
declare const ComposerSend: react.ForwardRefExoticComponent<
|
97
|
-
ref?: ((instance: HTMLButtonElement | null) => void) | react.RefObject<HTMLButtonElement> | null | undefined;
|
96
|
+
declare const ComposerSend: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
97
|
+
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;
|
98
98
|
} & {
|
99
99
|
asChild?: boolean;
|
100
|
-
}, "
|
100
|
+
}, "ref"> & react.RefAttributes<HTMLButtonElement>>;
|
101
101
|
|
102
|
-
declare const ComposerCancel: react.ForwardRefExoticComponent<
|
103
|
-
ref?: ((instance: HTMLButtonElement | null) => void) | react.RefObject<HTMLButtonElement> | null | undefined;
|
102
|
+
declare const ComposerCancel: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
103
|
+
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;
|
104
104
|
} & {
|
105
105
|
asChild?: boolean;
|
106
|
-
}, "
|
106
|
+
}, "ref"> & react.RefAttributes<HTMLButtonElement>>;
|
107
107
|
|
108
108
|
type ComposerIfFilters = {
|
109
109
|
editing: boolean | undefined;
|
@@ -115,11 +115,11 @@ declare namespace index$4 {
|
|
115
115
|
export { ComposerCancel as Cancel, ComposerIf as If, ComposerInput as Input, ComposerRoot as Root, ComposerSend as Send };
|
116
116
|
}
|
117
117
|
|
118
|
-
declare const MessageRoot: react.ForwardRefExoticComponent<
|
119
|
-
ref?: ((instance: HTMLDivElement | null) => void) | react.RefObject<HTMLDivElement> | null | undefined;
|
118
|
+
declare const MessageRoot: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
119
|
+
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;
|
120
120
|
} & {
|
121
121
|
asChild?: boolean;
|
122
|
-
}, "
|
122
|
+
}, "ref"> & react.RefAttributes<HTMLDivElement>>;
|
123
123
|
|
124
124
|
type MessageIfFilters = {
|
125
125
|
user: boolean | undefined;
|
@@ -146,37 +146,37 @@ type MessageContentProps = {
|
|
146
146
|
};
|
147
147
|
declare const MessageContent: FC<MessageContentProps>;
|
148
148
|
|
149
|
-
declare const MessageInProgress: react.ForwardRefExoticComponent<
|
150
|
-
ref?: ((instance: HTMLSpanElement | null) => void) | react.RefObject<HTMLSpanElement> | null | undefined;
|
149
|
+
declare const MessageInProgress: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
|
150
|
+
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;
|
151
151
|
} & {
|
152
152
|
asChild?: boolean;
|
153
|
-
}, "
|
153
|
+
}, "ref"> & react.RefAttributes<HTMLSpanElement>>;
|
154
154
|
|
155
155
|
declare namespace index$3 {
|
156
156
|
export { MessageContent as Content, MessageIf as If, MessageInProgress as InProgress, MessageRoot as Root };
|
157
157
|
}
|
158
158
|
|
159
|
-
declare const BranchPickerNext: react.ForwardRefExoticComponent<
|
160
|
-
ref?: ((instance: HTMLButtonElement | null) => void) | react.RefObject<HTMLButtonElement> | null | undefined;
|
159
|
+
declare const BranchPickerNext: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
160
|
+
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;
|
161
161
|
} & {
|
162
162
|
asChild?: boolean;
|
163
|
-
}, "
|
163
|
+
}, "ref"> & react.RefAttributes<HTMLButtonElement>>;
|
164
164
|
|
165
|
-
declare const BranchPickerPrevious: react.ForwardRefExoticComponent<
|
166
|
-
ref?: ((instance: HTMLButtonElement | null) => void) | react.RefObject<HTMLButtonElement> | null | undefined;
|
165
|
+
declare const BranchPickerPrevious: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
166
|
+
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;
|
167
167
|
} & {
|
168
168
|
asChild?: boolean;
|
169
|
-
}, "
|
169
|
+
}, "ref"> & react.RefAttributes<HTMLButtonElement>>;
|
170
170
|
|
171
171
|
declare const BranchPickerCount: FC;
|
172
172
|
|
173
173
|
declare const BranchPickerNumber: FC;
|
174
174
|
|
175
|
-
declare const BranchPickerRoot: react.ForwardRefExoticComponent<
|
176
|
-
ref?: ((instance: HTMLDivElement | null) => void) | react.RefObject<HTMLDivElement> | null | undefined;
|
175
|
+
declare const BranchPickerRoot: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
176
|
+
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;
|
177
177
|
} & {
|
178
178
|
asChild?: boolean;
|
179
|
-
}, "
|
179
|
+
}, "ref"> & {
|
180
180
|
hideWhenSingleBranch?: boolean;
|
181
181
|
} & react.RefAttributes<HTMLDivElement>>;
|
182
182
|
|
@@ -184,11 +184,11 @@ declare namespace index$2 {
|
|
184
184
|
export { BranchPickerCount as Count, BranchPickerNext as Next, BranchPickerNumber as Number, BranchPickerPrevious as Previous, BranchPickerRoot as Root };
|
185
185
|
}
|
186
186
|
|
187
|
-
declare const ActionBarRoot: react.ForwardRefExoticComponent<
|
188
|
-
ref?: ((instance: HTMLDivElement | null) => void) | react.RefObject<HTMLDivElement> | null | undefined;
|
187
|
+
declare const ActionBarRoot: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
188
|
+
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;
|
189
189
|
} & {
|
190
190
|
asChild?: boolean;
|
191
|
-
}, "
|
191
|
+
}, "ref"> & {
|
192
192
|
hideWhenRunning?: boolean;
|
193
193
|
autohide?: "always" | "not-last" | "never";
|
194
194
|
autohideFloat?: "always" | "single-branch" | "never";
|
@@ -197,23 +197,23 @@ declare const ActionBarRoot: react.ForwardRefExoticComponent<Pick<Omit<react.Det
|
|
197
197
|
type ActionBarCopyProps = {
|
198
198
|
copiedDuration?: number;
|
199
199
|
};
|
200
|
-
declare const ActionBarCopy: react.ForwardRefExoticComponent<
|
201
|
-
ref?: ((instance: HTMLButtonElement | null) => void) | react.RefObject<HTMLButtonElement> | null | undefined;
|
200
|
+
declare const ActionBarCopy: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
201
|
+
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;
|
202
202
|
} & {
|
203
203
|
asChild?: boolean;
|
204
|
-
}, "
|
204
|
+
}, "ref"> & ActionBarCopyProps & react.RefAttributes<HTMLButtonElement>>;
|
205
205
|
|
206
|
-
declare const ActionBarReload: react.ForwardRefExoticComponent<
|
207
|
-
ref?: ((instance: HTMLButtonElement | null) => void) | react.RefObject<HTMLButtonElement> | null | undefined;
|
206
|
+
declare const ActionBarReload: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
207
|
+
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;
|
208
208
|
} & {
|
209
209
|
asChild?: boolean;
|
210
|
-
}, "
|
210
|
+
}, "ref"> & react.RefAttributes<HTMLButtonElement>>;
|
211
211
|
|
212
|
-
declare const ActionBarEdit: react.ForwardRefExoticComponent<
|
213
|
-
ref?: ((instance: HTMLButtonElement | null) => void) | react.RefObject<HTMLButtonElement> | null | undefined;
|
212
|
+
declare const ActionBarEdit: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
213
|
+
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;
|
214
214
|
} & {
|
215
215
|
asChild?: boolean;
|
216
|
-
}, "
|
216
|
+
}, "ref"> & react.RefAttributes<HTMLButtonElement>>;
|
217
217
|
|
218
218
|
declare namespace index$1 {
|
219
219
|
export { ActionBarCopy as Copy, ActionBarEdit as Edit, ActionBarReload as Reload, ActionBarRoot as Root };
|
@@ -225,11 +225,11 @@ type PrimitiveSpanProps = ComponentPropsWithoutRef<typeof Primitive.span>;
|
|
225
225
|
type ContentPartTextProps = Omit<PrimitiveSpanProps, "children">;
|
226
226
|
declare const ContentPartText: react.ForwardRefExoticComponent<ContentPartTextProps & react.RefAttributes<HTMLSpanElement>>;
|
227
227
|
|
228
|
-
declare const ContentPartImage: react.ForwardRefExoticComponent<
|
229
|
-
ref?: ((instance: HTMLImageElement | null) => void) | react.RefObject<HTMLImageElement> | null | undefined;
|
228
|
+
declare const ContentPartImage: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & {
|
229
|
+
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;
|
230
230
|
} & {
|
231
231
|
asChild?: boolean;
|
232
|
-
}, "
|
232
|
+
}, "ref"> & react.RefAttributes<HTMLImageElement>>;
|
233
233
|
|
234
234
|
declare const ContentPartDisplay: FC;
|
235
235
|
|
@@ -279,6 +279,7 @@ declare class LocalRuntime implements AssistantRuntime {
|
|
279
279
|
private notifySubscribers;
|
280
280
|
subscribe(callback: () => void): Unsubscribe;
|
281
281
|
registerModelConfigProvider(provider: ModelConfigProvider): () => boolean;
|
282
|
+
addToolResult(): void;
|
282
283
|
}
|
283
284
|
|
284
285
|
declare const useLocalRuntime: (adapter: ChatModelAdapter) => LocalRuntime;
|
package/dist/index.d.ts
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
import * as react from 'react';
|
2
|
-
import { FC, ReactNode, PropsWithChildren, ComponentType } from 'react';
|
2
|
+
import { FC, ReactNode, PropsWithChildren, ComponentType, ComponentPropsWithoutRef } from 'react';
|
3
3
|
import { TextareaAutosizeProps } from 'react-textarea-autosize';
|
4
|
-
import { T as TextContentPartComponent, I as ImageContentPartComponent, U as UIContentPartComponent, a as ToolCallContentPartComponent, b as ToolCallContentPartProps, c as ThreadState, d as Unsubscribe, M as ModelConfigProvider, e as ThreadMessage, f as ModelConfig, A as AssistantContentPart, g as AppendMessage } from './Thread-
|
5
|
-
export { k as AppendContentPart, h as AssistantMessage, l as TextContentPart, j as UserContentPart, i as UserMessage } from './Thread-
|
6
|
-
import {
|
4
|
+
import { T as TextContentPartComponent, I as ImageContentPartComponent, U as UIContentPartComponent, a as ToolCallContentPartComponent, b as ToolCallContentPartProps, c as ThreadState, d as Unsubscribe, M as ModelConfigProvider, e as ThreadMessage, f as ModelConfig, A as AssistantContentPart, g as AppendMessage } from './Thread-CoxBELWy.js';
|
5
|
+
export { k as AppendContentPart, h as AssistantMessage, l as TextContentPart, j as UserContentPart, i as UserMessage } from './Thread-CoxBELWy.js';
|
6
|
+
import { Primitive } from '@radix-ui/react-primitive';
|
7
7
|
import 'zod';
|
8
8
|
|
9
9
|
declare const useCopyMessage: ({ copiedDuration }: {
|
@@ -18,11 +18,11 @@ declare const useGoToNextBranch: () => (() => void) | null;
|
|
18
18
|
|
19
19
|
declare const useGoToPreviousBranch: () => (() => void) | null;
|
20
20
|
|
21
|
-
declare const ThreadRoot: react.ForwardRefExoticComponent<
|
22
|
-
ref?: ((instance: HTMLDivElement | null) => void) | react.RefObject<HTMLDivElement> | null | undefined;
|
21
|
+
declare const ThreadRoot: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
22
|
+
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;
|
23
23
|
} & {
|
24
24
|
asChild?: boolean;
|
25
|
-
}, "
|
25
|
+
}, "ref"> & react.RefAttributes<HTMLDivElement>>;
|
26
26
|
|
27
27
|
type ThreadEmptyProps = {
|
28
28
|
children: ReactNode;
|
@@ -40,11 +40,11 @@ type ThreadIfFilters = {
|
|
40
40
|
type ThreadIfProps = PropsWithChildren<RequireAtLeastOne<ThreadIfFilters>>;
|
41
41
|
declare const ThreadIf: FC<ThreadIfProps>;
|
42
42
|
|
43
|
-
declare const ThreadViewport: react.ForwardRefExoticComponent<
|
44
|
-
ref?: ((instance: HTMLDivElement | null) => void) | react.RefObject<HTMLDivElement> | null | undefined;
|
43
|
+
declare const ThreadViewport: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
44
|
+
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;
|
45
45
|
} & {
|
46
46
|
asChild?: boolean;
|
47
|
-
}, "
|
47
|
+
}, "ref"> & {
|
48
48
|
autoScroll?: boolean;
|
49
49
|
} & react.RefAttributes<HTMLDivElement>>;
|
50
50
|
|
@@ -63,17 +63,17 @@ type ThreadMessagesProps = {
|
|
63
63
|
};
|
64
64
|
declare const ThreadMessages: FC<ThreadMessagesProps>;
|
65
65
|
|
66
|
-
declare const ThreadScrollToBottom: react.ForwardRefExoticComponent<
|
67
|
-
ref?: ((instance: HTMLButtonElement | null) => void) | react.RefObject<HTMLButtonElement> | null | undefined;
|
66
|
+
declare const ThreadScrollToBottom: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
67
|
+
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;
|
68
68
|
} & {
|
69
69
|
asChild?: boolean;
|
70
|
-
}, "
|
70
|
+
}, "ref"> & react.RefAttributes<HTMLButtonElement>>;
|
71
71
|
|
72
|
-
declare const ThreadSuggestion: react.ForwardRefExoticComponent<
|
73
|
-
ref?: ((instance: HTMLButtonElement | null) => void) | react.RefObject<HTMLButtonElement> | null | undefined;
|
72
|
+
declare const ThreadSuggestion: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
73
|
+
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;
|
74
74
|
} & {
|
75
75
|
asChild?: boolean;
|
76
|
-
}, "
|
76
|
+
}, "ref"> & {
|
77
77
|
prompt: string;
|
78
78
|
method: "replace";
|
79
79
|
autoSend?: boolean;
|
@@ -83,27 +83,27 @@ declare namespace index$5 {
|
|
83
83
|
export { ThreadEmpty as Empty, ThreadIf as If, ThreadMessages as Messages, ThreadRoot as Root, ThreadScrollToBottom as ScrollToBottom, ThreadSuggestion as Suggestion, ThreadViewport as Viewport };
|
84
84
|
}
|
85
85
|
|
86
|
-
declare const ComposerRoot: react.ForwardRefExoticComponent<
|
87
|
-
ref?: ((instance: HTMLFormElement | null) => void) | react.RefObject<HTMLFormElement> | null | undefined;
|
86
|
+
declare const ComposerRoot: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>, "ref"> & {
|
87
|
+
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;
|
88
88
|
} & {
|
89
89
|
asChild?: boolean;
|
90
|
-
}, "
|
90
|
+
}, "ref"> & react.RefAttributes<HTMLFormElement>>;
|
91
91
|
|
92
92
|
declare const ComposerInput: react.ForwardRefExoticComponent<TextareaAutosizeProps & {
|
93
93
|
asChild?: boolean;
|
94
94
|
} & react.RefAttributes<HTMLTextAreaElement>>;
|
95
95
|
|
96
|
-
declare const ComposerSend: react.ForwardRefExoticComponent<
|
97
|
-
ref?: ((instance: HTMLButtonElement | null) => void) | react.RefObject<HTMLButtonElement> | null | undefined;
|
96
|
+
declare const ComposerSend: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
97
|
+
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;
|
98
98
|
} & {
|
99
99
|
asChild?: boolean;
|
100
|
-
}, "
|
100
|
+
}, "ref"> & react.RefAttributes<HTMLButtonElement>>;
|
101
101
|
|
102
|
-
declare const ComposerCancel: react.ForwardRefExoticComponent<
|
103
|
-
ref?: ((instance: HTMLButtonElement | null) => void) | react.RefObject<HTMLButtonElement> | null | undefined;
|
102
|
+
declare const ComposerCancel: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
103
|
+
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;
|
104
104
|
} & {
|
105
105
|
asChild?: boolean;
|
106
|
-
}, "
|
106
|
+
}, "ref"> & react.RefAttributes<HTMLButtonElement>>;
|
107
107
|
|
108
108
|
type ComposerIfFilters = {
|
109
109
|
editing: boolean | undefined;
|
@@ -115,11 +115,11 @@ declare namespace index$4 {
|
|
115
115
|
export { ComposerCancel as Cancel, ComposerIf as If, ComposerInput as Input, ComposerRoot as Root, ComposerSend as Send };
|
116
116
|
}
|
117
117
|
|
118
|
-
declare const MessageRoot: react.ForwardRefExoticComponent<
|
119
|
-
ref?: ((instance: HTMLDivElement | null) => void) | react.RefObject<HTMLDivElement> | null | undefined;
|
118
|
+
declare const MessageRoot: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
119
|
+
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;
|
120
120
|
} & {
|
121
121
|
asChild?: boolean;
|
122
|
-
}, "
|
122
|
+
}, "ref"> & react.RefAttributes<HTMLDivElement>>;
|
123
123
|
|
124
124
|
type MessageIfFilters = {
|
125
125
|
user: boolean | undefined;
|
@@ -146,37 +146,37 @@ type MessageContentProps = {
|
|
146
146
|
};
|
147
147
|
declare const MessageContent: FC<MessageContentProps>;
|
148
148
|
|
149
|
-
declare const MessageInProgress: react.ForwardRefExoticComponent<
|
150
|
-
ref?: ((instance: HTMLSpanElement | null) => void) | react.RefObject<HTMLSpanElement> | null | undefined;
|
149
|
+
declare const MessageInProgress: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
|
150
|
+
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;
|
151
151
|
} & {
|
152
152
|
asChild?: boolean;
|
153
|
-
}, "
|
153
|
+
}, "ref"> & react.RefAttributes<HTMLSpanElement>>;
|
154
154
|
|
155
155
|
declare namespace index$3 {
|
156
156
|
export { MessageContent as Content, MessageIf as If, MessageInProgress as InProgress, MessageRoot as Root };
|
157
157
|
}
|
158
158
|
|
159
|
-
declare const BranchPickerNext: react.ForwardRefExoticComponent<
|
160
|
-
ref?: ((instance: HTMLButtonElement | null) => void) | react.RefObject<HTMLButtonElement> | null | undefined;
|
159
|
+
declare const BranchPickerNext: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
160
|
+
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;
|
161
161
|
} & {
|
162
162
|
asChild?: boolean;
|
163
|
-
}, "
|
163
|
+
}, "ref"> & react.RefAttributes<HTMLButtonElement>>;
|
164
164
|
|
165
|
-
declare const BranchPickerPrevious: react.ForwardRefExoticComponent<
|
166
|
-
ref?: ((instance: HTMLButtonElement | null) => void) | react.RefObject<HTMLButtonElement> | null | undefined;
|
165
|
+
declare const BranchPickerPrevious: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
166
|
+
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;
|
167
167
|
} & {
|
168
168
|
asChild?: boolean;
|
169
|
-
}, "
|
169
|
+
}, "ref"> & react.RefAttributes<HTMLButtonElement>>;
|
170
170
|
|
171
171
|
declare const BranchPickerCount: FC;
|
172
172
|
|
173
173
|
declare const BranchPickerNumber: FC;
|
174
174
|
|
175
|
-
declare const BranchPickerRoot: react.ForwardRefExoticComponent<
|
176
|
-
ref?: ((instance: HTMLDivElement | null) => void) | react.RefObject<HTMLDivElement> | null | undefined;
|
175
|
+
declare const BranchPickerRoot: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
176
|
+
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;
|
177
177
|
} & {
|
178
178
|
asChild?: boolean;
|
179
|
-
}, "
|
179
|
+
}, "ref"> & {
|
180
180
|
hideWhenSingleBranch?: boolean;
|
181
181
|
} & react.RefAttributes<HTMLDivElement>>;
|
182
182
|
|
@@ -184,11 +184,11 @@ declare namespace index$2 {
|
|
184
184
|
export { BranchPickerCount as Count, BranchPickerNext as Next, BranchPickerNumber as Number, BranchPickerPrevious as Previous, BranchPickerRoot as Root };
|
185
185
|
}
|
186
186
|
|
187
|
-
declare const ActionBarRoot: react.ForwardRefExoticComponent<
|
188
|
-
ref?: ((instance: HTMLDivElement | null) => void) | react.RefObject<HTMLDivElement> | null | undefined;
|
187
|
+
declare const ActionBarRoot: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
188
|
+
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;
|
189
189
|
} & {
|
190
190
|
asChild?: boolean;
|
191
|
-
}, "
|
191
|
+
}, "ref"> & {
|
192
192
|
hideWhenRunning?: boolean;
|
193
193
|
autohide?: "always" | "not-last" | "never";
|
194
194
|
autohideFloat?: "always" | "single-branch" | "never";
|
@@ -197,23 +197,23 @@ declare const ActionBarRoot: react.ForwardRefExoticComponent<Pick<Omit<react.Det
|
|
197
197
|
type ActionBarCopyProps = {
|
198
198
|
copiedDuration?: number;
|
199
199
|
};
|
200
|
-
declare const ActionBarCopy: react.ForwardRefExoticComponent<
|
201
|
-
ref?: ((instance: HTMLButtonElement | null) => void) | react.RefObject<HTMLButtonElement> | null | undefined;
|
200
|
+
declare const ActionBarCopy: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
201
|
+
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;
|
202
202
|
} & {
|
203
203
|
asChild?: boolean;
|
204
|
-
}, "
|
204
|
+
}, "ref"> & ActionBarCopyProps & react.RefAttributes<HTMLButtonElement>>;
|
205
205
|
|
206
|
-
declare const ActionBarReload: react.ForwardRefExoticComponent<
|
207
|
-
ref?: ((instance: HTMLButtonElement | null) => void) | react.RefObject<HTMLButtonElement> | null | undefined;
|
206
|
+
declare const ActionBarReload: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
207
|
+
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;
|
208
208
|
} & {
|
209
209
|
asChild?: boolean;
|
210
|
-
}, "
|
210
|
+
}, "ref"> & react.RefAttributes<HTMLButtonElement>>;
|
211
211
|
|
212
|
-
declare const ActionBarEdit: react.ForwardRefExoticComponent<
|
213
|
-
ref?: ((instance: HTMLButtonElement | null) => void) | react.RefObject<HTMLButtonElement> | null | undefined;
|
212
|
+
declare const ActionBarEdit: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
213
|
+
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;
|
214
214
|
} & {
|
215
215
|
asChild?: boolean;
|
216
|
-
}, "
|
216
|
+
}, "ref"> & react.RefAttributes<HTMLButtonElement>>;
|
217
217
|
|
218
218
|
declare namespace index$1 {
|
219
219
|
export { ActionBarCopy as Copy, ActionBarEdit as Edit, ActionBarReload as Reload, ActionBarRoot as Root };
|
@@ -225,11 +225,11 @@ type PrimitiveSpanProps = ComponentPropsWithoutRef<typeof Primitive.span>;
|
|
225
225
|
type ContentPartTextProps = Omit<PrimitiveSpanProps, "children">;
|
226
226
|
declare const ContentPartText: react.ForwardRefExoticComponent<ContentPartTextProps & react.RefAttributes<HTMLSpanElement>>;
|
227
227
|
|
228
|
-
declare const ContentPartImage: react.ForwardRefExoticComponent<
|
229
|
-
ref?: ((instance: HTMLImageElement | null) => void) | react.RefObject<HTMLImageElement> | null | undefined;
|
228
|
+
declare const ContentPartImage: react.ForwardRefExoticComponent<Omit<Omit<react.DetailedHTMLProps<react.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & {
|
229
|
+
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;
|
230
230
|
} & {
|
231
231
|
asChild?: boolean;
|
232
|
-
}, "
|
232
|
+
}, "ref"> & react.RefAttributes<HTMLImageElement>>;
|
233
233
|
|
234
234
|
declare const ContentPartDisplay: FC;
|
235
235
|
|
@@ -279,6 +279,7 @@ declare class LocalRuntime implements AssistantRuntime {
|
|
279
279
|
private notifySubscribers;
|
280
280
|
subscribe(callback: () => void): Unsubscribe;
|
281
281
|
registerModelConfigProvider(provider: ModelConfigProvider): () => boolean;
|
282
|
+
addToolResult(): void;
|
282
283
|
}
|
283
284
|
|
284
285
|
declare const useLocalRuntime: (adapter: ChatModelAdapter) => LocalRuntime;
|