Share via


ResponseMessagesParam type

Accepted input for OutputResponse.messages. Supports plain strings, structured OutputMessages, or a raw dict (treated as a tool call result per OTEL spec and serialized directly via JSON.stringify).

type ResponseMessagesParam = OutputMessagesParam | Record<string, unknown>