@ai-stack/payloadcms
Version:
<p align="center"> <img alt="Payload AI Plugin" src="assets/payload-ai-intro.gif" width="100%" /> </p>
78 lines (77 loc) • 2.16 kB
JSON
{
"type": "object",
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"properties": {
"$schema": {
"type": "string"
},
"ai-plugin": {
"type": "object",
"additionalProperties": false,
"properties": {
"clickToStop": {
"type": "string"
},
"compose": {
"type": "string"
},
"composing": {
"type": "string"
},
"expand": {
"type": "string"
},
"expanding": {
"type": "string"
},
"failedToGenerate": {
"type": "string"
},
"promptEditorPlaceholder": {
"type": "string"
},
"proofread": {
"type": "string"
},
"proofreading": {
"type": "string"
},
"rephrase": {
"type": "string"
},
"rephrasing": {
"type": "string"
},
"richTextApplyFailed": {
"type": "string"
},
"search": {
"type": "string"
},
"settings": {
"type": "string"
},
"simplify": {
"type": "string"
},
"simplifying": {
"type": "string"
},
"summarize": {
"type": "string"
},
"summarizing": {
"type": "string"
},
"translate": {
"type": "string"
},
"translating": {
"type": "string"
}
}
}
},
"required": ["ai-plugin"]
}