Skip to content

Commit 2201663

Browse files
committed
docs: Update README with github admonitions
1 parent c35e514 commit 2201663

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,10 @@ graph TD
111111
Tool --> Model
112112
```
113113

114-
There are different ways to implement the stop condition.
115-
By default we let the agent decide by generating an output *without* tool executions.
116-
You can implement additional stop conditions via callbacks.
114+
> [!IMPORTANT]
115+
> There are different ways to implement the stop condition.
116+
> By default we let the agent decide by generating an output *without* tool executions.
117+
> You can implement additional stop conditions via callbacks.
117118
118119
### Callbacks
119120

0 commit comments

Comments
 (0)