Package org.eclnt.ccee.prompting
Class PromptingTool
java.lang.Object
org.eclnt.ccee.prompting.PromptingTool
- All Implemented Interfaces:
IPromptingTool
A prompting toll that can be added to the prompting processing.
-
Constructor Summary
ConstructorsConstructorDescriptionPromptingTool(PromptingToolDef toolDef, IPromptingToolCallBack toolCallBack) -
Method Summary
Modifier and TypeMethodDescriptionGet actual runtime tool processor for call backs.Get meta data for the tool.
-
Constructor Details
-
PromptingTool
-
-
Method Details
-
getToolDef
Description copied from interface:IPromptingToolGet meta data for the tool.- Specified by:
getToolDefin interfaceIPromptingTool
-
getToolCallBack
Description copied from interface:IPromptingToolGet actual runtime tool processor for call backs.- Specified by:
getToolCallBackin interfaceIPromptingTool
-