Skip to content

Commit

Permalink
Fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jankrepl committed Nov 19, 2024
1 parent 95400a0 commit b3c6d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swarm_copy/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ async def handle_tool_call(
# Create initial approval entry
approval_data = {
"status": "pending",
"kwargs": input_schema.model_dump_json(),
"parameters": input_schema.model_dump_json(),
}
await self.redis_client.set(
approval_key, json.dumps(approval_data), ex=self.ttl
Expand Down

0 comments on commit b3c6d2d

Please sign in to comment.