autogen/website/docs/notebooks.mdx

12 lines
463 B
Plaintext
Raw Normal View History

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}/>