Skip to content

Commit 6e0d397

Browse files
authored
Remove proposal-gated properties from JSON schema (#281462)
1 parent a04f628 commit 6e0d397

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

src/vs/workbench/contrib/chat/common/tools/languageModelToolsContribution.ts

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,6 @@ const languageModelToolsExtensionPoint = extensionsRegistry.ExtensionsRegistry.r
7979
type: 'string',
8080
pattern: '^[\\w-]+$'
8181
},
82-
legacyToolReferenceFullNames: {
83-
markdownDescription: localize('legacyToolReferenceFullNames', "An array of deprecated names for backwards compatibility that can also be used to reference this tool in a query. Each name must not contain whitespace. Full names are generally in the format `toolsetName/toolReferenceName` (e.g., `search/readFile`) or just `toolReferenceName` when there is no toolset (e.g., `readFile`)."),
84-
type: 'array',
85-
items: {
86-
type: 'string',
87-
pattern: '^[\\w-]+(/[\\w-]+)?$'
88-
}
89-
},
9082
displayName: {
9183
description: localize('toolDisplayName', "A human-readable name for this tool that may be used to describe it in the UI."),
9284
type: 'string'
@@ -179,14 +171,6 @@ const languageModelToolSetsExtensionPoint = extensionsRegistry.ExtensionsRegistr
179171
type: 'string',
180172
pattern: '^[\\w-]+$'
181173
},
182-
legacyFullNames: {
183-
markdownDescription: localize('toolSetLegacyFullNames', "An array of deprecated names for backwards compatibility that can also be used to reference this tool set. Each name must not contain whitespace. Full names are generally in the format `parentToolSetName/toolSetName` (e.g., `github/repo`) or just `toolSetName` when there is no parent toolset (e.g., `repo`)."),
184-
type: 'array',
185-
items: {
186-
type: 'string',
187-
pattern: '^[\\w-]+$'
188-
}
189-
},
190174
description: {
191175
description: localize('toolSetDescription', "A description of this tool set."),
192176
type: 'string'

0 commit comments

Comments
 (0)