feat: migrate tool callers to SDK message finders on SQLite backend
This commit is contained in:
@@ -129,7 +129,7 @@ Prompts MUST be in English.`
|
||||
return skillError
|
||||
}
|
||||
|
||||
const parentContext = resolveParentContext(ctx)
|
||||
const parentContext = await resolveParentContext(ctx, options.client)
|
||||
|
||||
if (args.session_id) {
|
||||
if (runInBackground) {
|
||||
|
||||
Reference in New Issue
Block a user