Class LLMObsCreatePromptVersionDataAttributes

Attributes for creating a new version of an LLM Observability prompt. template is required; all other attributes are optional.

Hierarchy

  • LLMObsCreatePromptVersionDataAttributes

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 this version.

envIds?: string[]

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

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

A text template or a list of chat messages.

userVersion?: string

Optional user-supplied version identifier for this version.

Generated using TypeDoc