Interface IChatClientTOptions
IChatClient<TOptions> interface
Represents an interface for a chat client with specific options.
public interface IChatClient<in TOptions> : IAIClient
Parameter | Description |
---|---|
TOptions | The type of options for the chat client. |
Methods
Name | Description |
---|---|
GetChatCopilot(IChatCopilotOptions<TOptions>) | Gets an instance of IChatCopilot with the specified options. |
See Also
- interface IAIClient
- namespace Aspose.Pdf.AI
- assembly Aspose.PDF