@vscode/chat-lib 0.50.0 → 0.50.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/package.json +5 -5
- package/package.json +1 -1
package/dist/src/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "copilot-chat",
|
|
3
3
|
"displayName": "GitHub Copilot Chat",
|
|
4
4
|
"description": "AI chat features powered by Copilot",
|
|
5
|
-
"version": "0.50.
|
|
5
|
+
"version": "0.50.1",
|
|
6
6
|
"build": "1",
|
|
7
7
|
"completionsCoreVersion": "1.378.1799",
|
|
8
8
|
"internalLargeStorageAriaKey": "ec712b3202c5462fb6877acae7f1f9d7-c19ad55e-3e3c-4f99-984b-827f6d95bd9e-6917",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"icon": "assets/copilot.png",
|
|
23
23
|
"pricing": "Trial",
|
|
24
24
|
"engines": {
|
|
25
|
-
"vscode": "^1.122.
|
|
25
|
+
"vscode": "^1.122.1",
|
|
26
26
|
"npm": ">=9.0.0",
|
|
27
27
|
"node": ">=22.14.0"
|
|
28
28
|
},
|
|
@@ -1947,7 +1947,7 @@
|
|
|
1947
1947
|
"chat-completions",
|
|
1948
1948
|
"responses"
|
|
1949
1949
|
],
|
|
1950
|
-
"markdownDescription": "Body shape used to forward the reasoning effort to the model. `chat-completions` sends a top-level `reasoning_effort` string. `responses` sends a nested `reasoning.effort` object. When unset the format follows the URL: `/responses`
|
|
1950
|
+
"markdownDescription": "Body shape used to forward the reasoning effort to the model. `chat-completions` sends a top-level `reasoning_effort` string. `responses` sends a nested `reasoning.effort` object. When unset the format follows the URL: `/responses` \u2192 nested, otherwise top-level."
|
|
1951
1951
|
},
|
|
1952
1952
|
"requestHeaders": {
|
|
1953
1953
|
"type": "object",
|
|
@@ -2118,7 +2118,7 @@
|
|
|
2118
2118
|
"chat-completions",
|
|
2119
2119
|
"responses"
|
|
2120
2120
|
],
|
|
2121
|
-
"markdownDescription": "Body shape used to forward the reasoning effort to the model. `chat-completions` sends a top-level `reasoning_effort` string. `responses` sends a nested `reasoning.effort` object. When unset the format follows the URL: `/responses`
|
|
2121
|
+
"markdownDescription": "Body shape used to forward the reasoning effort to the model. `chat-completions` sends a top-level `reasoning_effort` string. `responses` sends a nested `reasoning.effort` object. When unset the format follows the URL: `/responses` \u2192 nested, otherwise top-level."
|
|
2122
2122
|
},
|
|
2123
2123
|
"requestHeaders": {
|
|
2124
2124
|
"type": "object",
|
|
@@ -2232,7 +2232,7 @@
|
|
|
2232
2232
|
"chat-completions",
|
|
2233
2233
|
"responses"
|
|
2234
2234
|
],
|
|
2235
|
-
"markdownDescription": "Body shape used to forward the reasoning effort to the model. `chat-completions` sends a top-level `reasoning_effort` string. `responses` sends a nested `reasoning.effort` object. When unset the format follows the URL: `/responses`
|
|
2235
|
+
"markdownDescription": "Body shape used to forward the reasoning effort to the model. `chat-completions` sends a top-level `reasoning_effort` string. `responses` sends a nested `reasoning.effort` object. When unset the format follows the URL: `/responses` \u2192 nested, otherwise top-level."
|
|
2236
2236
|
},
|
|
2237
2237
|
"requestHeaders": {
|
|
2238
2238
|
"type": "object",
|