The configuration for allowed tools.

interface AllowedTools {
    mode?: GeminiNextGenAPIClient.Interactions.ToolChoiceType;
    tools?: string[];
}

Properties

Properties

The mode of the tool choice.

tools?: string[]

The names of the allowed tools.