PromptEvaluatorGenerationJobSource interface

Prompt source for evaluator generation jobs — inline text provided by the user.

Extends

Properties

description

Optional description of what this source represents — helps the pipeline interpret its content (e.g., 'Company refund policy document' or 'Describes the agent's core capabilities').

prompt

Inline prompt text (e.g., agent description, policy text, supplementary context).

type

The source type for this source, which is Prompt.

Property Details

description

Optional description of what this source represents — helps the pipeline interpret its content (e.g., 'Company refund policy document' or 'Describes the agent's core capabilities').

description?: string

Property Value

string

prompt

Inline prompt text (e.g., agent description, policy text, supplementary context).

prompt: string

Property Value

string

type

The source type for this source, which is Prompt.

type: "prompt"

Property Value

"prompt"