Package com.openai.models
Class AssistantStreamEvent.ThreadRunStepCompleted.Builder
-
- All Implemented Interfaces:
public final class AssistantStreamEvent.ThreadRunStepCompleted.Builder
-
-
Constructor Summary
Constructors Constructor Description AssistantStreamEvent.ThreadRunStepCompleted.Builder()
-
Method Summary
-
-
Method Detail
-
data
final AssistantStreamEvent.ThreadRunStepCompleted.Builder data(RunStep data)
Represents a step in execution of a run.
-
data
final AssistantStreamEvent.ThreadRunStepCompleted.Builder data(JsonField<RunStep> data)
Represents a step in execution of a run.
-
event
final AssistantStreamEvent.ThreadRunStepCompleted.Builder event(AssistantStreamEvent.ThreadRunStepCompleted.Event event)
-
event
final AssistantStreamEvent.ThreadRunStepCompleted.Builder event(JsonField<AssistantStreamEvent.ThreadRunStepCompleted.Event> event)
-
additionalProperties
final AssistantStreamEvent.ThreadRunStepCompleted.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final AssistantStreamEvent.ThreadRunStepCompleted.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final AssistantStreamEvent.ThreadRunStepCompleted.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final AssistantStreamEvent.ThreadRunStepCompleted.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final AssistantStreamEvent.ThreadRunStepCompleted.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final AssistantStreamEvent.ThreadRunStepCompleted build()
-
-
-
-