codex / codex-rs /app-server-protocol /schema /json /v2 /AuthRecoveryNotification.json
SaylorTwift's picture
SaylorTwift HF Staff
Add files using upload-large-folder tool
50ae831 verified
Raw
History Blame Contribute Delete
409 Bytes
{
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"message": {
"type": "string"
},
"provider": {
"type": "string"
},
"threadId": {
"type": "string"
},
"turnId": {
"type": "string"
}
},
"required": [
"message",
"provider",
"threadId",
"turnId"
],
"title": "AuthRecoveryNotification",
"type": "object"
}