A topic discovered by an LLM Observability patterns run.

Hierarchy

  • LLMObsPatternsTopic

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
createdAt: Date

Timestamp when the topic was created.

description: string

Description of the topic.

firstSeenAt: Date

Timestamp when the topic was first seen.

hierarchyLevel: number

Level of the topic in the hierarchy. Level 0 is a leaf topic.

id: string

Unique identifier of the topic.

isValidated: boolean

Whether the topic has been validated.

name: string

Name of the topic.

parentTopicId: string

Identifier of the parent topic. Empty for top-level topics.

pointCount: number

Number of data points assigned to the topic.

runId: string

Identifier of the run that produced the topic.

Generated using TypeDoc