Uses of Class
com.azure.ai.agents.persistent.models.RunStepDeltaDetail
Packages that use RunStepDeltaDetail
Package
Description
Package containing the data models for Agents.
-
Uses of RunStepDeltaDetail in com.azure.ai.agents.persistent.models
Subclasses of RunStepDeltaDetail in com.azure.ai.agents.persistent.modelsModifier and TypeClassDescriptionfinal classRepresents a message creation within a streaming run step delta.final classRepresents an invocation of tool calls as part of a streaming run step.Methods in com.azure.ai.agents.persistent.models that return RunStepDeltaDetailModifier and TypeMethodDescriptionstatic RunStepDeltaDetailRunStepDeltaDetail.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.