GetChatClient Method
GetChatClient()
Returns the OpenAI.Chat.ChatClient used to execute Open AI requests.
Declaration
protected abstract ChatClient GetChatClient()
Protected MustOverride Function GetChatClient() As ChatClient
Returns
| Type |
Description |
| ChatClient |
|