Skip to content

Commit

Permalink
actions.schema - add reidentify.onfail property
Browse files Browse the repository at this point in the history
Sets an action to take in case of failure.
  • Loading branch information
MatteoCampinoti94 committed Nov 1, 2023
1 parent 3096922 commit 6e6377e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions actions.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,21 @@
},
"reidentify": {
"type": "object",
"required": [
"reasoning"
],
"properties": {
"reasoning": {
"type": "string"
},
"onfail": {
"type": "string",
"enum": [
"convert",
"extract",
"manual",
"ignore"
]
}
}
},
Expand Down

0 comments on commit 6e6377e

Please sign in to comment.