We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b153ba1 commit a2bdc00Copy full SHA for a2bdc00
1 file changed
src/components/AIagent.tsx
@@ -383,6 +383,9 @@ export default function AIagent({
383
);
384
const [processingOperation, setProcessingOperation] = useState(false);
385
386
+ // 自动模式状态 - 默认启用
387
+ const [autoMode, setAutoMode] = useState(true);
388
+
389
// 初始化对话
390
useEffect(() => {
391
if (initialPrompt && !dialogRounds.length && !isTesting) {
0 commit comments