@parallelworks/client 7.107.0 → 7.108.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/types/api.d.ts +1 -1
- package/package.json +1 -1
package/dist/types/api.d.ts
CHANGED
|
@@ -36719,7 +36719,7 @@ export interface operations {
|
|
|
36719
36719
|
listAIChatConversations: {
|
|
36720
36720
|
parameters: {
|
|
36721
36721
|
query?: {
|
|
36722
|
-
/** @description Max conversations to return */
|
|
36722
|
+
/** @description Max conversations to return (1-100) */
|
|
36723
36723
|
limit?: number;
|
|
36724
36724
|
/** @description Pagination offset */
|
|
36725
36725
|
offset?: number;
|