Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Query contract violations
const validations = await thread.validationResults({ limit: 10 });
validations, err := thread.ValidationResults(ctx, 10) if err != nil { log.Fatal(err) }
validations = await archived_thread.validation_results(limit=10)
stepName
severity
critical
warning
info
status
violated
passed
limit
stepId
message
violationType
timestamp
invalid_entry_point
missing_required_field
invalid_transition
step_timeout
thread_max_duration
retry_limit_exceeded