AgenticExecutionConfig

data class AgenticExecutionConfig(val toolName: String, val llm: <Error class: unknown class>, val systemPrompt: String, val tools: List<Tool>, val maxIterations: Int = AgenticTool.DEFAULT_MAX_ITERATIONS)

Configuration for agentic tool execution.

Constructors

Link copied to clipboard
constructor(toolName: String, llm: <Error class: unknown class>, systemPrompt: String, tools: List<Tool>, maxIterations: Int = AgenticTool.DEFAULT_MAX_ITERATIONS)

Properties

Link copied to clipboard
val llm: <Error class: unknown class>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard