We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5300f93 commit 69d1125Copy full SHA for 69d1125
1 file changed
README.md
@@ -120,6 +120,7 @@ for _ in range(100):
120
print(obs)
121
if truncated or terminated:
122
logger.info("Truncated or terminated!")
123
+ exit()
124
```
125
### Examples
126
Checkout the python examples in the [examples](examples) folder:
0 commit comments