Data object for updating an LLM Observability prompt.

Hierarchy

  • LLMObsUpdatePromptData

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

Attributes for updating an LLM Observability prompt. At least one of title or description must be provided; both attributes are optional individually.

Resource type of an LLM Observability prompt.

Generated using TypeDoc