interface ChoiceDelta {
    content?: string;
    role: ChatRole;
    toolCalls?: FunctionCall[];
}

Properties

content?: string
role: ChatRole
toolCalls?: FunctionCall[]