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 8d08903 commit 5c46a3eCopy full SHA for 5c46a3e
orchestration/src/main/java/com/sap/ai/sdk/orchestration/OrchestrationModuleConfig.java
@@ -110,7 +110,7 @@ public class OrchestrationModuleConfig {
110
@Nullable
111
FilteringStreamOptions outputFilteringStreamOptions;
112
113
- /** Configuration of optional streaming options for output filtering. */
+ /** Configuration of optional global streaming options, e.g. chunk-size. */
114
@With(AccessLevel.PRIVATE) // may be exposed to public in the future
115
@Getter(AccessLevel.PACKAGE)
116
0 commit comments