Class LLMObsUpdatePromptDataAttributes

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

Hierarchy

  • LLMObsUpdatePromptDataAttributes

Constructors

Properties

Constructors

Properties

description?: string

Optional new description for the prompt.

title?: string

Optional new title for the prompt.

Generated using TypeDoc