Skip to content

Commit 8656760

Browse files
committed
add action type
1 parent f8b2164 commit 8656760

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

wami/well-known/ActionsManifest.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,50 @@
4444
"description": "Photo to be blurred in Wami."
4545
}
4646
]
47+
},
48+
{
49+
"id": "Wami.Rotate",
50+
"description": "Rotate the image by 90 degrees",
51+
"kind": "Search",
52+
"inputs": [
53+
{
54+
"name": "File",
55+
"kind": "Photo"
56+
}
57+
],
58+
"outputs": [],
59+
"invocation": {
60+
"type": "Uri",
61+
"uri": "web+wami://rotate"
62+
},
63+
"inputCombinations": [
64+
{
65+
"inputs": [ "File" ],
66+
"description": "Photo to be rotated in Wami."
67+
}
68+
]
69+
},
70+
{
71+
"id": "Wami.Paint",
72+
"description": "Convert the image to oil paint style",
73+
"kind": "Search",
74+
"inputs": [
75+
{
76+
"name": "File",
77+
"kind": "Photo"
78+
}
79+
],
80+
"outputs": [],
81+
"invocation": {
82+
"type": "Uri",
83+
"uri": "web+wami://paint"
84+
},
85+
"inputCombinations": [
86+
{
87+
"inputs": [ "File" ],
88+
"description": "Photo to be converted to oil paint style."
89+
}
90+
]
4791
}
4892
]
4993
}

0 commit comments

Comments
 (0)