Uses of Interface
bg.codexio.ai.openai.api.payload.chat.request.FunctionChoice
Packages that use FunctionChoice
Package
Description
-
Uses of FunctionChoice in bg.codexio.ai.openai.api.payload.chat.functions
Classes in bg.codexio.ai.openai.api.payload.chat.functions that implement FunctionChoiceModifier and TypeClassDescriptionstatic final recordstatic final record -
Uses of FunctionChoice in bg.codexio.ai.openai.api.payload.chat.request
Methods in bg.codexio.ai.openai.api.payload.chat.request that return FunctionChoiceModifier and TypeMethodDescriptionFunctionTool.FunctionToolChoice.function()Returns the value of thefunctionrecord component.Constructors in bg.codexio.ai.openai.api.payload.chat.request with parameters of type FunctionChoiceModifierConstructorDescriptionFunctionToolChoice(FunctionChoice function) Creates an instance of aFunctionToolChoicerecord class.