Re-exported from
fiddler_otel.attributes.set_conversation_id.Parameters
Unique identifier for the conversation session.
Returns
None Example: default from fiddler_otel import set_conversation_id import uuid set_conversation_id(str(uuid.uuid4())) agent.invoke({“messages”: [{“role”: “user”, “content”: “Hello”}]})
See the canonical reference for the full description and examples.