evals
evals
Experiment Add Evaluation
Add an evaluation to an experiment. This will create a new directory in the experiment and add global plugin to the specific experiment. By copying the plugin to the experiment directory, we can modify the plugin code for the specific experiment without affecting other experiments that use the same plugin.
post/experiment/{experimentId}/evals/add
Path parameters
experimentIdinteger required
Request body
{"stackTrail":"paths:/experiment/{experimentId}/evals/add:post:requestBody:content:application/json:schema","oasType":"schema","type":"unknown","title":"Plugin"}
Response
Successful Response
{"stackTrail":"paths:/experiment/{experimentId}/evals/add:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}