Attributes of an LLM Observability prompt registry entry.

Hierarchy

  • LLMObsPromptDataAttributes

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
author?: string

UUID of the user who authored the prompt.

createdAt?: Date

Timestamp when the prompt was created.

createdFrom: string

Source that created the prompt, such as ui-registry, sdk-registry, or sdk-instrumentation.

datasets?: LLMObsPromptDataset[]

Datasets observed in runs associated with this prompt.

description?: string

Description of the prompt.

extractedFrom?: string

Source prompt from which this prompt was extracted, when applicable.

inRegistry: boolean

Whether the prompt is a registry entry (as opposed to a code-discovered prompt).

lastSeenAt?: Date

Timestamp of the most recent observed run of this prompt.

lastVersionCreatedAt?: Date

Timestamp when the most recent version of the prompt was created.

mlApp?: string

The ML application this prompt is associated with.

mlApps?: string[]

ML applications observed running this prompt.

numVersions: number

Number of versions of the prompt.

promptId: string

Customer-provided identifier of the prompt.

Whether the prompt was created from the registry or discovered from observed LLM calls.

tags?: string[]

Tags observed on runs of this prompt.

title?: string

Title of the prompt.

Generated using TypeDoc