AssistantsClient.CreateThreadAndRun Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET