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>"
]
}
'