Skip to content

Commit 8069314

Browse files
Merge branch 'main' into main
2 parents 83a4a4d + 260fc5f commit 8069314

File tree

4 files changed

+233
-266
lines changed

4 files changed

+233
-266
lines changed

chat-output-renderer-sample/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# Chat Output Renderer sample
22

3-
This VS Code extension sample demonstrates usage of the proposed chat output renderer API. This API allows extensions to
4-
contribute custom rendered widgets into VS Code's chat interface. Language models can invoke tools to create these widgets. The widgets are rendered using VS Code's webview API.
3+
This VS Code extension sample demonstrates usage of the proposed chat output renderer API. This API allows extensions to contribute custom rendered widgets into VS Code's chat interface. Language models can invoke tools to create these widgets. The widgets are rendered using VS Code's webview API.
54

65
## Running the Sample
76

8-
- Make sure you are using VS Code 1.103 or newer.
7+
- Make sure you are using VS Code 1.109 or newer.
98
- Run `npm install` in terminal to install dependencies
109
- Run the `Run Extension` target in the Debug View. This will:
1110
- Start a task `npm: watch` to compile the code

0 commit comments

Comments
 (0)