runEvals
Agent Runtimes / api/evals / runEvals
Function: runEvals()
runEvals(
token,agentId,request,baseUrl?):Promise<EvalReport>
Defined in: api/evals.ts:31
Trigger an evaluation run for the specified agent.
Parameters
token
string
Authentication token
agentId
string
Agent ID
request
Eval run request body
baseUrl?
string = DEFAULT_SERVICE_URLS.AI_AGENTS
Base URL
Returns
Promise<EvalReport>
Promise resolving to the eval report