mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-17 15:24:40 +01:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user