Common Contract Errors

Typical failures include:

  • Missing required variable - a required field is absent.
  • Type mismatch - value type does not match the schema (string vs object, etc.).
  • Output contract failure - model output does not satisfy outputSchema.
  • Tool output invalid - tool response fails its declared schema.

These surface in validation and diagnostic on run detail.

See also

Was this page helpful?