Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HamadaSalhab committed Oct 2, 2024
1 parent 5339101 commit e2be3a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agents-api/agents_api/models/tools/list_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
d["type"]: {
**d.pop("spec"),
"name": d["name"],
"description": d("description"),
"description": d["description"],
},
**d,
},
Expand Down

0 comments on commit e2be3a6

Please sign in to comment.