Skip to main content
POST
/
v2
/
scorers
/
llm
/
autogen
Autogen Llm Scorer
curl --request POST \
  --url https://api.galileo.ai/v2/scorers/llm/autogen \
  --header 'Content-Type: application/json' \
  --header 'Galileo-API-Key: <api-key>' \
  --data '{
  "instructions": "<string>",
  "model_name": "<string>",
  "output_type": "boolean",
  "cot_enabled": true,
  "scoreable_node_types": [
    "<string>"
  ]
}'
{
  "task_result_id": "<string>"
}

Authorizations

Galileo-API-Key
string
header
required

Body

application/json
instructions
string
required
model_name
string
required
output_type
enum<string>
required

Enumeration of output types.

Available options:
boolean,
categorical,
count,
discrete,
freeform,
percentage,
multilabel
cot_enabled
boolean
required
scoreable_node_types
string[]
required

Response

Successful Response

task_result_id
string<uuid4>
required