Handbook
Glossary
<image-edit ( image prompt -- image-edit )
Vocabulary
openai
Inputs
image
an
object
prompt
an
object
Outputs
image-edit
an
object
Definition
USING:
accessors
kernel
;
IN:
openai
:
<image-edit
( image prompt -- image-edit )
image-edit
new
swap
>>prompt
swap
>>image
;