AssistantsClient.CreateThreadAndRun Method

Definition

Creates a new assistant thread and immediately starts a run using that new thread.

public virtual Azure.Response<Azure.AI.OpenAI.Assistants.ThreadRun> CreateThreadAndRun (Azure.AI.OpenAI.Assistants.CreateAndRunThreadOptions createAndRunThreadOptions, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateThreadAndRun : Azure.AI.OpenAI.Assistants.CreateAndRunThreadOptions * System.Threading.CancellationToken -> Azure.Response<Azure.AI.OpenAI.Assistants.ThreadRun>
override this.CreateThreadAndRun : Azure.AI.OpenAI.Assistants.CreateAndRunThreadOptions * System.Threading.CancellationToken -> Azure.Response<Azure.AI.OpenAI.Assistants.ThreadRun>
Public Overridable Function CreateThreadAndRun (createAndRunThreadOptions As CreateAndRunThreadOptions, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ThreadRun)

Parameters

createAndRunThreadOptions
CreateAndRunThreadOptions

The details used when creating and immediately running a new assistant thread.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

createAndRunThreadOptions is null.

Applies to