Skip to content

Commit 260fc5f

Browse files
authored
Merge pull request #1268 from mjbvz/dev/mjbvz/109-output-api
Update output renderer sample ext sample for 1.109 api changes
2 parents a4feb90 + 579b798 commit 260fc5f

4 files changed

Lines changed: 233 additions & 266 deletions

File tree

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)