Remove half-second wait, rework auto submit (#4282)

This commit is contained in:
Jack Amadeo
2025-08-22 11:45:34 -04:00
committed by GitHub
parent 24b76baa55
commit 0f1d3f68bd
4 changed files with 105 additions and 123 deletions
+1
View File
@@ -85,6 +85,7 @@ export default function Hub({
<ChatInput
handleSubmit={handleSubmit}
autoSubmit={false}
chatState={ChatState.Idle}
onStop={() => {}}
commandHistory={[]}