feat: Update agent type for smart-reasoning mode in built-in agents configuration

- Changed the agent type from "custom" to "rag-qa" in the `builtin_agents.yaml` file, aligning with the new agent type presets introduced previously.
- This update enhances the configuration of built-in agents, ensuring they utilize the appropriate agent type for improved functionality and performance.

These changes contribute to a more coherent and effective agent system by standardizing agent types across configurations.
This commit is contained in:
wizardchen
2026-04-21 20:23:52 +08:00
parent b3eab5276c
commit f8a04a0a93
+1 -1
View File
@@ -67,7 +67,7 @@ builtin_agents:
description: "ReAct 추론 프레임워크, 다단계 사고 및 도구 호출 지원"
config:
agent_mode: "smart-reasoning"
agent_type: "custom"
agent_type: "rag-qa"
system_prompt: ""
temperature: 0.7
max_completion_tokens: 2048