Uses of Class
bg.codexio.ai.openai.api.sdk.chat.ToolStage
Packages that use ToolStage
-
Uses of ToolStage in bg.codexio.ai.openai.api.sdk.chat
Methods in bg.codexio.ai.openai.api.sdk.chat that return ToolStageModifier and TypeMethodDescriptionToolStage.chooseTool(bg.codexio.ai.openai.api.payload.chat.request.ChatTool tool) Adds a tool and set it as toolChoice.ToolStage.justAdd(bg.codexio.ai.openai.api.payload.chat.request.ChatTool tool) Adds a tool.ManualConfigurationStage.tools()Configures tools such as functionsToolStage.withTool(bg.codexio.ai.openai.api.payload.chat.request.ChatTool tool, boolean shouldChoose) Adds a tool and set it as toolChoice if true.