POST
/
evaluations
/
templates

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
description
string
required

Description of the evaluation template input

name
string
required

Name of the evaluation template input

params
string[]

Parameters for the evaluation

Response

200 - application/json
description
string
required

Description of the evaluation template

id
string
required

Unique identifier for the evaluation template

name
string
required

Name of the evaluation template

params
string[]
required

Parameters for the evaluation

agentId
string | null

Associated agent ID

evaluationGroupId
string | null

Associated evaluation group ID

scenarioId
string | null

Associated scenario ID

toolCallExpectedResult
string

Expected result for tool call