Share via


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.

conversationId

Optional conversation identifier

sessionId

Optional session identifier for grouping related requests

Property Details

channel

Optional channel for the invocation

channel?: Channel

Property Value

content

The content of the request.

content?: InputMessagesParam

Property Value

conversationId

Optional conversation identifier

conversationId?: string

Property Value

string

sessionId

Optional session identifier for grouping related requests

sessionId?: string

Property Value

string