fix(tools): switch session.prompt to promptAsync in delegate-task and call-omo-agent
This commit is contained in:
@@ -211,7 +211,7 @@ export async function executeSyncContinuation(
|
||||
: undefined
|
||||
}
|
||||
|
||||
await client.session.promptAsync({
|
||||
await (client.session as any).promptAsync({
|
||||
path: { id: args.session_id! },
|
||||
body: {
|
||||
...(resumeAgent !== undefined ? { agent: resumeAgent } : {}),
|
||||
|
||||
Reference in New Issue
Block a user