mirror of
https://github.com/microsoft/autogen.git
synced 2025-07-19 06:53:17 +00:00
12 lines
463 B
Plaintext
12 lines
463 B
Plaintext
![]() |
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}/>
|