mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-19 04:14:46 +08:00
feat: store the local settings
This commit is contained in:
@@ -49,8 +49,8 @@ export function InputBox({
|
||||
}: Omit<ComponentProps<typeof PromptInput>, "onSubmit"> & {
|
||||
assistantId?: string | null;
|
||||
status?: ChatStatus;
|
||||
context: AgentThreadContext;
|
||||
onContextChange?: (context: AgentThreadContext) => void;
|
||||
context: Omit<AgentThreadContext, "thread_id">;
|
||||
onContextChange?: (context: Omit<AgentThreadContext, "thread_id">) => void;
|
||||
onSubmit?: (message: PromptInputMessage) => void;
|
||||
onStop?: () => void;
|
||||
}) {
|
||||
|
||||
Reference in New Issue
Block a user