We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6180001 commit 3d5381fCopy full SHA for 3d5381f
1 file changed
src/backend/api/agent/template_agent_factory.py
@@ -85,4 +85,4 @@ async def _delete_agent_instance(cls, agent_wrapper: dict):
85
Args:
86
agent_wrapper (dict): A dictionary containing the 'agent' and the corresponding 'client'.
87
"""
88
- await agent_wrapper["client"].agents.delete_agent(agent_wrapper["agent"].id)
+ await agent_wrapper["client"].agents.delete_agent(agent_wrapper["agent"].id)
0 commit comments