ollama-structured-output-test
A Node.js application that demonstrates how to get structured JSON responses from Ollama using Zod schemas.
The example queries Ollama about Disney World and returns a structured response containing name, city, attractions, rides, and fun facts. Uses the ollama JavaScript client with zod for schema validation.