Uses of Enum Class
xyz.felh.openai.thread.run.step.RunStep.Type
Packages that use RunStep.Type
-
Uses of RunStep.Type in xyz.felh.openai.thread.run.step
Methods in xyz.felh.openai.thread.run.step that return RunStep.TypeModifier and TypeMethodDescriptionstatic RunStep.TypeRunStep.Type.findByValue(String value) static RunStep.TypeReturns the enum constant of this class with the specified name.static RunStep.Type[]RunStep.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.