跳转到内容

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";