mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-22 09:47:47 +00:00
fi: import type errors
This commit is contained in:
@@ -416,7 +416,7 @@ export class Task {
|
||||
|
||||
private createScheduler(): CoreToolScheduler {
|
||||
const scheduler = new CoreToolScheduler({
|
||||
/* @ts-expect-error */
|
||||
/* @ts-expect-error We have extended the type of ToolResultDisplay */
|
||||
outputUpdateHandler: this._schedulerOutputUpdate.bind(this),
|
||||
onAllToolCallsComplete: this._schedulerAllToolCallsComplete.bind(this),
|
||||
onToolCallsUpdate: this._schedulerToolCallsUpdate.bind(this),
|
||||
|
||||
Reference in New Issue
Block a user