AgenticExecutionResult

data class AgenticExecutionResult(val output: String, val artifacts: List<Any>)

Result of agentic tool execution.

Constructors

Link copied to clipboard
constructor(output: String, artifacts: List<Any>)

Properties

Link copied to clipboard
Link copied to clipboard