toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.agent.api.tool
/
Tool
/
Result
/
WithArtifact
With
Artifact
data
class
WithArtifact
(
val
content
:
String
,
val
artifact
:
Any
)
:
Tool.Result
Result with additional artifact (e.g., generated file, image)
Members
Constructors
With
Artifact
Link copied to clipboard
constructor
(
content
:
String
,
artifact
:
Any
)
Properties
artifact
Link copied to clipboard
val
artifact
:
Any
content
Link copied to clipboard
val
content
:
String