Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c0ed6cd505 |
@@ -126,6 +126,7 @@ class AgentService:
|
||||
'model_override': agent.model_override,
|
||||
'max_history': agent.max_history,
|
||||
'temperature_override': agent.temperature_override,
|
||||
'tools': agent.tools or [], # 工具列表
|
||||
'is_default': agent.is_default,
|
||||
'is_active': agent.is_active
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user