Get Evaluators Endpoint
GET/evaluators
Endpoint to fetch a list of evaluators.
Returns: List[Evaluator]: A list of evaluator objects.
Responses
- 200
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
- Array [ 
- MOD1
- MOD1
- MOD1
- ] 
name Name (string)required
key Key (string)required
direct_use Direct Use (boolean)required
settings_template
object
required
property name* any
descriptionobject
anyOf
string
ossobject
anyOf
boolean
requires_llm_api_keysobject
anyOf
boolean
tags string[]required
[
  {
    "name": "string",
    "key": "string",
    "direct_use": true,
    "settings_template": {},
    "description": "string",
    "oss": true,
    "requires_llm_api_keys": true,
    "tags": [
      "string"
    ]
  }
]
Loading...