cURL
curl --request PUT \ --url https://api.helicone.ai/v1/evaluator/{evaluatorId} \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "scoring_type": "<string>", "llm_template": "<any>", "code_template": "<any>", "name": "<string>", "last_mile_config": "<any>" }'
{ "data": { "id": "<string>", "created_at": "<string>", "scoring_type": "<string>", "llm_template": "<any>", "organization_id": "<string>", "updated_at": "<string>", "name": "<string>", "code_template": "<any>", "last_mile_config": "<any>" } }
Modify an existing evaluator configuration
eu.api.helicone.ai
api.helicone.ai
Bearer token authentication. Format: 'Bearer YOUR_API_KEY'
Ok
Show child attributes
Was this page helpful?