MessageInjectingChatClient(IChatClient) Constructor
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.
Initializes a new instance of the MessageInjectingChatClient class.
public MessageInjectingChatClient(Microsoft.Extensions.AI.IChatClient innerClient);
new Microsoft.Agents.AI.MessageInjectingChatClient : Microsoft.Extensions.AI.IChatClient -> Microsoft.Agents.AI.MessageInjectingChatClient
Public Sub New (innerClient As IChatClient)
Parameters
- innerClient
- IChatClient
The underlying chat client that will handle the core operations.