Class ChatFunction
java.lang.Object
bg.codexio.ai.openai.api.payload.chat.ChatFunction
- Direct Known Subclasses:
GetCurrentWeather,GetNearbyPlaces
Representation of a function as per
Defining functions
-
Constructor Summary
ConstructorsConstructorDescriptionChatFunction(String description, String name, Map<String, Object> parameters, ChatTool.ChatToolChoice choice) -
Method Summary
-
Constructor Details
-
ChatFunction
-
-
Method Details
-
getDescription
-
getName
-
getParameters
-
asChoice
-