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 @@ -1115,8 +1115,6 @@ def test_langchain_openai_tools_agent_stream_no_prompts(
11151115 capture_events ,
11161116 send_default_pii ,
11171117 include_prompts ,
1118- system_instructions_content ,
1119- request ,
11201118 get_model_response ,
11211119 server_side_event_chunks ,
11221120 streaming_chat_completions_model_responses ,
@@ -1136,7 +1134,7 @@ def test_langchain_openai_tools_agent_stream_no_prompts(
11361134 [
11371135 (
11381136 "system" ,
1139- system_instructions_content ,
1137+ "You are very powerful assistant, but don't know current events" ,
11401138 ),
11411139 ("user" , "{input}" ),
11421140 MessagesPlaceholder (variable_name = "agent_scratchpad" ),
@@ -1417,7 +1415,6 @@ def test_langchain_openai_tools_agent_stream(
14171415def test_langchain_openai_tools_agent_stream_with_config (
14181416 sentry_init ,
14191417 capture_events ,
1420- system_instructions_content ,
14211418 get_model_response ,
14221419 server_side_event_chunks ,
14231420 streaming_chat_completions_model_responses ,
You can’t perform that action at this time.
0 commit comments