test: update tool agent fixtures for inbox API

This commit is contained in:
Tianyi Cui
2026-07-30 15:21:42 +08:00
parent 2550882875
commit b21f13baa1
3 changed files with 3 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ function agent(ctx: Context, cwd: string): Agent {
steer: () => {},
inject: () => {},
send: () => {},
updateInbox: () => 'not-found',
cancel() {},
whenIdle: () => Promise.resolve(),
}

View File

@@ -49,6 +49,7 @@ function agent(ctx: Context, cwd: string): Agent {
steer: () => {},
inject: () => {},
send: () => {},
updateInbox: () => 'not-found',
cancel() {},
whenIdle: () => Promise.resolve(),
}

View File

@@ -45,6 +45,7 @@ function agent(ctx: Context, cwd: string | undefined): Agent {
steer: () => {},
inject: () => {},
send: () => {},
updateInbox: () => 'not-found',
cancel() {},
whenIdle: () => Promise.resolve(),
}