autogen/website/docs/notebooks.mdx
Jack Gerrits 5d81ed43f3
Hide table of contents on notebooks page (#1600)
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2024-02-09 16:20:51 +00:00

16 lines
501 B
Plaintext

---
hide_table_of_contents: true
---
import {findAllNotebooks} from '../src/components/NotebookUtils';
import GalleryPage from '../src/components/GalleryPage';
# Notebooks
This page contains a collection of notebooks that demonstrate how to use
AutoGen. The notebooks are tagged with the topics they cover.
For example, a notebook that demonstrates how to use function calling will
be tagged with `function call`.
<GalleryPage items={findAllNotebooks()} target="_self" allowDefaultImage={false}/>