From 7594ad694ffa70dc58dd53275c22b505b84482b2 Mon Sep 17 00:00:00 2001 From: Zapiron <125368863+DangerousPotential@users.noreply.github.com> Date: Sat, 11 Jan 2025 05:13:13 +0800 Subject: [PATCH] docs: update the correct learning objective YAML instead of XML (#29131) Update the correct learning objective for the how-to page by changing XML to YAML which is taught. Co-authored-by: ccurme --- docs/docs/how_to/output_parser_yaml.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/how_to/output_parser_yaml.ipynb b/docs/docs/how_to/output_parser_yaml.ipynb index 392873538d3..2e72424c90a 100644 --- a/docs/docs/how_to/output_parser_yaml.ipynb +++ b/docs/docs/how_to/output_parser_yaml.ipynb @@ -138,7 +138,7 @@ "\n", "## Next steps\n", "\n", - "You've now learned how to prompt a model to return XML. Next, check out the [broader guide on obtaining structured output](/docs/how_to/structured_output) for other related techniques." + "You've now learned how to prompt a model to return YAML. Next, check out the [broader guide on obtaining structured output](/docs/how_to/structured_output) for other related techniques." ] }, {