From 8dda47ff476337022903d94def9fb7c1016112cb Mon Sep 17 00:00:00 2001 From: SBrandeis Date: Fri, 9 Feb 2024 16:47:21 +0100 Subject: [PATCH] =?UTF-8?q?Field=20ordering=20in=20JSON=20schema=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/tasks/src/tasks/text-generation/spec/output.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/tasks/src/tasks/text-generation/spec/output.json b/packages/tasks/src/tasks/text-generation/spec/output.json index f6d1882c6..dc68a3aad 100644 --- a/packages/tasks/src/tasks/text-generation/spec/output.json +++ b/packages/tasks/src/tasks/text-generation/spec/output.json @@ -13,6 +13,7 @@ "description": "When enabled, details about the generation", "title": "TextGenerationOutputDetails", "allOf": [ + { "$ref": "#/$defs/SequenceDetails" }, { "type": "object", "properties": { @@ -36,8 +37,7 @@ } } } - }, - { "$ref": "#/$defs/SequenceDetails" } + } ] } },