Hacker News new | ask | show | jobs
by lioeters 560 days ago
It 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...