[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.AI.OpenAIDocumentAssistant.GetChatClient

GetChatClient Method

GetChatClient()

Returns the OpenAI.Chat.ChatClient used to execute Open AI requests.

Declaration
protected override ChatClient GetChatClient()
Protected Overrides Function GetChatClient() As ChatClient
Returns
Type Description
ChatClient
Overrides