remove test.ts

This commit is contained in:
Ramnique Singh 2025-11-14 09:13:58 +05:30
parent 6251c8f007
commit 61924d0b01

View file

@ -1,5 +0,0 @@
import { RunEvent } from "./application/entities/workflow-event.js";
const obj = {"type":"tool-invocation","stepId":"test_agent","toolName":"ask-human","input":{"question":"Do you want me to run the command `date` in the terminal to show todays date?"},"ts":"2025-11-11T06:31:20.103Z"};
console.log(RunEvent.parse(obj));