Data object returned after creating an Agent Observability prompt.

Hierarchy

  • LLMObsCreatePromptResponseData

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 returned after creating an Agent Observability prompt and its first version. Empty config is omitted when configuration authoring is disabled for the organization. Non-empty saved configuration is always returned.

id: string

Unique identifier of the prompt.

Resource type of an Agent Observability prompt.

Generated using TypeDoc