Uses of Class
com.azure.ai.openai.responses.models.ResponsesTool
Packages that use ResponsesTool
Package
Description
Package containing the data models for AzureResponses.
-
Uses of ResponsesTool in com.azure.ai.openai.responses.models
Subclasses of ResponsesTool in com.azure.ai.openai.responses.modelsModifier and TypeClassDescriptionfinal classThe ResponsesComputerTool model.final classThe ResponsesFileSearchTool model.final classThe ResponsesFunctionTool model.final classThe ResponsesWebSearchTool model.Methods in com.azure.ai.openai.responses.models that return ResponsesToolModifier and TypeMethodDescriptionstatic ResponsesToolResponsesTool.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ResponsesTool from the JsonReader.Methods in com.azure.ai.openai.responses.models that return types with arguments of type ResponsesToolModifier and TypeMethodDescriptionCreateResponsesRequest.getTools()Get the tools property: The tools to use to generate a response.ResponsesResponse.getTools()Get the tools property: The tools available to the model when generating a Response.Method parameters in com.azure.ai.openai.responses.models with type arguments of type ResponsesToolModifier and TypeMethodDescriptionCreateResponsesRequest.setTools(List<ResponsesTool> tools) Set the tools property: The tools to use to generate a response.