Skip to content

Commit

Permalink
feat: add JSON schema grammar support to the chat command
Browse files Browse the repository at this point in the history
  • Loading branch information
giladgd committed Oct 11, 2023
1 parent 829ed39 commit f0c534f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions test/utils/jsonSchemas/message.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"type": "object",
"properties": {
"responseMessage": {
"type": "string"
},
"requestPositivityScoreFromOneToTen": {
"type": "number"
}
}
}

0 comments on commit f0c534f

Please sign in to comment.