We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c35e514 commit 2201663Copy full SHA for 2201663
README.md
@@ -111,9 +111,10 @@ graph TD
111
Tool --> Model
112
```
113
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.
+> [!IMPORTANT]
+> There are different ways to implement the stop condition.
+> By default we let the agent decide by generating an output *without* tool executions.
117
+> You can implement additional stop conditions via callbacks.
118
119
### Callbacks
120
0 commit comments