getEval
Agent Runtimes / api/evals / getEval
Function: getEval()
getEval(
token,agentId,evalId,baseUrl?):Promise<EvalReport>
Defined in: api/evals.ts:74
Get a specific evaluation report.
Parameters
token
string
Authentication token
agentId
string
Agent ID
evalId
string
Eval run ID
baseUrl?
string = DEFAULT_SERVICE_URLS.AI_AGENTS
Base URL
Returns
Promise<EvalReport>
Promise resolving to the eval report