Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HomunMage authored Jun 29, 2024
1 parent 924277b commit 4f6638f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 05 Agents with Tool/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ This tutorial demonstrated how to create a simple TRPG agent using LangChain and

```mermaid
graph TD;
A[Dugen Master] --> B{need roll?};
A((DugenMaster)) --> B{need roll?};
B -- Yes --> C[Roll Dice];
B -- No --> D[Player];
B -- No --> D((Player));
D --> A;
C --> A;
Expand Down

0 comments on commit 4f6638f

Please sign in to comment.