elksmmx il y a 6 heures
Parent
commit
16ccf092c5

+ 0 - 12
examples/process_pipeline/prompts/apply_to_grounding_capability.schema.json

@@ -15,12 +15,6 @@
         "body_excerpt_note"
       ],
       "additionalProperties": false,
-      "allOf": [
-        {
-          "if": { "properties": { "body_excerpt": { "const": "" } } },
-          "then": { "properties": { "body_excerpt_note": { "const": "" } } }
-        }
-      ],
       "properties": {
         "category_id": { "type": "integer" },
         "category_path": { "type": "string", "minLength": 1 },
@@ -40,12 +34,6 @@
         "body_excerpt_note"
       ],
       "additionalProperties": false,
-      "allOf": [
-        {
-          "if": { "properties": { "body_excerpt": { "const": "" } } },
-          "then": { "properties": { "body_excerpt_note": { "const": "" } } }
-        }
-      ],
       "properties": {
         "source_type": { "type": "string", "enum": ["实质", "形式"] },
         "path": { "type": "string", "minLength": 1 },