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.
Documentation IndexFetch the complete documentation index at: https://docs.hyperleap.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.hyperleap.ai/llms.txt
Use this file to discover all available pages before exploring further.
OK