fix(background-agent): disable question tool for background tasks
This commit is contained in:
@@ -305,6 +305,7 @@ export class BackgroundManager {
|
|||||||
task: false,
|
task: false,
|
||||||
delegate_task: false,
|
delegate_task: false,
|
||||||
call_omo_agent: true,
|
call_omo_agent: true,
|
||||||
|
question: false,
|
||||||
},
|
},
|
||||||
parts: [{ type: "text", text: input.prompt }],
|
parts: [{ type: "text", text: input.prompt }],
|
||||||
},
|
},
|
||||||
@@ -551,6 +552,7 @@ export class BackgroundManager {
|
|||||||
task: false,
|
task: false,
|
||||||
delegate_task: false,
|
delegate_task: false,
|
||||||
call_omo_agent: true,
|
call_omo_agent: true,
|
||||||
|
question: false,
|
||||||
},
|
},
|
||||||
parts: [{ type: "text", text: input.prompt }],
|
parts: [{ type: "text", text: input.prompt }],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user