cURL
curl --request PATCH \ --url https://api.hyperleapai.com/prompt-runs/{promptRunId}/set-score \ --header 'Content-Type: application/json' \ --header 'x-hl-api-key: <api-key>' \ --data '{ "feedbackId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "score": 123, "comments": "<string>", "tags": [ "<string>" ], "scoreConfidence": 123 }'
Update the score parameters for a Prompt run based on User feedback.
API Key for authentication
OK