Llm Interaction
Parameters
Unique identifier for the interaction. Note that this is NOT the id of this particular LLM call, but of the interaction in general. For example, it might be the "analyzeProject" call within the "Analyze" action. Every such call with have the same id, but many calls may be made across different AgentProcesses, or even within the same AgentProcess if the action can be rerun. This is per action, not per process.
LLM options to use, specifying model and hyperparameters
Tools to use for this interaction
Prompt contributors to use for this interaction
If true, use Embabel's own tool loop instead of Spring AI's. This enables dynamic tool injection and gives full control over the tool execution loop. Default is true.
Maximum number of tool loop iterations (default 20)