Package version:

Interface KnowledgeBaseAgenticReasoningActivityRecord

Represents an agentic reasoning activity record.

interface KnowledgeBaseAgenticReasoningActivityRecord {
    elapsedMs?: number;
    error?: KnowledgeBaseErrorDetail;
    id: number;
    reasoningTokens?: number;
    retrievalReasoningEffort?: KnowledgeRetrievalReasoningEffortUnion;
    type: "agenticReasoning";
}

Hierarchy (view full)

Properties

elapsedMs?: number

The elapsed time in milliseconds for the retrieval activity.

The error detail explaining why the operation failed. This property is only included when the activity does not succeed.

id: number

The ID of the activity record.

reasoningTokens?: number

The number of input tokens for agentic reasoning.

retrievalReasoningEffort?: KnowledgeRetrievalReasoningEffortUnion
type

Polymorphic discriminator, which specifies the different types this object can be