mirror of
https://github.com/Tencent/WeKnora.git
synced 2026-08-30 16:53:21 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user