Skip to main content
Use the Go SDK to get structured judgments - probabilities, choices, and rubric scores - from judgment models like TypeSafe’s jev family. Provider/model examples:
  • TypeSafe: Provider: schemas.Typesafe, Model: "jev-1.13.0" (aliases: jev-latest, jev-preview)

Basic Example

The account must serve keys for schemas.Typesafe - the OpenAI-only account from the setup guide returns “provider not supported” for this example. A minimal TypeSafe-capable account:

Answers

Every question produces one schemas.DecisionAnswer: State and Instructions accept a string, map[string]interface{}, or []interface{}, preserved losslessly. Fallbacks work like every other request type via the Fallbacks field.