Includes messages from a specific version of another prompt. Omitting items includes every message from that version in its original order. When items is present, messages are included in the specified order, including repetitions.

Hierarchy

  • LLMObsPromptInclude

Constructors

Properties

Constructors

Properties

items?: number[]

Zero-based indexes of messages from the included prompt. For example, [2, 0, 0] includes the third message, followed by the first message twice. Omit this field to include all messages in their original order.

promptId: string

Customer-provided identifier of the included prompt.

version: number

Positive sequential version number of the included prompt.

Generated using TypeDoc