[]
Initializes a new instance of the OpenAIDocumentAssistant class.
public OpenAIDocumentAssistant(string apiKey)
Public Sub New(apiKey As String)
Type | Name | Description |
---|---|---|
string | apiKey | The Open AI API key. |
Initializes a new instance of the OpenAIDocumentAssistant class.
public OpenAIDocumentAssistant(OpenAIClient client)
Public Sub New(client As OpenAIClient)
Type | Name | Description |
---|---|---|
OpenAIClient | client | The value to assign to the Client property. |