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 fedb8d7 commit f105222
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_tool_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ def remove_empty_fields(d):
print("tool schema", json.dumps(tool.openai_schema, indent=4))

tool_schema = tool.openai_schema
tool_schema.pop("strict", None)

assert cleaned_schema == tool_schema

Expand Down

0 comments on commit f105222

Please sign in to comment.