Browse Source

fix:查询agentbug修复

main
gjl 1 year ago
parent
commit
2ef4fd4187
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/mindpilot/app/agent/agent_api.py

+ 1
- 1
src/mindpilot/app/agent/agent_api.py View File

@@ -140,7 +140,7 @@ def list_agent() -> ListResponse:
agent_list = []
for agent in agents:
agent_dict = {
"id": agent[0],
"agent_id": agent[0],
"agent_name": agent[1],
"agent_abstract": agent[2],
"agent_info": agent[3],


Loading…
Cancel
Save