Skip to content

Commit

Permalink
Merge pull request #8 from guardrails-ai/dtam/add_has_guardrails_endp…
Browse files Browse the repository at this point in the history
…oint_to_tags

add has guardrails endpoint to tags
  • Loading branch information
CalebCourier authored Aug 12, 2024
2 parents 7658743 + a4d81d5 commit cadc04c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions schemas/hub/tags.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@
]
}
},
"hasGuardRailsEndpoint":{
"type": "boolean",
"description": "Indicates whether validator has a Guardrails endpoint",
"default": false
},
"riskCategory": {
"type": "array",
"items": {
Expand Down

0 comments on commit cadc04c

Please sign in to comment.