Uses of Class
ai.acolite.agentsdk.core.HostedTool
Packages that use HostedTool
Package
Description
Core framework for building AI agents with OpenAI's API.
-
Uses of HostedTool in ai.acolite.agentsdk.core
Methods in ai.acolite.agentsdk.core that return HostedToolModifier and TypeMethodDescriptionstatic HostedToolHostedTool.codeInterpreter()Deprecated.code_interpreter is not yet supported by this SDKstatic HostedToolHostedTool.fileSearch(String vectorStoreId) Deprecated.file_search is not yet supported by this SDKstatic HostedToolHostedTool.imageGeneration()Create an image generation hosted tool.static HostedToolHostedTool.webSearch()Create a web search hosted tool.