We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d7270e commit 562fdeaCopy full SHA for 562fdea
actions/intelligence.cherri
@@ -59,6 +59,7 @@ enum saveToPlaygroundBehavior {
59
// [Doc]: [Image Playground] Create Image using Image Playground: Generate an image with a prompt using Image Playground.
60
#define action 'com.apple.GenerativePlaygroundApp.GenerateImageIntent' createImagePlayground(
61
text prompt: 'prompt',
62
+ variable ?image: 'image',
63
saveToPlaygroundBehavior ?saveToPlayground: 'saveToPlayground' = "always",
64
variable ?style: 'style'
65
)
0 commit comments