From 888054c5b588762027d6a77d6995253a003c4d12 Mon Sep 17 00:00:00 2001 From: Louis Mandel Date: Fri, 7 Mar 2025 22:43:51 -0500 Subject: [PATCH] Add possible result for hello-structured-decoding --- .../results/examples/hello/hello-structured-decoding.1.result | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/results/examples/hello/hello-structured-decoding.1.result diff --git a/tests/results/examples/hello/hello-structured-decoding.1.result b/tests/results/examples/hello/hello-structured-decoding.1.result new file mode 100644 index 000000000..8d019504f --- /dev/null +++ b/tests/results/examples/hello/hello-structured-decoding.1.result @@ -0,0 +1,3 @@ + +What is the color of the sky? +{"color": "Blue"} \ No newline at end of file