feat: enable edit context options

This commit is contained in:
Henry Li
2026-01-16 09:37:04 +08:00
parent 956f8f0cfb
commit 3f2bfded41
2 changed files with 113 additions and 5 deletions

View File

@@ -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}
/>