You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: codegen/generator/src/Visitors/PaginationVisitor.cs
+18-11Lines changed: 18 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
namespaceOpenAILibraryPlugin.Visitors;
13
13
14
14
/// <summary>
15
-
/// This visitor modifies GetRawPagesAsync methods to consider HasMore in addition to LastId when deciding whether to continue pagination.
15
+
/// This visitor modifies GetRawPagesAsync and GetRawPages methods to consider HasMore in addition to LastId when deciding whether to continue pagination.
16
16
/// It also replaces specific parameters with an options type for pagination methods.
17
17
/// </summary>
18
18
publicclassPaginationVisitor:ScmLibraryVisitor
@@ -37,6 +37,14 @@ public class PaginationVisitor : ScmLibraryVisitor
0 commit comments