From a3b4b91e48f448fd2efafc3b4c0a24d24cd32a04 Mon Sep 17 00:00:00 2001 From: William Kennedy Date: Thu, 6 Jun 2024 17:04:30 -0400 Subject: [PATCH] saving work --- fern/docs/pages/guides/output.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/docs/pages/guides/output.mdx b/fern/docs/pages/guides/output.mdx index 0e73a61..ee7ffb8 100644 --- a/fern/docs/pages/guides/output.mdx +++ b/fern/docs/pages/guides/output.mdx @@ -114,7 +114,7 @@ to the setup question. This example demonstrates the effective structuring and validation of output data, ensuring that the generated joke adheres to our defined format. -### Conclusion +## Conclusion This approach allows for the flexible and structured generation of outputs, leveraging PredictionGuard's capabilities alongside Pydantic's validation features.