Skip to main content

Evaluator Run

POST 

/evaluators/:evaluator_key/run

Endpoint to evaluate LLM app run

Args: request (Request): The request object. evaluator_key (str): The key of the evaluator. payload (EvaluatorInputInterface): The payload containing the request data.

Returns: result: EvaluatorOutputInterface object containing the outputs.

Request

Responses

Successful Response