Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
VRSEN committed Aug 15, 2024
1 parent e0d074f commit 911279d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion agency_swarm/tools/BaseTool.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ def openai_schema(cls):
if strict:
schema["strict"] = True
schema["parameters"]["additionalProperties"] = False

else:
schema["strict"] = False

return schema

@abstractmethod
Expand Down

0 comments on commit 911279d

Please sign in to comment.