Request interface
Represents a request with telemetry context. Used across all scope types for channel and conversation tracking.
Properties
| channel | Optional channel for the invocation |
| content | The content of the request. |
| conversation |
Optional conversation identifier |
| session |
Optional session identifier for grouping related requests |
Property Details
channel
content
conversationId
Optional conversation identifier
conversationId?: string
Property Value
string
sessionId
Optional session identifier for grouping related requests
sessionId?: string
Property Value
string