mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-27 09:26:23 +02:00
add back ask-human support
This commit is contained in:
parent
39f0f5af79
commit
36530c2ccd
5 changed files with 131 additions and 24 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue