콘텐츠로 이동

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