Interface StudioAiToolChoiceExperimental

interface StudioAiToolChoice {
    mode: StudioAiToolChoiceMode;
    toolName?: string;
}

Properties

Properties

toolName?: string

Required when mode is "specific".