pre-commit

This commit is contained in:
Ashwin Bharambe 2025-10-02 14:57:58 -07:00
parent 31f211f0ad
commit be6819fa92
8 changed files with 14 additions and 34 deletions

View file

@ -192,13 +192,8 @@ async def test_create_openai_response_with_string_input_with_tools(openai_respon
description="Search the web for information",
input_schema={
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "The query to search for"
}
},
"required": ["query"]
"properties": {"query": {"type": "string", "description": "The query to search for"}},
"required": ["query"],
},
)