AnonymousDelegatingChatClient 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.
A delegating chat client that wraps an inner client with implementations provided by delegates.
public ref class AnonymousDelegatingChatClient sealed : Microsoft::Extensions::AI::DelegatingChatClient
public sealed class AnonymousDelegatingChatClient : Microsoft.Extensions.AI.DelegatingChatClient
type AnonymousDelegatingChatClient = class
inherit DelegatingChatClient
Public NotInheritable Class AnonymousDelegatingChatClient
Inherits DelegatingChatClient
- Inheritance
Constructors
Properties
InnerClient |
Gets the inner IChatClient. (Inherited from DelegatingChatClient) |
Metadata |
Gets metadata that describes the IChatClient. (Inherited from DelegatingChatClient) |
Methods
CompleteAsync(IList<ChatMessage>, ChatOptions, CancellationToken) | |
CompleteStreamingAsync(IList<ChatMessage>, ChatOptions, CancellationToken) | |
Dispose() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from DelegatingChatClient) |
Dispose(Boolean) |
Provides a mechanism for releasing unmanaged resources. (Inherited from DelegatingChatClient) |
GetService(Type, Object) |
Asks the IChatClient for an object of the specified type |