mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-06-13 07:10:26 +08:00
Delete non-tsx participant
This commit is contained in:
@ -16,9 +16,6 @@
|
||||
"Chat"
|
||||
],
|
||||
"activationEvents": [],
|
||||
"enabledApiProposals": [
|
||||
"lmTools"
|
||||
],
|
||||
"contributes": {
|
||||
"chatParticipants": [
|
||||
{
|
||||
@ -27,15 +24,6 @@
|
||||
"name": "tools",
|
||||
"description": "I use tools",
|
||||
"isSticky": true,
|
||||
"supportsToolReferences": true
|
||||
},
|
||||
{
|
||||
"id": "chat-tools-sample.tools2",
|
||||
"fullName": "Tool User TSX",
|
||||
"name": "toolsTSX",
|
||||
"description": "I use tools with prompt-tsx",
|
||||
"isSticky": true,
|
||||
"supportsToolReferences": true,
|
||||
"commands": [
|
||||
{
|
||||
"name": "list",
|
||||
|
||||
Reference in New Issue
Block a user