Skip to content

Commit 47680da

Browse files
add message in openai_agents tests
1 parent eda7fd5 commit 47680da

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/integrations/openai_agents/test_openai_agents.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,7 @@ async def test_agent_invocation_span_no_pii(
332332
"content": "You are a helpful assistant.",
333333
},
334334
{
335+
"type": "message",
335336
"role": "user",
336337
"content": "Message demonstrating the absence of truncation.",
337338
},
@@ -374,6 +375,7 @@ async def test_agent_invocation_span_no_pii(
374375
],
375376
},
376377
{
378+
"type": "message",
377379
"role": "user",
378380
"content": "Message demonstrating the absence of truncation.",
379381
},

0 commit comments

Comments
 (0)