Share via


KnowledgeAgentModelQueryPlanningActivityRecord Class

Definition

Represents an LLM query planning activity record.

public class KnowledgeAgentModelQueryPlanningActivityRecord : Azure.Search.Documents.Agents.Models.KnowledgeAgentActivityRecord
type KnowledgeAgentModelQueryPlanningActivityRecord = class
    inherit KnowledgeAgentActivityRecord
Public Class KnowledgeAgentModelQueryPlanningActivityRecord
Inherits KnowledgeAgentActivityRecord
Inheritance
KnowledgeAgentModelQueryPlanningActivityRecord

Properties

ElapsedMs

The elapsed time in milliseconds for the model activity.

Id

The ID of the activity record.

(Inherited from KnowledgeAgentActivityRecord)
InputTokens

The number of input tokens for the LLM query planning activity.

OutputTokens

The number of output tokens for the LLM query planning activity.

Applies to