We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eda7fd5 commit 47680daCopy full SHA for 47680da
1 file changed
tests/integrations/openai_agents/test_openai_agents.py
@@ -332,6 +332,7 @@ async def test_agent_invocation_span_no_pii(
332
"content": "You are a helpful assistant.",
333
},
334
{
335
+ "type": "message",
336
"role": "user",
337
"content": "Message demonstrating the absence of truncation.",
338
@@ -374,6 +375,7 @@ async def test_agent_invocation_span_no_pii(
374
375
],
376
377
378
379
380
381
0 commit comments