@smartytalent/openai-tools 0.9.26 → 0.9.28
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/tools.json +2 -2
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -25886,7 +25886,7 @@
|
|
|
25886
25886
|
"active",
|
|
25887
25887
|
"closed"
|
|
25888
25888
|
],
|
|
25889
|
-
"description": "active starts the sending (draft -> active), closed ends it."
|
|
25889
|
+
"description": "active starts the sending (draft -> active); active on an already active list is a re-drive (\"send again\") - the people no run ever took (added, queued) and the ones whose claim lease ran out are handed to the send workflow again, a live claim and a failed person are left alone; closed ends it."
|
|
25890
25890
|
},
|
|
25891
25891
|
"channels": {
|
|
25892
25892
|
"type": "array",
|
|
@@ -25907,7 +25907,7 @@
|
|
|
25907
25907
|
"items": {
|
|
25908
25908
|
"type": "string"
|
|
25909
25909
|
},
|
|
25910
|
-
"description": "The send action's claim - each named person flips queued -> sending in its own conditional write (the invitation must be active in that same write); the response's `meta.claimed` lists the ids THIS call claimed (a second run of the same activation claims none). Not for the FE."
|
|
25910
|
+
"description": "The send action's claim - each named person flips queued -> sending in its own conditional write (the invitation must be active in that same write); the response's `meta.claimed` lists the ids THIS call claimed (a second run of the same activation claims none) and `meta.remaining` the ids not attempted yet (at most 100 people per call - ask again for the rest). Not for the FE."
|
|
25911
25911
|
},
|
|
25912
25912
|
"claimOwner": {
|
|
25913
25913
|
"type": "string",
|