File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -868,7 +868,7 @@ export class Agent<
868
868
}
869
869
870
870
async aiWaitFor ( assertion : TUserPrompt , opt ?: AgentWaitForOpt ) {
871
- const modelConfig = this . modelConfigManager . getModelConfig ( 'default ' ) ;
871
+ const modelConfig = this . modelConfigManager . getModelConfig ( 'VQA ' ) ;
872
872
const { executor } = await this . taskExecutor . waitFor (
873
873
assertion ,
874
874
{
Original file line number Diff line number Diff line change @@ -1071,6 +1071,7 @@ export class TaskExecutor {
1071
1071
} ,
1072
1072
locate : null ,
1073
1073
} ;
1074
+ // The convertPlanToExecutable requires modelConfig as a parameter but will not consume it when type is Sleep
1074
1075
const { tasks : sleepTasks } = await this . convertPlanToExecutable (
1075
1076
[ sleepPlan ] ,
1076
1077
modelConfig ,
You can’t perform that action at this time.
0 commit comments