Skip to content

Commit 562fdea

Browse files
committed
Add missing image argument to image playground action
1 parent 1d7270e commit 562fdea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

actions/intelligence.cherri

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ enum saveToPlaygroundBehavior {
5959
// [Doc]: [Image Playground] Create Image using Image Playground: Generate an image with a prompt using Image Playground.
6060
#define action 'com.apple.GenerativePlaygroundApp.GenerateImageIntent' createImagePlayground(
6161
text prompt: 'prompt',
62+
variable ?image: 'image',
6263
saveToPlaygroundBehavior ?saveToPlayground: 'saveToPlayground' = "always",
6364
variable ?style: 'style'
6465
)

0 commit comments

Comments
 (0)