import Runloop from '@runloop/api-client';const client = new Runloop({ bearerToken: process.env['RUNLOOP_API_KEY'], // This is the default and can be omitted});const response = await client.scenarios.scorers.validate('id', { scoring_context: {} });console.log(response.name);
import Runloop from '@runloop/api-client';const client = new Runloop({ bearerToken: process.env['RUNLOOP_API_KEY'], // This is the default and can be omitted});const response = await client.scenarios.scorers.validate('id', { scoring_context: {} });console.log(response.name);