Uses of Class
com.azure.ai.agents.persistent.models.RunStepToolCall
Packages that use RunStepToolCall
Package
Description
Package containing the data models for Agents.
-
Uses of RunStepToolCall in com.azure.ai.agents.persistent.models
Subclasses of RunStepToolCall in com.azure.ai.agents.persistent.modelsModifier and TypeClassDescriptionfinal classA record of a call to an Azure AI Search tool, issued by the model in evaluation of a defined tool, that represents executed Azure AI search.final classA record of a call to a bing grounding tool, issued by the model in evaluation of a defined tool, that represents executed search with bing grounding.final classA record of a call to a code interpreter tool, issued by the model in evaluation of a defined tool, that represents inputs and outputs consumed and emitted by the code interpreter.final classA record of a call to a file search tool, issued by the model in evaluation of a defined tool, that represents executed file search.final classA record of a call to a function tool, issued by the model in evaluation of a defined tool, that represents the inputs and output consumed and emitted by the specified function.final classA record of a call to an OpenAPI tool, issued by the model in evaluation of a defined tool, that represents executed OpenAPI operations.Methods in com.azure.ai.agents.persistent.models that return RunStepToolCallModifier and TypeMethodDescriptionstatic RunStepToolCallRunStepToolCall.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RunStepToolCall from the JsonReader.Methods in com.azure.ai.agents.persistent.models that return types with arguments of type RunStepToolCallModifier and TypeMethodDescriptionRunStepToolCallDetails.getToolCalls()Get the toolCalls property: A list of tool call details for this run step.