Uses of Class
com.azure.ai.agents.persistent.models.RunStepDetails
Packages that use RunStepDetails
Package
Description
Package containing the data models for Agents.
-
Uses of RunStepDetails in com.azure.ai.agents.persistent.models
Subclasses of RunStepDetails in com.azure.ai.agents.persistent.modelsModifier and TypeClassDescriptionfinal classThe detailed information associated with a message creation run step.final classThe detailed information associated with a run step calling tools.Methods in com.azure.ai.agents.persistent.models that return RunStepDetailsModifier and TypeMethodDescriptionstatic RunStepDetailsRunStepDetails.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RunStepDetails from the JsonReader.RunStep.getStepDetails()Get the stepDetails property: The details for this run step.