Uses of Class
com.azure.ai.openai.assistants.models.RunStepDetails
Packages that use RunStepDetails
Package
Description
Package containing the data models for Assistants.
-
Uses of RunStepDetails in com.azure.ai.openai.assistants.models
Subclasses of RunStepDetails in com.azure.ai.openai.assistants.modelsModifier and TypeClassDescriptionfinal class
The detailed information associated with a message creation run step.final class
The detailed information associated with a run step calling tools.Methods in com.azure.ai.openai.assistants.models that return RunStepDetailsModifier and TypeMethodDescriptionstatic RunStepDetails
RunStepDetails.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.