mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-17 11:44:44 +08:00
feat: enable edit context options
This commit is contained in:
@@ -114,6 +114,8 @@ export default function ChatPage() {
|
||||
className="max-w-(--container-width-md)"
|
||||
autoFocus={isNewThread}
|
||||
status={thread.isLoading ? "streaming" : "ready"}
|
||||
context={threadContext}
|
||||
onContextChange={setThreadContext}
|
||||
onSubmit={handleSubmit}
|
||||
onStop={handleStop}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user