AgentEvaluatorGenerationJobSource interface

Agent source for evaluator generation jobs — references an agent to fetch instructions and metadata from.

Extends

Properties

agent_name

The agent name to fetch instructions from.

agent_version

The agent version. If not specified, the latest version is used.

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').

type

The source type for this source, which is Agent.

Property Details

agent_name

The agent name to fetch instructions from.

agent_name: string

Property Value

string

agent_version

The agent version. If not specified, the latest version is used.

agent_version?: string

Property Value

string

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

type

The source type for this source, which is Agent.

type: "agent"

Property Value

"agent"