File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import type { AnyClientTool , ModelMessage } from '@tanstack/ai'
22import type {
33 ChatClientOptions ,
4- ConnectionStatus ,
54 ChatClientState ,
65 ChatRequestBody ,
6+ ConnectionStatus ,
77 MultimodalContent ,
88 UIMessage ,
99} from '@tanstack/ai-client'
Original file line number Diff line number Diff line change 11import type { AnyClientTool , ModelMessage } from '@tanstack/ai'
22import type {
33 ChatClientOptions ,
4- ConnectionStatus ,
54 ChatClientState ,
65 ChatRequestBody ,
6+ ConnectionStatus ,
77 MultimodalContent ,
88 UIMessage ,
99} from '@tanstack/ai-client'
Original file line number Diff line number Diff line change 11import type { AnyClientTool , ModelMessage } from '@tanstack/ai'
22import type {
33 ChatClientOptions ,
4- ConnectionStatus ,
54 ChatClientState ,
65 ChatRequestBody ,
6+ ConnectionStatus ,
77 MultimodalContent ,
88 UIMessage ,
99} from '@tanstack/ai-client'
@@ -35,9 +35,9 @@ export type CreateChatOptions<
3535 | 'onLoadingChange'
3636 | 'onErrorChange'
3737 | 'onStatusChange'
38- | 'onSubscriptionChange'
39- | 'onConnectionStatusChange'
40- | 'onSessionGeneratingChange'
38+ | 'onSubscriptionChange'
39+ | 'onConnectionStatusChange'
40+ | 'onSessionGeneratingChange'
4141 > & {
4242 live ?: boolean
4343}
Original file line number Diff line number Diff line change 11import type { AnyClientTool , ModelMessage } from '@tanstack/ai'
22import type {
33 ChatClientOptions ,
4- ConnectionStatus ,
54 ChatClientState ,
65 ChatRequestBody ,
6+ ConnectionStatus ,
77 MultimodalContent ,
88 UIMessage ,
99} from '@tanstack/ai-client'
You can’t perform that action at this time.
0 commit comments