-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathImageEditor.json
17 lines (17 loc) · 1.05 KB
/
ImageEditor.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"schema_version": "v1",
"name_for_model": "ImageEditor",
"name_for_human": "Image Editor",
"description_for_model": "Plugin for editing image like resize, crop, blur, rotate and many more feature.\n Interpreting the API response:\n- When you get the response it will include an image url, you should render it inline using  syntax.\n- Suggest to the user that they can edit the image with followup requests in chat.\n- Using image_url parameter, render it inline using [Open image in new tab](image_url) syntax. \n- You should create the response in that order: first the process is done, then the image, then the link for opening in new tab, then the textual explanation.",
"description_for_human": "Edit images seamlessly, resize, crop, blur and many more embedded features.",
"auth": {
"type": "none"
},
"api": {
"type": "openapi",
"url": "/openapi.yaml"
},
"logo_url": "https://imageeditor.dev/logo/png/logo-color.png",
"contact_email": "behramcelen@gmail.com",
"legal_info_url": "https://imageeditor.dev/legal"
}