Package com.openai.models
Class RunStepDelta.StepDetails
-
- All Implemented Interfaces:
public final class RunStepDelta.StepDetails
The details of the run step.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interface
RunStepDelta.StepDetails.Visitor
public final class
RunStepDelta.StepDetails.Deserializer
public final class
RunStepDelta.StepDetails.Serializer
-
Method Summary
-
-
Method Detail
-
runStepDeltaMessageDelta
final Optional<RunStepDeltaMessageDelta> runStepDeltaMessageDelta()
Details of the message creation by the run step.
-
toolCallDeltaObject
final Optional<ToolCallDeltaObject> toolCallDeltaObject()
Details of the tool call.
-
isRunStepDeltaMessageDelta
final Boolean isRunStepDeltaMessageDelta()
-
isToolCallDeltaObject
final Boolean isToolCallDeltaObject()
-
asRunStepDeltaMessageDelta
final RunStepDeltaMessageDelta asRunStepDeltaMessageDelta()
Details of the message creation by the run step.
-
asToolCallDeltaObject
final ToolCallDeltaObject asToolCallDeltaObject()
Details of the tool call.
-
accept
final <T extends Any> T accept(RunStepDelta.StepDetails.Visitor<T> visitor)
-
validate
final RunStepDelta.StepDetails validate()
-
ofRunStepDeltaMessageDelta
final static RunStepDelta.StepDetails ofRunStepDeltaMessageDelta(RunStepDeltaMessageDelta runStepDeltaMessageDelta)
Details of the message creation by the run step.
-
ofToolCallDeltaObject
final static RunStepDelta.StepDetails ofToolCallDeltaObject(ToolCallDeltaObject toolCallDeltaObject)
Details of the tool call.
-
-
-
-