Skip to content

Commit

Permalink
Correcting Typo in README.md (#3770)
Browse files Browse the repository at this point in the history
  • Loading branch information
vikas434 authored Oct 12, 2024
1 parent 373adc9 commit a45d97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/packages/autogen-core/samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ See [user guide](../docs/src/core-user-guide/guides/) and

See [Running the examples](#running-the-examples) for instructions on how to run the examples.

- [`chest_game.py`](chess_game.py): an example with two chess player agents that executes its own tools to demonstrate tool use and reflection on tool use.
- [`chess_game.py`](chess_game.py): an example with two chess player agents that executes its own tools to demonstrate tool use and reflection on tool use.
- [`slow_human_in_loop.py`](slow_human_in_loop.py): an example showing human-in-the-loop which waits for human input before making the tool call.

## Running the examples
Expand Down

0 comments on commit a45d97c

Please sign in to comment.