Uses of Class
com.azure.ai.openai.assistants.models.StreamUpdate
Packages that use StreamUpdate
Package
Description
Package containing the classes for Assistants.
Package containing the data models for Assistants.
-
Uses of StreamUpdate in com.azure.ai.openai.assistants
Methods in com.azure.ai.openai.assistants that return types with arguments of type StreamUpdateModifier and TypeMethodDescriptionAssistantsAsyncClient.createRunStream
(String threadId, CreateRunOptions createRunOptions) Creates a new run for an assistant thread returning a stream of updates.AssistantsAsyncClient.createRunStream
(String threadId, CreateRunOptions createRunOptions, List<RunIncludes> runInclude) Creates a new run for an assistant thread returning a stream of updates with additional included fields.AssistantsAsyncClient.createRunStream
(String threadId, String assistantId) Creates a new run for an assistant thread returning a stream of updates.com.azure.core.util.IterableStream
<StreamUpdate> AssistantsClient.createRunStream
(String threadId, CreateRunOptions createRunOptions) Creates a new run for an assistant thread returning a stream of updates.com.azure.core.util.IterableStream
<StreamUpdate> AssistantsClient.createRunStream
(String threadId, CreateRunOptions createRunOptions, List<RunIncludes> runInclude) Creates a new run for an assistant thread returning a stream of updates with additional run include parameters.com.azure.core.util.IterableStream
<StreamUpdate> AssistantsClient.createRunStream
(String threadId, String assistantId) Creates a new run for an assistant thread returning a stream of updates.AssistantsAsyncClient.createThreadAndRunStream
(CreateAndRunThreadOptions createAndRunThreadOptions) Creates a new assistant thread and immediately starts a run using that new thread.com.azure.core.util.IterableStream
<StreamUpdate> AssistantsClient.createThreadAndRunStream
(CreateAndRunThreadOptions createAndRunThreadOptions) Creates a new assistant thread and immediately starts a run using that new thread.AssistantsAsyncClient.submitToolOutputsToRunStream
(String threadId, String runId, List<ToolOutput> toolOutputs) Submits outputs from tools as requested by tool calls in a run.com.azure.core.util.IterableStream
<StreamUpdate> AssistantsClient.submitToolOutputsToRunStream
(String threadId, String runId, List<ToolOutput> toolOutputs) Submits outputs from tools as requested by tool calls in a run. -
Uses of StreamUpdate in com.azure.ai.openai.assistants.models
Subclasses of StreamUpdate in com.azure.ai.openai.assistants.modelsModifier and TypeClassDescriptionfinal class
Represents a stream update indicating a message state change, e.g. creation, completion, etc.class
Represents a stream event indicating an incremental service message update.class
Represents a stream update indicating that input from the user is required.class
Represents a stream update indicating a change of state in a run step, e.g. creation, completion, etc.class
Represents a stream update indicating a change of state in a run step, e.g. creation, completion, etc.final class
Represents a stream update that indicating the creation of a new thread.final class
Represents a stream update indicating a change of state in a thread run, e.g. creation, completion, etc.