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

Response

200
application/json

Successful Response

The response is of type object.