Fixed an error in the preprocessor type definition.

This commit is contained in:
ilya-kolchinsky 2025-04-03 12:49:50 +02:00
parent 2008cd7921
commit 0b968678b4
3 changed files with 1 additions and 24 deletions

View file

@ -7198,18 +7198,6 @@
},
"type": {
"type": "string",
"enum": [
"model",
"shield",
"vector_db",
"dataset",
"scoring_function",
"benchmark",
"tool",
"tool_group",
"preprocessor"
],
"title": "ResourceType",
"const": "preprocessor",
"default": "preprocessor"
},