Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions chat-output-renderer-sample/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# Chat Output Renderer sample

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.
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.

## Running the Sample

- Make sure you are using VS Code 1.103 or newer.
- Make sure you are using VS Code 1.109 or newer.
- Run `npm install` in terminal to install dependencies
- Run the `Run Extension` target in the Debug View. This will:
- Start a task `npm: watch` to compile the code
Expand Down
Loading