feat: migrate call-omo-agent tool callers to SDK message finders

This commit is contained in:
YeonGyu-Kim
2026-02-15 14:57:15 +09:00
parent ca622cbfb9
commit 836ad0f97d
4 changed files with 66 additions and 20 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ export function createCallOmoAgent(
if (args.session_id) {
return `Error: session_id is not supported in background mode. Use run_in_background=false to continue an existing session.`
}
return await executeBackground(args, toolCtx, backgroundManager)
return await executeBackground(args, toolCtx, backgroundManager, ctx.client)
}
return await executeSync(args, toolCtx, ctx)