Google GenAI Python SDK Skill Use this skill to write high-quality, idiomatic Python code for the Gemini API. Reference Materials Identify the user's task and refer to the relevant file: - Setup & Client : Installation, auth, client initialization. - Models : Recommended models (Flash, Pro, Lite, Imagen, Veo). - Text Generation : Basic inference, streaming, system instructions, safety. - Chat : Multi-turn conversations and history. - Reasoning : Thinking config ( / ), thought signatures. - Structured Output : JSON schemas, Pydantic models, Enums. - Multimodal Inputs : Images, audio, video, PD…