We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b4b7ad commit 5daebc5Copy full SHA for 5daebc5
tests_integ/models/test_model_openai.py
@@ -241,7 +241,7 @@ def test_system_prompt_content_integration(model):
241
{"text": "You are a helpful assistant that always responds with 'SYSTEM_TEST_RESPONSE'."}
242
]
243
244
- agent = Agent(model=model, system_prompt_content=system_prompt_content)
+ agent = Agent(model=model, system_prompt=system_prompt_content)
245
result = agent("Hello")
246
247
# The response should contain our specific system prompt instruction
0 commit comments