PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 12.6.4
Jetpack – WP Security, Backup, Speed, & Growth v12.6.4
12.0.3 12.1.3 12.2.3 12.3.2 12.4.2 12.5.2 12.6.4 12.7.3 12.8.3 12.9.5 13.0.2 13.1.5 13.2.4 13.3.3 13.4.5 13.5.2 13.6.2 13.7.2 13.8.3 13.9.2 14.0.1 14.1.1 14.2.2 14.3.1 14.4.2 All 500 releases
jetpack / _inc / blocks / ai-assistant / block.json
block.json
57 lines 2.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "apiVersion": 3,
4 "name": "jetpack/ai-assistant",
5 "title": "AI Assistant (Experimental)",
6 "description": "Automatically generate and modify content, powered by AI magic. The AI Assistant can be imprecise with information about people, places, or facts. We are experimenting with this feature and can tweak or remove it at any point.",
7 "keywords": [
8 "AI",
9 "GPT",
10 "AL",
11 "Magic",
12 "help",
13 "assistant"
14 ],
15 "version": "12.5.0",
16 "textdomain": "jetpack",
17 "category": "text",
18 "icon": "<svg viewBox='0 0 32 32' width='32' height='32' xmlns='http://www.w3.org/2000/svg'><path d='M9.33301 5.33325L10.4644 8.20188L13.333 9.33325L10.4644 10.4646L9.33301 13.3333L8.20164 10.4646L5.33301 9.33325L8.20164 8.20188L9.33301 5.33325Z'/><path d='M21.3333 5.33333L22.8418 9.15817L26.6667 10.6667L22.8418 12.1752L21.3333 16L19.8248 12.1752L16 10.6667L19.8248 9.15817L21.3333 5.33333Z'/><path d='M14.6667 13.3333L16.5523 18.1144L21.3333 20L16.5523 21.8856L14.6667 26.6667L12.781 21.8856L8 20L12.781 18.1144L14.6667 13.3333Z'/></svg>",
19 "supports": {
20 "html": false,
21 "multiple": true,
22 "reusable": false
23 },
24 "attributes": {
25 "content": {
26 "type": "string"
27 },
28 "originalContent": {
29 "type": "string"
30 },
31 "promptType": {
32 "type": "string"
33 },
34 "originalMessages": {
35 "type": "array",
36 "default": []
37 },
38 "messages": {
39 "type": "array",
40 "default": []
41 },
42 "useGutenbergSyntax": {
43 "type": "boolean",
44 "default": false
45 },
46 "useGpt4": {
47 "type": "boolean",
48 "default": false
49 },
50 "customSystemPrompt": {
51 "type": "string",
52 "default": ""
53 }
54 },
55 "editorScript": "file:../editor.js",
56 "editorStyle": "file:../editor.css"
57 }