Skip to content

ResponseSpanData

type ResponseSpanData = SpanDataBase & object;
optional _input?: string | Record<string, any>[];

Not used by the OpenAI tracing provider but helpful for other tracing providers.

optional _response?: Record<string, any>;
optional response_id?: string;
type: "response";