Package org.eclnt.ccee.prompting
Class PromptingToolCall
java.lang.Object
org.eclnt.ccee.prompting.PromptingToolCall
Data of a single call back of LLM processing.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMap structure of the arguments.voidsetArguments(Map<String, Object> arguments) voidvoidsetFunction(String function)
-
Constructor Details
-
PromptingToolCall
public PromptingToolCall()
-
-
Method Details
-
getCallId
-
setCallId
-
getFunction
-
setFunction
-
getArguments
Map structure of the arguments. Map items can be:
1. direct values
2. Maps themselves
3. List of objects -
setArguments
-