toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.agent.api.common
/
withImage
with
Image
fun
PromptRunner
.
withImage
(
file
:
File
)
:
PromptRunner
Add an image from a file
fun
PromptRunner
.
withImage
(
path
:
Path
)
:
PromptRunner
Add an image from a path
fun
PromptRunner
.
withImage
(
mimeType
:
String
,
data
:
ByteArray
)
:
PromptRunner
Add an image with explicit MIME type and data