update_gemini_token
Update the Google Gemini API key in the VoiceAI-MCP-VAVicky server to ensure seamless integration and functionality for AI-driven voice and chat services.
Instructions
Update Google Gemini API Key
Input Schema
Name | Required | Description | Default |
---|---|---|---|
gemini_token | Yes | Google Gemini API Key |
Input Schema (JSON Schema)
{
"properties": {
"gemini_token": {
"description": "Google Gemini API Key",
"type": "string"
}
},
"required": [
"gemini_token"
],
"type": "object"
}