Uses of Class
com.azure.ai.agents.persistent.models.StreamUpdate
Packages that use StreamUpdate
Package
Description
Package containing the classes for Agents.
Package containing the data models for Agents.
-
Uses of StreamUpdate in com.azure.ai.agents.persistent
Methods in com.azure.ai.agents.persistent that return types with arguments of type StreamUpdateModifier and TypeMethodDescriptionRunsAsyncClient.createRunStreaming(CreateRunOptions options) Creates a new streaming run for an agent thread.RunsClient.createRunStreaming(CreateRunOptions options) Creates a new streaming run for an agent thread.RunsAsyncClient.submitToolOutputsToRunStreaming(String threadId, String runId, List<ToolOutput> toolOutputs) Submits outputs from tools as requested by tool calls in a run with streaming updates.RunsClient.submitToolOutputsToRunStreaming(String threadId, String runId, List<ToolOutput> toolOutputs) Submits outputs from tools as requested by tool calls in a run with streaming updates. -
Uses of StreamUpdate in com.azure.ai.agents.persistent.models
Subclasses of StreamUpdate in com.azure.ai.agents.persistent.modelsModifier and TypeClassDescriptionfinal classRepresents a stream update indicating a message state change, e.g. creation, completion, etc.classRepresents a stream event indicating an incremental service message update.classRepresents a stream update indicating that input from the user is required.classRepresents a stream update indicating a change of state in a run step, e.g. creation, completion, etc.classRepresents a stream update indicating a change of state in a run step, e.g. creation, completion, etc.final classRepresents a stream update that indicating the creation of a new thread.final classRepresents a stream update indicating a change of state in a thread run, e.g. creation, completion, etc.Methods in com.azure.ai.agents.persistent.models that return StreamUpdateModifier and TypeMethodDescriptionStreamTypeFactory.deserializeEvent(String eventName, com.azure.core.util.BinaryData eventJson) Deserializes the server sent event into the appropriate type.Methods in com.azure.ai.agents.persistent.models that return types with arguments of type StreamUpdateModifier and TypeMethodDescriptionPersistentAgentServerSentEvents.getEvents()Gets the stream of server sent events.Method parameters in com.azure.ai.agents.persistent.models with type arguments of type StreamUpdateModifier and TypeMethodDescriptionvoidPersistentAgentServerSentEvents.handleCurrentEvent(String currentEvent, List<StreamUpdate> outputValues) Handles a collected event from the byte buffer which is formated as a UTF_8 string.