Interface DatadogLLMObsRequestBody
interface DatadogLLMObsRequestBody { data: { attributes: { ml_app: string; session_id?: string; spans: DatadogLLMObsSpan[]; tags: string[]; }; type: "span"; }; } Properties
data
data: { attributes: { ml_app: string; session_id?: string; spans: DatadogLLMObsSpan[]; tags: string[]; }; type: "span"; }