We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1bb59a + 488fa67 commit bc8130aCopy full SHA for bc8130a
components/script/useChatSocket.tsx
@@ -14,7 +14,7 @@ const useChatSocket = (isEmpty?: boolean) => {
14
const [running, setRunning] = useState(false);
15
const [error, setError] = useState<string | null>(null);
16
const [tools, setTools] = useState<string[]>([]);
17
- const [forceRun, setForceRun] = useState(true);
+ const [forceRun, setForceRun] = useState(false);
18
19
// Refs
20
const socketRef = useRef<Socket | null>(null);
0 commit comments