KnowledgeAgentModelAnswerSynthesisActivityRecord 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.
Represents an LLM answer synthesis activity record.
public class KnowledgeAgentModelAnswerSynthesisActivityRecord : Azure.Search.Documents.Agents.Models.KnowledgeAgentActivityRecord, System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.Agents.Models.KnowledgeAgentModelAnswerSynthesisActivityRecord>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.Agents.Models.KnowledgeAgentModelAnswerSynthesisActivityRecord>
type KnowledgeAgentModelAnswerSynthesisActivityRecord = class
inherit KnowledgeAgentActivityRecord
interface IJsonModel<KnowledgeAgentModelAnswerSynthesisActivityRecord>
interface IPersistableModel<KnowledgeAgentModelAnswerSynthesisActivityRecord>
Public Class KnowledgeAgentModelAnswerSynthesisActivityRecord
Inherits KnowledgeAgentActivityRecord
Implements IJsonModel(Of KnowledgeAgentModelAnswerSynthesisActivityRecord), IPersistableModel(Of KnowledgeAgentModelAnswerSynthesisActivityRecord)
- Inheritance
- Implements
Properties
ElapsedMs |
The elapsed time in milliseconds for the retrieval activity. (Inherited from KnowledgeAgentActivityRecord) |
Id |
The ID of the activity record. (Inherited from KnowledgeAgentActivityRecord) |
InputTokens |
The number of input tokens for the LLM answer synthesis activity. |
OutputTokens |
The number of output tokens for the LLM answer synthesis activity. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |