import Vern from 'vern';const client = new Vern({ apiKey: 'My API Key',});const run = await client.runs.create({ taskId: 'task_123456' });console.log(run.id);
import Vern from 'vern';const client = new Vern({ apiKey: 'My API Key',});const run = await client.runs.create({ taskId: 'task_123456' });console.log(run.id);