Skip to content

Commit eef44a3

Browse files
committed
Update docs
1 parent 3611e82 commit eef44a3

File tree

5 files changed

+1
-13
lines changed

5 files changed

+1
-13
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div align="center" style="display: flex; align-items: center; justify-content: center;">
22
<picture>
33
<source srcset="docs/assets/ai_function_light.png" media="(prefers-color-scheme: dark)">
4-
<img src="docs/assets/ai_function_dark.png" alt="Your Image" style="max-width: 100%;">
4+
<img src="docs/assets/ai_function_dark.png" alt="AI Function" style="max-width: 100%;">
55
</picture>
66
</div>
77

docs/assets/ai_function_dark.png

-554 Bytes
Loading

docs/assets/ai_function_light.png

-1.39 KB
Loading

docs/cookbook/cookbook.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,3 @@ output, metadata = task_evaluator("I want to train a model to predict house pric
212212
for key, value in output.items(): print(f"{key}: {value}")
213213
for i, step in enumerate(metadata["reasoning_steps"]): print(f"Step {i+1}: {step}")
214214
```
215-
216-
217-
```python
218-
219-
```

examples/cookbook.ipynb

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -354,13 +354,6 @@
354354
"for key, value in output.items(): print(f\"{key}: {value}\")\n",
355355
"for i, step in enumerate(metadata[\"reasoning_steps\"]): print(f\"Step {i+1}: {step}\")"
356356
]
357-
},
358-
{
359-
"cell_type": "code",
360-
"execution_count": null,
361-
"metadata": {},
362-
"outputs": [],
363-
"source": []
364357
}
365358
],
366359
"metadata": {

0 commit comments

Comments
 (0)