You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: chat-output-renderer-sample/README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,10 @@
1
1
# Chat Output Renderer sample
2
2
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.
5
4
6
5
## Running the Sample
7
6
8
-
- Make sure you are using VS Code 1.103 or newer.
7
+
- Make sure you are using VS Code 1.109 or newer.
9
8
- Run `npm install` in terminal to install dependencies
10
9
- Run the `Run Extension` target in the Debug View. This will:
0 commit comments