Force strict JSON generation and connect Gemini to external APIs. Part of the free Vertex AI Academy — every lesson below is open to everyone, no signup required.
Ending Parsing Errors When building applications, you often need the LLM to output structured data (like JSON) rather than plain text. Gemini supports...
Giving Gemini Hands Function Calling allows you to provide Gemini with a list of external tools (like an API to check the weather). Gemini won't call...