test: update tool agent fixtures for inbox API
This commit is contained in:
@@ -39,6 +39,7 @@ function agent(ctx: Context, cwd: string): Agent {
|
||||
steer: () => {},
|
||||
inject: () => {},
|
||||
send: () => {},
|
||||
updateInbox: () => 'not-found',
|
||||
cancel() {},
|
||||
whenIdle: () => Promise.resolve(),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user