Package com.openai.models
Class RunStepDelta.Builder
-
- All Implemented Interfaces:
public final class RunStepDelta.Builder
-
-
Constructor Summary
Constructors Constructor Description RunStepDelta.Builder()
-
Method Summary
Modifier and Type Method Description final RunStepDelta.Builder
stepDetails(RunStepDelta.StepDetails stepDetails)
The details of the run step. final RunStepDelta.Builder
stepDetails(JsonField<RunStepDelta.StepDetails> stepDetails)
The details of the run step. final RunStepDelta.Builder
stepDetails(RunStepDeltaMessageDelta runStepDeltaMessageDelta)
Details of the message creation by the run step. final RunStepDelta.Builder
stepDetails(ToolCallDeltaObject toolCallDeltaObject)
Details of the tool call. final RunStepDelta.Builder
additionalProperties(Map<String, JsonValue> additionalProperties)
final RunStepDelta.Builder
putAdditionalProperty(String key, JsonValue value)
final RunStepDelta.Builder
putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
final RunStepDelta.Builder
removeAdditionalProperty(String key)
final RunStepDelta.Builder
removeAllAdditionalProperties(Set<String> keys)
final RunStepDelta
build()
-
-
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 runStepDeltaMessageDelta)
Details of the message creation by the run step.
-
stepDetails
final RunStepDelta.Builder stepDetails(ToolCallDeltaObject toolCallDeltaObject)
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()
-
-
-
-