mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 14:31:31 +01:00
To have a cleaner proposal to enable the tag for extensions to contribute tools to agent mode
9 lines
448 B
TypeScript
9 lines
448 B
TypeScript
/*---------------------------------------------------------------------------------------------
|
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
* Licensed under the MIT License. See License.txt in the project root for license information.
|
|
*--------------------------------------------------------------------------------------------*/
|
|
|
|
declare module 'vscode' {
|
|
// Enables access to providing language model tools to agent mode
|
|
}
|