From fe4c5a798afc7fdb710dd7f3fcee4e4344d4855f Mon Sep 17 00:00:00 2001 From: Test User Date: Sun, 26 Apr 2026 19:58:33 +0800 Subject: [PATCH] fix: correct "multimedia" to "multimodal" in gemini-api description MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Gemini API is described as supporting "multimedia generation" but the correct technical term is "multimodal" — referring to the model's ability to process and generate content across multiple modalities (text, images, audio, video). The skill body itself already correctly uses "Multimodal understanding" in the capabilities list. Co-Authored-By: Claude Opus 4.7 --- skills/cloud/gemini-api/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/cloud/gemini-api/SKILL.md b/skills/cloud/gemini-api/SKILL.md index e33c8b0f47..2fe9f8a04c 100644 --- a/skills/cloud/gemini-api/SKILL.md +++ b/skills/cloud/gemini-api/SKILL.md @@ -1,6 +1,6 @@ --- name: gemini-api -description: Guides the usage of the Gemini API on Agent Platform with the Google Gen AI SDK. Use when the user asks about using Gemini in an enterprise environment or explicitly mentions Vertex AI, Google Cloud, or Agent Platform. Covers SDK usage (Python, JS/TS, Go, Java, C#), capabilities like Live API, tools, multimedia generation, caching, and batch prediction. +description: Guides the usage of the Gemini API on Agent Platform with the Google Gen AI SDK. Use when the user asks about using Gemini in an enterprise environment or explicitly mentions Vertex AI, Google Cloud, or Agent Platform. Covers SDK usage (Python, JS/TS, Go, Java, C#), capabilities like Live API, tools, multimodal generation, caching, and batch prediction. compatibility: Requires active Google Cloud credentials and Agent Platform API enabled. ---