KnowledgeBaseAgenticReasoningActivityRecord 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 agentic reasoning activity record.
public class KnowledgeBaseAgenticReasoningActivityRecord : Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseActivityRecord, System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseAgenticReasoningActivityRecord>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseAgenticReasoningActivityRecord>
type KnowledgeBaseAgenticReasoningActivityRecord = class
inherit KnowledgeBaseActivityRecord
interface IJsonModel<KnowledgeBaseAgenticReasoningActivityRecord>
interface IPersistableModel<KnowledgeBaseAgenticReasoningActivityRecord>
Public Class KnowledgeBaseAgenticReasoningActivityRecord
Inherits KnowledgeBaseActivityRecord
Implements IJsonModel(Of KnowledgeBaseAgenticReasoningActivityRecord), IPersistableModel(Of KnowledgeBaseAgenticReasoningActivityRecord)
- Inheritance
- Implements
Properties
| Name | Description |
|---|---|
| ElapsedMs |
The elapsed time in milliseconds for the retrieval activity. (Inherited from KnowledgeBaseActivityRecord) |
| Error |
The error detail explaining why the operation failed. This property is only included when the activity does not succeed. (Inherited from KnowledgeBaseActivityRecord) |
| Id |
The ID of the activity record. (Inherited from KnowledgeBaseActivityRecord) |
| ReasoningTokens |
The number of input tokens for agentic reasoning. |
| RetrievalReasoningEffort |
Gets the retrieval reasoning effort Please note KnowledgeRetrievalReasoningEffort is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include KnowledgeRetrievalLowReasoningEffort, KnowledgeRetrievalMediumReasoningEffort and KnowledgeRetrievalMinimalReasoningEffort. |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |