Class StreamRunStepUpdate
java.lang.Object
com.azure.ai.openai.assistants.models.StreamUpdate
com.azure.ai.openai.assistants.models.StreamRunStepUpdate
Represents a stream update indicating a change of state in a run step, e.g. creation, completion, etc.
-
Constructor Summary
ConstructorsConstructorDescriptionStreamRunStepUpdate
(RunStepDeltaChunk runStepDelta, AssistantStreamEvent kind) Creates a new instance of StreamRunStepUpdate. -
Method Summary
Modifier and TypeMethodDescriptionGet the incremental update sent by the service.Methods inherited from class com.azure.ai.openai.assistants.models.StreamUpdate
getKind
-
Constructor Details
-
StreamRunStepUpdate
Creates a new instance of StreamRunStepUpdate.- Parameters:
runStepDelta
- TheRunStepDeltaChunk
with the update sent by the service.kind
- The stream event type associated with this update.
-
-
Method Details
-
getMessage
Get the incremental update sent by the service.- Returns:
- the incremental update sent by the service.
-