You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/positron-assistant/package.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -182,6 +182,10 @@
182
182
"language": {
183
183
"type": "string",
184
184
"description": "The programming language of the code."
185
+
},
186
+
"summary": {
187
+
"type": "string",
188
+
"description": "A very short summary of the task the code is performing, beginning with a verb and not to exceed 7 words. Shown to the user to help them understand what the code will do."
0 commit comments