We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1493ce commit a01ff02Copy full SHA for a01ff02
docs/getting-started/demos.md
@@ -165,7 +165,7 @@ print(recipe.ingredients)
165
```
166
$ extract_list("Complete project report, Prepare for meeting, Respond to emails")
167
168
- Todo List:
+ Todo List:
169
Complete project report: Finish the project report and submit it
170
Prepare for meeting: Gather all necessary materials and information for the meeting
171
Respond to emails: Reply to all pending emails
@@ -230,7 +230,7 @@ for obj in result.objects:
230
**Analize Image**
231
232
Get structured output from an image in our example `theme`, `description` and `objects`
233
-
+
234
```python
235
# everything defined is part of the prompt
236
class AnalysisResult(BaseModel):
0 commit comments