Failure Model

A public Prompt Orchestra call can fail because of provider issues, tool errors, validation problems, or auth and boundary mismatches.

Where failures surface publicly

  • stable agent run detail: agentRunDetailSchema.validation and agentRunDetailSchema.diagnostic
  • public beta skill run response: skillRunResponseSchema.validation and skillRunResponseSchema.diagnostic
  • public beta evaluation result: diagnosticSummary
  • transport and auth failures: external diagnostic error payloads

See also

Was this page helpful?