Skip to content

Commit

Permalink
Adding Validation Summaries to Validation Outcome
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroEsquivel committed Sep 20, 2024
1 parent 554eb83 commit 8d994e6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions schemas/core/validation-outcome.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
"type": "string",
"description": "The raw, unchanged string content from the LLM call."
},
"validationSummaries": {
"type": "array",
"items": {
"$ref": "https://raw.githubusercontent.com/guardrails-ai/interfaces/main/schemas/core/validation-summary.json"
}
},
"validatedOutput": {
"description": "The validated, and potentially fixed, output from the LLM call after undergoing validation.",
"anyOf": [
Expand Down

0 comments on commit 8d994e6

Please sign in to comment.