Uses of Class
bg.codexio.ai.openai.api.sdk.chat.ToolStage
-
Packages that use ToolStage Package Description bg.codexio.ai.openai.api.sdk.chat -
-
Uses of ToolStage in bg.codexio.ai.openai.api.sdk.chat
Methods in bg.codexio.ai.openai.api.sdk.chat that return ToolStage Modifier and Type Method Description ToolStageToolStage. chooseTool(bg.codexio.ai.openai.api.payload.chat.request.ChatTool tool)Adds a tool and set it as toolChoice.ToolStageToolStage. justAdd(bg.codexio.ai.openai.api.payload.chat.request.ChatTool tool)Adds a tool.ToolStageManualConfigurationStage. tools()Configures tools such as functionsToolStageToolStage. withTool(bg.codexio.ai.openai.api.payload.chat.request.ChatTool tool, boolean shouldChoose)Adds a tool and set it as toolChoice if true.
-