elksmmx 3 дней назад
Родитель
Сommit
aba72d38be

+ 2 - 2
examples/process_pipeline/prompts/apply_to_grounding_capability.schema.json

@@ -18,7 +18,7 @@
                 "type": "array",
                 "items": {
                   "type": "object",
-                  "required": ["category_id", "category_path", "rationale"],
+                  "required": ["category_id", "category_path", "ideal_path", "rationale"],
                   "properties": {
                     "category_id": { "type": "integer" },
                     "category_path": { "type": "string", "minLength": 1 },
@@ -32,7 +32,7 @@
                 "type": "array",
                 "items": {
                   "type": "object",
-                  "required": ["category_id", "category_path", "rationale"],
+                  "required": ["category_id", "category_path", "ideal_path", "rationale"],
                   "properties": {
                     "category_id": { "type": "integer" },
                     "category_path": { "type": "string", "minLength": 1 },

+ 2 - 2
examples/process_pipeline/prompts/apply_to_grounding_strategy.schema.json

@@ -23,7 +23,7 @@
                     "type": "array",
                     "items": {
                       "type": "object",
-                      "required": ["category_id", "category_path", "rationale"],
+                      "required": ["category_id", "category_path", "ideal_path", "rationale"],
                       "properties": {
                         "category_id": { "type": "integer" },
                         "category_path": { "type": "string", "minLength": 1 },
@@ -37,7 +37,7 @@
                     "type": "array",
                     "items": {
                       "type": "object",
-                      "required": ["category_id", "category_path", "rationale"],
+                      "required": ["category_id", "category_path", "ideal_path", "rationale"],
                       "properties": {
                         "category_id": { "type": "integer" },
                         "category_path": { "type": "string", "minLength": 1 },