Comment on Structured Outputs with OllamaparentComments−lioeters1yIt looks like the structured output feature is available in Go, with the `format` field. type GenerateRequest struct { ... // Format specifies the format to return a response in. Format json.RawMessage `json:"format,omitempty"` https://github.com/ollama/ollama/blob/de52b6c2f90ff220ed9469...
Comments
It looks like the structured output feature is available in Go, with the `format` field.
https://github.com/ollama/ollama/blob/de52b6c2f90ff220ed9469...