KnowledgeAgentOutputConfiguration Class
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.
The KnowledgeAgentOutputConfiguration.
public class KnowledgeAgentOutputConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.Indexes.Models.KnowledgeAgentOutputConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.Indexes.Models.KnowledgeAgentOutputConfiguration>
type KnowledgeAgentOutputConfiguration = class
interface IJsonModel<KnowledgeAgentOutputConfiguration>
interface IPersistableModel<KnowledgeAgentOutputConfiguration>
Public Class KnowledgeAgentOutputConfiguration
Implements IJsonModel(Of KnowledgeAgentOutputConfiguration), IPersistableModel(Of KnowledgeAgentOutputConfiguration)
- Inheritance
-
KnowledgeAgentOutputConfiguration
- Implements
Constructors
KnowledgeAgentOutputConfiguration() |
Initializes a new instance of KnowledgeAgentOutputConfiguration. |
Properties
AnswerInstructions |
Instructions considered by the knowledge agent when generating answers. |
AttemptFastPath |
Indicates whether the agent should attempt to issue the most recent chat message as a direct query to the knowledge sources, bypassing the model calls. |
IncludeActivity |
Indicates retrieval results should include activity information. |
Modality |
The output configuration for the agent. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<KnowledgeAgentOutputConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<KnowledgeAgentOutputConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<KnowledgeAgentOutputConfiguration>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<KnowledgeAgentOutputConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<KnowledgeAgentOutputConfiguration>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |