Uses of Class
com.azure.ai.openai.assistants.models.IncompleteRunDetails
Packages that use IncompleteRunDetails
Package
Description
Package containing the data models for Assistants.
-
Uses of IncompleteRunDetails in com.azure.ai.openai.assistants.models
Fields in com.azure.ai.openai.assistants.models declared as IncompleteRunDetailsModifier and TypeFieldDescriptionstatic final IncompleteRunDetails
IncompleteRunDetails.MAX_COMPLETION_TOKENS
Maximum completion tokens exceeded.static final IncompleteRunDetails
IncompleteRunDetails.MAX_PROMPT_TOKENS
Maximum prompt tokens exceeded.Methods in com.azure.ai.openai.assistants.models that return IncompleteRunDetailsModifier and TypeMethodDescriptionstatic IncompleteRunDetails
IncompleteRunDetails.fromString
(String name) Creates or finds a IncompleteRunDetails from its string representation.ThreadRun.getIncompleteDetails()
Get the incompleteDetails property: Details on why the run is incomplete.Methods in com.azure.ai.openai.assistants.models that return types with arguments of type IncompleteRunDetailsModifier and TypeMethodDescriptionstatic Collection
<IncompleteRunDetails> IncompleteRunDetails.values()
Gets known IncompleteRunDetails values.