You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type '{ unCalledTools: false; host: "web"; tabbed: false; backFromChat: () => {}; maybeSendToSidebar: () => {}; }' is not assignable to type 'IntrinsicAttributes & ChatProps'.
Type '{ title: string; component: FC<ChatFormProps>; args: { onSubmit: (str: string) => void; onClose: () => void; }; decorators: ((Children: PartialStoryFn<ReactRenderer, { onSubmit: (str: string) => void; className?: string | undefined; unCalledTools: boolean; }>) => Element)[]; }' is not assignable to type 'ComponentAnnotations<ReactRenderer, ChatFormProps>'.
Object literal may only specify known properties, and 'onClose' does not exist in type 'Partial<ChatFormProps>'.
Type '{ history: HistoryState; onHistoryItemClick: (thread: ChatThread) => void; onDeleteHistoryItem: (id: string) => { payload: string; type: "history/deleteChatById"; }; }' is not assignable to type 'IntrinsicAttributes & ChatHistoryProps'.
Type '{ host: string; tabbed: false; }' is not assignable to type 'IntrinsicAttributes & FIMDebugProps'.
Process completed with exit code 2.
The logs for this run have expired and are no longer available.