From 47eb96157cf50e39dc6f3239c1140792a8d2863e Mon Sep 17 00:00:00 2001 From: PradeepPatil10 <41503553+PradeepPatil10@users.noreply.github.com> Date: Tue, 30 Jan 2024 11:07:24 +0530 Subject: [PATCH] Fixed typos in CONTRIBUTING.md (#10335) Co-authored-by: Apple <apple@Apples-MacBook-Pro.local> --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8dbca4ad91..382d85a4a9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -236,7 +236,7 @@ An output parser enables us to extract structured output from the plain text out **Interface**: - `format`: formats a query `str` with structured output formatting instructions, and outputs the formatted `str` -- `parse`: takes a `str` (from LLM response) as input, and gives a parsed tructured output (optionally also validated, error-corrected). +- `parse`: takes a `str` (from LLM response) as input, and gives a parsed structured output (optionally also validated, error-corrected). **Examples**: -- GitLab