Skip to content

Commit 34b764d

Browse files
authored
Merge pull request microsoft#257975 from iann0036/fix-typo-lm-invoketool
fix: Typo in lm invokeTool description
2 parents 1a64c2d + ed9d210 commit 34b764d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vscode-dts/vscode.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20405,7 +20405,7 @@ declare module 'vscode' {
2040520405
* any custom flow.
2040620406
*
2040720407
* In the former case, the caller shall pass the
20408-
* {@link LanguageModelToolInvocationOptions.toolInvocationToken toolInvocationToken}, which comes with the a
20408+
* {@link LanguageModelToolInvocationOptions.toolInvocationToken toolInvocationToken}, which comes from a
2040920409
* {@link ChatRequest.toolInvocationToken chat request}. This makes sure the chat UI shows the tool invocation for the
2041020410
* correct conversation.
2041120411
*

0 commit comments

Comments
 (0)