Package com.openai.models
Class RunStepDelta.Builder
-
- All Implemented Interfaces:
public final class RunStepDelta.BuilderA builder for RunStepDelta.
-
-
Method Summary
Modifier and Type Method Description final RunStepDelta.BuilderstepDetails(RunStepDelta.StepDetails stepDetails)The details of the run step. final RunStepDelta.BuilderstepDetails(JsonField<RunStepDelta.StepDetails> stepDetails)The details of the run step. final RunStepDelta.BuilderstepDetails(RunStepDeltaMessageDelta messageCreation)Details of the message creation by the run step. final RunStepDelta.BuilderstepDetails(ToolCallDeltaObject toolCalls)Details of the tool call. final RunStepDelta.BuilderadditionalProperties(Map<String, JsonValue> additionalProperties)final RunStepDelta.BuilderputAdditionalProperty(String key, JsonValue value)final RunStepDelta.BuilderputAllAdditionalProperties(Map<String, JsonValue> additionalProperties)final RunStepDelta.BuilderremoveAdditionalProperty(String key)final RunStepDelta.BuilderremoveAllAdditionalProperties(Set<String> keys)final RunStepDeltabuild()-
-
Method Detail
-
stepDetails
final RunStepDelta.Builder stepDetails(RunStepDelta.StepDetails stepDetails)
The details of the run step.
-
stepDetails
final RunStepDelta.Builder stepDetails(JsonField<RunStepDelta.StepDetails> stepDetails)
The details of the run step.
-
stepDetails
final RunStepDelta.Builder stepDetails(RunStepDeltaMessageDelta messageCreation)
Details of the message creation by the run step.
-
stepDetails
final RunStepDelta.Builder stepDetails(ToolCallDeltaObject toolCalls)
Details of the tool call.
-
additionalProperties
final RunStepDelta.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final RunStepDelta.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final RunStepDelta.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final RunStepDelta.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final RunStepDelta.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final RunStepDelta build()
-
-
-
-