Uses of Class
com.azure.ai.openai.assistants.models.RunStepDeltaChunk
Packages that use RunStepDeltaChunk
Package
Description
Package containing the data models for Assistants.
-
Uses of RunStepDeltaChunk in com.azure.ai.openai.assistants.models
Methods in com.azure.ai.openai.assistants.models that return RunStepDeltaChunkModifier and TypeMethodDescriptionstatic RunStepDeltaChunk
RunStepDeltaChunk.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of RunStepDeltaChunk from the JsonReader.StreamRunStepUpdate.getMessage()
Get the incremental update sent by the service.Constructors in com.azure.ai.openai.assistants.models with parameters of type RunStepDeltaChunkModifierConstructorDescriptionStreamRunStepUpdate
(RunStepDeltaChunk runStepDelta, AssistantStreamEvent kind) Creates a new instance of StreamRunStepUpdate.