mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-19 09:30:15 +00:00
skip until infra is set up
This commit is contained in:
parent
86baae9c4d
commit
9808eb2149
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user