Uses of Interface
bg.codexio.ai.openai.api.payload.chat.request.ChatTool.ChatToolChoice
Packages that use ChatTool.ChatToolChoice
Package
Description
-
Uses of ChatTool.ChatToolChoice in bg.codexio.ai.openai.api.payload.chat
Methods in bg.codexio.ai.openai.api.payload.chat that return ChatTool.ChatToolChoiceConstructors in bg.codexio.ai.openai.api.payload.chat with parameters of type ChatTool.ChatToolChoiceModifierConstructorDescriptionChatFunction(String description, String name, Map<String, Object> parameters, ChatTool.ChatToolChoice choice) -
Uses of ChatTool.ChatToolChoice in bg.codexio.ai.openai.api.payload.chat.request
Classes in bg.codexio.ai.openai.api.payload.chat.request that implement ChatTool.ChatToolChoiceMethods in bg.codexio.ai.openai.api.payload.chat.request that return ChatTool.ChatToolChoiceModifier and TypeMethodDescriptionChatTool.asChoice()FunctionTool.asChoice()ChatMessageRequest.Builder.toolChoice()Returns the value of thetoolChoicerecord component.ChatMessageRequest.toolChoice()Returns the value of thetoolChoicerecord component.Methods in bg.codexio.ai.openai.api.payload.chat.request with parameters of type ChatTool.ChatToolChoiceModifier and TypeMethodDescriptionChatMessageRequest.Builder.withToolChoice(ChatTool.ChatToolChoice toolChoice) Constructors in bg.codexio.ai.openai.api.payload.chat.request with parameters of type ChatTool.ChatToolChoiceModifierConstructorDescriptionBuilder(String model, List<ChatMessage> messages, Double frequencyPenalty, Map<String, Integer> logitBias, Integer maxTokens, Integer n, Double presencePenalty, Integer seed, String[] stop, boolean stream, Double temperature, Double topP, List<ChatTool> tools, ChatTool.ChatToolChoice toolChoice, String user) Creates an instance of aBuilderrecord class.ChatMessageRequest(String model, List<ChatMessage> messages, Double frequencyPenalty, Map<String, Integer> logitBias, Integer maxTokens, Integer n, Double presencePenalty, Integer seed, String[] stop, boolean stream, Double temperature, Double topP, List<ChatTool> tools, ChatTool.ChatToolChoice toolChoice, String user) Creates an instance of aChatMessageRequestrecord class.