dd-trace
    Preparing search index...

    Interface ContentPartsMessage

    A conversational message whose content is represented by structured parts.

    interface ContentPartsMessage {
        content: ContentPart[];
        role: string;
        tool_call_id?: string;
        tool_calls?: aiguard.ToolCall[];
    }
    Index
    content: ContentPart[]
    role: string
    tool_call_id?: string
    tool_calls?: aiguard.ToolCall[]