KnowledgeBase(String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of KnowledgeBase.
public KnowledgeBase(string description, string copilotInstruction);
new Azure.AI.Discovery.KnowledgeBase : string * string -> Azure.AI.Discovery.KnowledgeBase
Public Sub New (description As String, copilotInstruction As String)
Parameters
- description
- String
The description.
- copilotInstruction
- String
The copilot instruction.
Exceptions
description or copilotInstruction is null.