Uses of Class
com.azure.ai.openai.assistants.models.RunStepDeltaToolCall
Packages that use RunStepDeltaToolCall
Package
Description
Package containing the data models for Assistants.
-
Uses of RunStepDeltaToolCall in com.azure.ai.openai.assistants.models
Subclasses of RunStepDeltaToolCall in com.azure.ai.openai.assistants.modelsModifier and TypeClassDescriptionfinal class
Represents a Code Interpreter tool call within a streaming run step's tool call details.final class
Represents a file search tool call within a streaming run step's tool call details.final class
Represents a function tool call within a streaming run step's tool call details.Methods in com.azure.ai.openai.assistants.models that return RunStepDeltaToolCallModifier and TypeMethodDescriptionstatic RunStepDeltaToolCall
RunStepDeltaToolCall.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of RunStepDeltaToolCall from the JsonReader.Methods in com.azure.ai.openai.assistants.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.