Class LLMObsCreatePromptDataAttributes

Attributes for creating an LLM Observability prompt and its first version. prompt_id and template are required; all other attributes are optional.

Hierarchy

  • LLMObsCreatePromptDataAttributes

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

Optional description of the prompt.

envIds?: string[]

Optional feature-flag environment UUIDs the service attempts to enable and configure to use the first version as their default after creation.

Optional labels to attach to the first version. Do not use this attribute for new integrations.

promptId: string

Customer-provided identifier for the new prompt.

A text template or a list of chat messages.

title?: string

Optional title of the prompt.

userVersion?: string

Optional user-supplied version identifier for the first version.

Generated using TypeDoc