docs: fix duplicated wording in proposed API comment (#298522)

docs: fix duplicated wording in proposed API comment\n\nSigned-off-by: Rohan Santhosh <rohan@example.com>
This commit is contained in:
Rohan Santhosh
2026-03-04 02:18:45 +08:00
committed by GitHub
parent 96681dcd67
commit 8175067b9c

View File

@@ -42,7 +42,7 @@ declare module 'vscode' {
* Registers a language model tool along with its definition. Unlike {@link lm.registerTool},
* this does not require the tool to be present first in the extension's `package.json` contributions.
*
* Multiple tools may be registered with the the same name using the API. In any given context,
* Multiple tools may be registered with the same name using the API. In any given context,
* the most specific tool (based on the {@link LanguageModelToolDefinition.models}) will be used.
*
* @param definition The definition of the tool to register.