Interface ThinkingResponsePart

interface ThinkingResponsePart {
    signature: string;
    thought: string;
}

Properties

Properties

signature: string
thought: string