From a01ff0253ad3b69a41aab1937048f571d515958b Mon Sep 17 00:00:00 2001 From: Shroominic Date: Fri, 2 Feb 2024 14:59:20 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20pre-commit=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/getting-started/demos.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started/demos.md b/docs/getting-started/demos.md index 00f7295..54096e5 100644 --- a/docs/getting-started/demos.md +++ b/docs/getting-started/demos.md @@ -165,7 +165,7 @@ print(recipe.ingredients) ``` $ extract_list("Complete project report, Prepare for meeting, Respond to emails") - Todo List: + Todo List: Complete project report: Finish the project report and submit it Prepare for meeting: Gather all necessary materials and information for the meeting Respond to emails: Reply to all pending emails @@ -230,7 +230,7 @@ for obj in result.objects: **Analize Image** Get structured output from an image in our example `theme`, `description` and `objects` - + ```python # everything defined is part of the prompt class AnalysisResult(BaseModel):