interface WatsonxDeltaStream {
    content?: string;
    refusal?: string;
    role?: string;
    tool_calls?: TextChatToolCall[];
}

Properties

content?: string
refusal?: string
role?: string
tool_calls?: TextChatToolCall[]