Dustin
d5276b9cce
Update code-executors.ipynb ( #2395 )
fix grammar
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2 years ago
Dustin
01f063d22a
Update code-executors.ipynb ( #2396 )
fix grammar
2 years ago
Dustin
fd4e722f63
Update code-executors.ipynb ( #2394 )
fix spelling typo
2 years ago
Li Jiang
42b27b9a9d
Add isort ( #2265 )
* Add isort
* Apply isort on py files
* Fix circular import
* Fix format for notebooks
* Fix format
---------
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
2 years ago
Benjamin Stein
1c22a93535
Update listdir() in sample code to take correct args ( #2261 )
Executing this code (Python 3.11, MacOS) returns error
`TypeError: listdir: path should be string, bytes, os.PathLike, integer or None, not TemporaryDirectory`
Using the string name of the dir works better.
2 years ago
Eric Zhu
ecc459f8c5
Add tool use chapter to tutorial ( #2079 )
* Add tool use chapter
* fix format
* typo
* Edits to tool-use chapter
* update
---------
Co-authored-by: Jack Gerrits <jack@jackgerrits.com>
2 years ago
Eric Zhu
74298cda2c
AutoGen Tutorial ( #1702 )
* update intro
* update intro
* tutorial
* update notebook
* update notebooks
* update
* merge
* add conversation patterns
* rename; delete unused files.
* Reorganize new guides
* Improve intro, fix typos
* add what is next
* outline for code executor
* initiate chats png
* Improve language
* Improve language of human in the loop tutorial
* update
* update
* Update group chat
* code executor
* update convsersation patterns
* update code executor section to use legacy code executor
* update conversation pattern
* redirect
* update figures
* update whats next
* Break down chapter 2 into two chapters
* udpate
* fix website build
* Minor corrections of typos and grammar.
* remove broken links, update sidebar
* code executor update
* Suggest changes to the code executor section
* update what is next
* reorder
* update getting started
* title
* update navbar
* Delete website/docs/tutorial/what-is-next.ipynb
* update conversable patterns
* Improve language
* Fix typo
* minor fixes
---------
Co-authored-by: Jack Gerrits <jack@jackgerrits.com>
Co-authored-by: gagb <gagb@users.noreply.github.com>
Co-authored-by: Joshua Kim <joshua@spectdata.com>
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
2 years ago