[]
Initializes a new instance of the AzureOpenAIDocumentAssistant class.
public AzureOpenAIDocumentAssistant(Uri endPoint, string apiKey)
Public Sub New(endPoint As Uri, apiKey As String)
Type | Name | Description |
---|---|---|
Uri | endPoint | The Azure OpenAI resource endpoint to use, not including model deployment or operation information. For example: |
string | apiKey | The Open AI API key. |
Initializes a new instance of the AzureOpenAIDocumentAssistant class.
public AzureOpenAIDocumentAssistant(AzureOpenAIClient client)
Public Sub New(client As AzureOpenAIClient)
Type | Name | Description |
---|---|---|
AzureOpenAIClient | client | The value to assign to the Client property. |