fix: remove '你好' from direct_agent keywords so greetings route to default agent with tools
This commit is contained in:
parent
93bc7c4e3e
commit
52b7d6007d
|
|
@ -8,7 +8,7 @@ max_steps: 1
|
|||
max_concurrency: 5
|
||||
|
||||
intent:
|
||||
keywords: ["翻译", "摘要", "格式化", "translate", "summarize", "你好", "什么是"]
|
||||
keywords: ["翻译", "摘要", "格式化", "translate", "summarize", "什么是"]
|
||||
description: "简单生成任务,无需工具调用,单次LLM生成即可"
|
||||
examples:
|
||||
- "翻译这段话"
|
||||
|
|
|
|||
Loading…
Reference in New Issue