API Reference
Update Evaluation
Update an evaluation by ID.
PUT
Path Parameters
Body
application/json
The messages to append to the completion messages when running the evaluation.
The template variables added to the prompt when executing the prompt.
What percentage of assertions must pass for the evaluation to pass.
Required range:
0 < x < 1
How heavily to weigh the evaluation within the prompt.
Required range:
0 < x < 1
Response
200 - application/json
The messages to append to the completion messages when running the evaluation.
The template variables added to the prompt when executing the prompt.
What percentage of assertions must pass for the evaluation to pass.
Required range:
0 < x < 1
How heavily to weigh the evaluation within the prompt.
Required range:
0 < x < 1
Was this page helpful?