PersistentAgentsClient Class
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.
public class PersistentAgentsClient
type PersistentAgentsClient = class
Public Class PersistentAgentsClient
- Inheritance
-
PersistentAgentsClient
Constructors
PersistentAgentsClient() | |
PersistentAgentsClient(String, TokenCredential, PersistentAgentsAdministrationClientOptions) |
Initializes a new instance of AzureAIClient. |
PersistentAgentsClient(String, TokenCredential) |
Initializes a new instance of AzureAIClient. |
Properties
Administration | |
Files | |
Messages | |
Runs | |
Threads | |
VectorStores |
Methods
CreateThreadAndRun(String, ThreadAndRunOptions, CancellationToken) | |
CreateThreadAndRunAsync(String, ThreadAndRunOptions, CancellationToken) |
Extension Methods
AsIChatClient(PersistentAgentsClient, String, String) |
Creates an IChatClient for a PersistentAgentsClient client for interacting with a specific agent. |