toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.agent.api.tool.agentic
/
AgenticExecutionConfig
Agentic
Execution
Config
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.
Members
Constructors
Agentic
Execution
Config
Link copied to clipboard
constructor
(
toolName
:
String
,
llm
:
<Error class: unknown class>
,
systemPrompt
:
String
,
tools
:
List
<
Tool
>
,
maxIterations
:
Int
=
AgenticTool.DEFAULT_MAX_ITERATIONS
)
Properties
llm
Link copied to clipboard
val
llm
:
<Error class: unknown class>
max
Iterations
Link copied to clipboard
val
maxIterations
:
Int
system
Prompt
Link copied to clipboard
val
systemPrompt
:
String
tool
Name
Link copied to clipboard
val
toolName
:
String
tools
Link copied to clipboard
val
tools
:
List
<
Tool
>