interface ToolChoiceConfig {
    allowed_tools?: GeminiNextGenAPIClient.Interactions.AllowedTools;
}

Properties

Properties

The configuration for allowed tools.