Common Debugging Workflows

  • Bad output shape — contract trace → actualStructuredOutput vs outputSchema.
  • Wrong tool used — steps with step_type: tool_call and tool_name metadata.
  • Auth failures — 401/403 on GET /runs — check Bearer and org match.

See also

Was this page helpful?