Skip to content

Commit 5daebc5

Browse files
committed
fix test
1 parent 8b4b7ad commit 5daebc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests_integ/models/test_model_openai.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ def test_system_prompt_content_integration(model):
241241
{"text": "You are a helpful assistant that always responds with 'SYSTEM_TEST_RESPONSE'."}
242242
]
243243

244-
agent = Agent(model=model, system_prompt_content=system_prompt_content)
244+
agent = Agent(model=model, system_prompt=system_prompt_content)
245245
result = agent("Hello")
246246

247247
# The response should contain our specific system prompt instruction

0 commit comments

Comments
 (0)