skip until infra is set up

This commit is contained in:
Chester Curme 2025-03-11 19:27:48 -04:00
parent 86baae9c4d
commit 9808eb2149

View File

@ -1306,6 +1306,7 @@ async def test_web_search_async() -> None:
def test_file_search() -> None: def test_file_search() -> None:
pytest.skip() # TODO: set up infra
llm = ChatOpenAI(model="gpt-4o") llm = ChatOpenAI(model="gpt-4o")
tool = { tool = {
"type": "file_search", "type": "file_search",