We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5710bf6 commit 86f62feCopy full SHA for 86f62fe
docs/getting-started/5-output-rails/README.md
@@ -172,7 +172,7 @@ You can enable streaming to provide asynchronous responses and reduce the time t
172
1. Modify the `rails` field in the `config.yml` file and add the `streaming` field to enable streaming:
173
174
```{code-block} yaml
175
- :emphasize-lines: 9,10,12
+ :emphasize-lines: 9-11,13
176
177
rails:
178
input:
@@ -183,7 +183,8 @@ You can enable streaming to provide asynchronous responses and reduce the time t
183
flows:
184
- self check output
185
streaming:
186
- window_size: 200
+ chunk_size: 200
187
+ context_size: 50
188
189
streaming: True
190
```
0 commit comments