Class StreamRunStepUpdate
java.lang.Object
com.azure.ai.agents.persistent.models.StreamUpdate
com.azure.ai.agents.persistent.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, PersistentAgentStreamEvent 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.agents.persistent.models.StreamUpdate
getKind
-
Constructor Details
-
StreamRunStepUpdate
Creates a new instance of StreamRunStepUpdate.- Parameters:
runStepDelta- TheRunStepDeltaChunkwith 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.
-