fix(background-agent): switch session.prompt to promptAsync

This commit is contained in:
Peïo Thibault
2026-02-07 13:42:20 +01:00
parent 452d2afe79
commit 49b979b6b7
3 changed files with 6 additions and 6 deletions
@@ -240,7 +240,7 @@ Use \`background_output(task_id="${task.id}")\` to retrieve this result when rea
})
try {
await client.session.prompt({
await client.session.promptAsync({
path: { id: task.parentSessionID },
body: {
noReply: !allComplete,