Skip to content

Commit a25d05a

Browse files
authored
feat(youtrack-app): add aiToolPrefix property (SchemaStore#4958)
Co-authored-by: skoch13 <[email protected]>
1 parent 37a0c33 commit a25d05a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/schemas/json/youtrack-app.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,11 @@
129129
"readOnly": true,
130130
"description": "The URL for the JSON schema that defines the structure of the manifest file."
131131
},
132+
"aiToolPrefix": {
133+
"type": "string",
134+
"description": "The prefix for AI tool names in the app. The prefix is intended to separate the custom tools from the YouTrack predefined tools and avoid name collisions with other apps. If not set, the app name will be used as a prefix.",
135+
"pattern": "^[A-Za-z0-9._-]+$"
136+
},
132137
"name": {
133138
"type": "string",
134139
"description": "The name of the app. This is used as a unique identifier in YouTrack.",

0 commit comments

Comments
 (0)