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
+1 -1
View File
@@ -221,7 +221,7 @@ export async function resumeTask(
: undefined
const resumeVariant = task.model?.variant
client.session.prompt({
client.session.promptAsync({
path: { id: task.sessionID },
body: {
agent: task.agent,