Uses of Class
com.azure.ai.openai.assistants.models.RunStepDeltaDetail
Packages that use RunStepDeltaDetail
Package
Description
Package containing the data models for Assistants.
-
Uses of RunStepDeltaDetail in com.azure.ai.openai.assistants.models
Subclasses of RunStepDeltaDetail in com.azure.ai.openai.assistants.modelsModifier and TypeClassDescriptionfinal class
Represents a message creation within a streaming run step delta.final class
Represents an invocation of tool calls as part of a streaming run step.Methods in com.azure.ai.openai.assistants.models that return RunStepDeltaDetailModifier and TypeMethodDescriptionstatic RunStepDeltaDetail
RunStepDeltaDetail.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of RunStepDeltaDetail from the JsonReader.RunStepDelta.getStepDetails()
Get the stepDetails property: The details of the run step.