This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
ResDream
/
MindPilot
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
fix:查询agentbug修复
main
gjl
1 year ago
parent
cb7e8f3fad
commit
2ef4fd4187
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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],
Write
Preview
Loading…
Cancel
Save