Uses of Class
bg.codexio.ai.openai.api.payload.chat.ChatFunction
Packages that use ChatFunction
Package
Description
-
Uses of ChatFunction in bg.codexio.ai.openai.api.payload.chat.functions
Subclasses of ChatFunction in bg.codexio.ai.openai.api.payload.chat.functions -
Uses of ChatFunction in bg.codexio.ai.openai.api.payload.chat.request
Methods in bg.codexio.ai.openai.api.payload.chat.request that return ChatFunctionModifier and TypeMethodDescriptionFunctionTool.function()Returns the value of thefunctionrecord component.Constructors in bg.codexio.ai.openai.api.payload.chat.request with parameters of type ChatFunctionModifierConstructorDescriptionFunctionTool(ChatFunction function) Creates an instance of aFunctionToolrecord class.