We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e243b86 commit 931aa30Copy full SHA for 931aa30
1 file changed
tests/integrations/openai_agents/test_openai_agents.py
@@ -6117,11 +6117,10 @@ def simple_tool(message: str) -> str:
6117
# Tool span should have the conversation_id passed to Runner.run()
6118
assert tool_span["attributes"]["gen_ai.conversation.id"] == "conv_tool_test_456"
6119
6120
- # Workflow span (transaction) should have the same conversation_id
+ # Workflow span should have the same conversation_id
6121
workflow_span = spans[4]
6122
assert workflow_span["is_segment"] is True
6123
6124
6125
assert (
6126
workflow_span["attributes"]["gen_ai.conversation.id"]
6127
== "conv_tool_test_456"
0 commit comments