Package org.eclnt.ccee.prompting
Interface IPromptingToolCallBack
public interface IPromptingToolCallBack
Reaction to a tool call back from the prompting.
-
Method Summary
Modifier and TypeMethodDescriptionvoidreactOnToolCallBack(IPromptingWithTools prompting, PromptingToolCalls calls)
-
Method Details
-
reactOnToolCallBack
- Parameters:
prompting- This is the prompting instance to deliver the result of the tool processing by usingIPromptingWithTools.processToolOutput(PromptingToolOutputs).
Pay attention: sometimes this prompting is a different one than the one you started the prompt with. Example: when usingPromptingToolsAggregation, then the prompting passed as parameter is the actual prompting that was chosen by the aggregation.calls- The information that contains the tool calls: functions + parameters.
-