Share via


OutputResponse interface

Represents a response containing output messages from an agent. Used with OutputScope for output message tracing. Accepts plain strings, structured OTEL OutputMessage objects, or a raw dict (treated as a tool call result per OTEL spec).

Properties

messages

The output messages from the agent

Property Details

messages

The output messages from the agent

messages: ResponseMessagesParam

Property Value