Google Gemini · Schema

ToolConfig

The Tool configuration containing parameters for specifying Tool use in the request.

Agentic AIArtificial IntelligenceCode GenerationEmbeddingsGenerative AIImage-GenerationLLMMachine-LearningMulti-Modal

Properties

Name Type Description
functionCallingConfig object
View JSON Schema on GitHub

JSON Schema

google-gemini-toolconfig-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ToolConfig",
  "title": "ToolConfig",
  "type": "object",
  "description": "The Tool configuration containing parameters for specifying Tool use in the request.",
  "properties": {
    "functionCallingConfig": {
      "$ref": "#/components/schemas/FunctionCallingConfig"
    }
  }
}