ChatValidationErrorsPayload
SegmentBuilder / Actions failed validation after the repair budget.
result carries the attempted (and rejected) payload so the parent
agent or UI can introspect what was tried.
type ChatValidationErrorsPayload {
errors: [ChatValidationError!]!
result: JSON
}
Fields
ChatValidationErrorsPayload.errors ● [ChatValidationError!]! non-null object
ChatValidationErrorsPayload.result ● JSON scalar
Implemented By
ChatMessagePayload union


