add back ask-human support

This commit is contained in:
Ramnique Singh 2025-11-18 02:28:49 +05:30
parent 39f0f5af79
commit 36530c2ccd
5 changed files with 131 additions and 24 deletions

View file

@ -50,6 +50,7 @@ export const RunEndEvent = BaseRunEvent.extend({
export const RunPauseEvent = BaseRunEvent.extend({
type: z.literal("pause-for-human-input"),
toolCallId: z.string(),
question: z.string(),
});
export const RunResumeEvent = BaseRunEvent.extend({