Uses of Class
com.azure.ai.agents.persistent.models.RunStepDeltaToolCall
Packages that use RunStepDeltaToolCall
Package
Description
Package containing the data models for Agents.
-
Uses of RunStepDeltaToolCall in com.azure.ai.agents.persistent.models
Subclasses of RunStepDeltaToolCall in com.azure.ai.agents.persistent.modelsModifier and TypeClassDescriptionfinal classRepresents a Code Interpreter tool call within a streaming run step's tool call details.final classRepresents a file search tool call within a streaming run step's tool call details.final classRepresents a function tool call within a streaming run step's tool call details.Methods in com.azure.ai.agents.persistent.models that return RunStepDeltaToolCallModifier and TypeMethodDescriptionstatic RunStepDeltaToolCallRunStepDeltaToolCall.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RunStepDeltaToolCall from the JsonReader.Methods in com.azure.ai.agents.persistent.models that return types with arguments of type RunStepDeltaToolCallModifier and TypeMethodDescriptionRunStepDeltaToolCallObject.getToolCalls()Get the toolCalls property: The collection of tool calls for the tool call detail item.