mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-05 12:35:06 +01:00
past tense for optimizing tool selection (#313989)
This commit is contained in:
@@ -794,8 +794,9 @@ class DefaultToolCallingLoop extends ToolCallingLoop<IDefaultToolLoopOptions> {
|
||||
|
||||
const computePromise = this.toolGrouping.compute(this.options.request.prompt, token); // Show progress if this takes a moment...
|
||||
const timeout = setTimeout(() => {
|
||||
outputStream?.progress(l10n.t('Optimizing tool selection...'), async () => {
|
||||
outputStream?.progress(l10n.t('Optimizing tool selection'), async () => {
|
||||
await computePromise;
|
||||
return l10n.t('Optimized tool selection');
|
||||
});
|
||||
}, 1000);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user