Skip to content

Commit 5c46a3e

Browse files
committed
JavaDoc fix
1 parent 8d08903 commit 5c46a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orchestration/src/main/java/com/sap/ai/sdk/orchestration/OrchestrationModuleConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public class OrchestrationModuleConfig {
110110
@Nullable
111111
FilteringStreamOptions outputFilteringStreamOptions;
112112

113-
/** Configuration of optional streaming options for output filtering. */
113+
/** Configuration of optional global streaming options, e.g. chunk-size. */
114114
@With(AccessLevel.PRIVATE) // may be exposed to public in the future
115115
@Getter(AccessLevel.PACKAGE)
116116
@Nullable

0 commit comments

Comments
 (0)