Uses of Class
com.azure.ai.openai.assistants.models.AssistantThread
Packages that use AssistantThread
Package
Description
Package containing the classes for Assistants.
Package containing the data models for Assistants.
-
Uses of AssistantThread in com.azure.ai.openai.assistants
Methods in com.azure.ai.openai.assistants that return AssistantThreadModifier and TypeMethodDescriptionAssistantsClient.createThread
(AssistantThreadCreationOptions assistantThreadCreationOptions) Creates a new thread.Gets information about an existing thread.AssistantsClient.updateThread
(String threadId, UpdateAssistantThreadOptions updateAssistantThreadOptions) Modifies an existing thread.Methods in com.azure.ai.openai.assistants that return types with arguments of type AssistantThreadModifier and TypeMethodDescriptionAssistantsAsyncClient.createThread
(AssistantThreadCreationOptions assistantThreadCreationOptions) Creates a new thread.Gets information about an existing thread.AssistantsAsyncClient.updateThread
(String threadId, UpdateAssistantThreadOptions updateAssistantThreadOptions) Modifies an existing thread.Methods in com.azure.ai.openai.assistants with parameters of type AssistantThreadModifier and TypeMethodDescriptionAssistantsAsyncClient.createRun
(AssistantThread thread, Assistant assistant) Creates a new run for an assistant thread.AssistantsClient.createRun
(AssistantThread thread, Assistant assistant) Creates a new run for an assistant thread. -
Uses of AssistantThread in com.azure.ai.openai.assistants.models
Methods in com.azure.ai.openai.assistants.models that return AssistantThreadModifier and TypeMethodDescriptionstatic AssistantThread
AssistantThread.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of AssistantThread from the JsonReader.StreamThreadCreation.getMessage()
Get the thread data sent in the update by the service.Constructors in com.azure.ai.openai.assistants.models with parameters of type AssistantThreadModifierConstructorDescriptionStreamThreadCreation
(AssistantThread thread, AssistantStreamEvent kind) Creates a new instance of StreamThreadCreation.