Fix variables in chatAgents2 API requests, add tests (#195529)

* Fix variables in chatAgents2 API requests

* Enable file references and the 'used references' section by default in Insiders

* Add integration tests for chat

* Fix equality

* fix test
This commit is contained in:
Rob Lourens
2023-10-12 21:27:30 -07:00
committed by GitHub
parent e13be231e7
commit 6c02f61149
7 changed files with 172 additions and 6 deletions

View File

@@ -6,6 +6,8 @@
"license": "MIT",
"enabledApiProposals": [
"authSession",
"chatAgents2",
"chatVariables",
"contribViewsRemote",
"contribStatusBarItems",
"createFileSystemWatcher",
@@ -20,6 +22,7 @@
"fileSearchProvider",
"findTextInFiles",
"fsChunks",
"interactive",
"mappedEditsProvider",
"notebookCellExecutionState",
"notebookDeprecated",
@@ -165,6 +168,12 @@
]
}
],
"interactiveSession": [
{
"id": "provider",
"label": "Provider"
}
],
"notebooks": [
{
"type": "notebookCoreTest",