Skip to content

Commit e1def28

Browse files
authored
Add tools api extension sample link (#7722)
1 parent d3e7401 commit e1def28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release-notes/v1_95.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ We have finalized our [`LanguageModelTool` API](https://code.visualstudio.com/ap
431431

432432
2. The mechanics for language models to support tools, such as extensions passing tools when making a request, language models requesting a tool invocation, and extensions communicating back the result of a tool invocation.
433433

434-
The use of language model tools is complex, and this API does not hide that complexity. If you want to register a tool or make use of tools in your chat participant, we recommend starting with the API docs and the extension sample (TODO links).
434+
The use of language model tools is complex, and this API does not hide that complexity. If you want to register a tool or make use of tools in your chat participant, we recommend starting with the [extension sample](https://github.com/microsoft/vscode-extension-samples/tree/main/chat-sample).
435435

436436
### Chat participant detection
437437

0 commit comments

Comments
 (0)