File tree Expand file tree Collapse file tree
tests/integrations/langchain Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -548,7 +548,6 @@ def test_langchain_create_agent(
548548 include_prompts ,
549549 system_instructions_content ,
550550 expected_system_instructions ,
551- request ,
552551 get_model_response ,
553552 nonstreaming_responses_model_response ,
554553 stream_gen_ai_spans ,
@@ -1309,7 +1308,6 @@ def test_langchain_openai_tools_agent(
13091308 capture_items ,
13101309 system_instructions_content ,
13111310 expected_system_instructions ,
1312- request ,
13131311 get_model_response ,
13141312 server_side_event_chunks ,
13151313 streaming_chat_completions_model_responses ,
@@ -1979,7 +1977,6 @@ def test_langchain_openai_tools_agent_stream(
19791977 capture_items ,
19801978 system_instructions_content ,
19811979 expected_system_instructions ,
1982- request ,
19831980 get_model_response ,
19841981 server_side_event_chunks ,
19851982 streaming_chat_completions_model_responses ,
You can’t perform that action at this time.
0 commit comments