toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.agent.api.tool.agentic
/
AgenticExecutionResult
Agentic
Execution
Result
data
class
AgenticExecutionResult
(
val
output
:
String
,
val
artifacts
:
List
<
Any
>
)
Result of agentic tool execution.
Members
Constructors
Agentic
Execution
Result
Link copied to clipboard
constructor
(
output
:
String
,
artifacts
:
List
<
Any
>
)
Properties
artifacts
Link copied to clipboard
val
artifacts
:
List
<
Any
>
output
Link copied to clipboard
val
output
:
String