@smartytalent/openai-tools 0.9.15 → 0.9.17
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 +24 -2
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -7935,7 +7935,7 @@
|
|
|
7935
7935
|
"failed",
|
|
7936
7936
|
"pending"
|
|
7937
7937
|
],
|
|
7938
|
-
"description": "Lifecycle status. draft = composing, scheduled = workflow owns
|
|
7938
|
+
"description": "Lifecycle status. draft = composing, scheduled = workflow owns\nthe send, sent = outbound delivered to SES, received = inbound\naccepted by broker (replaces the legacy `sent` value used for\ninbound), suppressed = SES bounce/complaint, archived = user\nexplicitly archived (kept indefinitely, hidden from inbox view),\ntrashed = user moved to Trash bin (default soft DELETE;\nrecoverable, candidate for periodic permanent purge), failed =\ninternal error, pending = transitional.\n\n**Read a status by what the row ACHIEVED, never by what it is\nnot.** Four groups, and every consumer that branches on status\nshould cover all four - a rule written as \"not draft and not\nscheduled\" silently admits the other five, which is how a\ntrashed row passed as delivered in three separate layers on\n2026-09-01 (a summary sentence, a whose-turn-is-it counter, and\na reply-offer gate):\n * REACHED someone: `sent`, `received`. Only these two.\n * PREPARED, not out yet: `draft`, `scheduled`, `pending`.\n * ATTEMPTED and did not arrive: `failed`, `suppressed`. This\n group is a warning, not a neutral state.\n * TAKEN OUT of the working view: `trashed`, `archived`.\n Neither outstanding work nor proof anything was answered."
|
|
7939
7939
|
},
|
|
7940
7940
|
"direction": {
|
|
7941
7941
|
"type": "string",
|
|
@@ -8435,7 +8435,7 @@
|
|
|
8435
8435
|
"failed",
|
|
8436
8436
|
"pending"
|
|
8437
8437
|
],
|
|
8438
|
-
"description": "Lifecycle status. draft = composing, scheduled = workflow owns
|
|
8438
|
+
"description": "Lifecycle status. draft = composing, scheduled = workflow owns\nthe send, sent = outbound delivered to SES, received = inbound\naccepted by broker (replaces the legacy `sent` value used for\ninbound), suppressed = SES bounce/complaint, archived = user\nexplicitly archived (kept indefinitely, hidden from inbox view),\ntrashed = user moved to Trash bin (default soft DELETE;\nrecoverable, candidate for periodic permanent purge), failed =\ninternal error, pending = transitional.\n\n**Read a status by what the row ACHIEVED, never by what it is\nnot.** Four groups, and every consumer that branches on status\nshould cover all four - a rule written as \"not draft and not\nscheduled\" silently admits the other five, which is how a\ntrashed row passed as delivered in three separate layers on\n2026-09-01 (a summary sentence, a whose-turn-is-it counter, and\na reply-offer gate):\n * REACHED someone: `sent`, `received`. Only these two.\n * PREPARED, not out yet: `draft`, `scheduled`, `pending`.\n * ATTEMPTED and did not arrive: `failed`, `suppressed`. This\n group is a warning, not a neutral state.\n * TAKEN OUT of the working view: `trashed`, `archived`.\n Neither outstanding work nor proof anything was answered."
|
|
8439
8439
|
},
|
|
8440
8440
|
"direction": {
|
|
8441
8441
|
"type": "string",
|
|
@@ -20561,6 +20561,17 @@
|
|
|
20561
20561
|
"type": "string",
|
|
20562
20562
|
"description": "The newest message the cover accounted for. Compare it with the\nlast email in the thread: when they differ, the cover predates\nthat message and the interface can say so instead of showing it\nas current."
|
|
20563
20563
|
},
|
|
20564
|
+
"reportUrl": {
|
|
20565
|
+
"type": "string",
|
|
20566
|
+
"description": "Presigned link to the thread's PDF report in the CONVERSATION'S\nlanguage, valid at most two hours. Present on showConversation\nONLY (never in list responses) and only when the file really\nexists - the door checks before it signs, so a null here means\n\"no report yet\", not \"broken link\", and the button can be hidden\nrather than failing on click. The report is rendered as the last\nstep of the summary Step Function, so it appears once a thread\nhas been summarised and is refreshed with every new message.\nRead-only and never stored: fetch the conversation again for a\nfresh link. Falls back to the English file when the thread's own\nlanguage has none."
|
|
20567
|
+
},
|
|
20568
|
+
"reportUrls": {
|
|
20569
|
+
"type": "object",
|
|
20570
|
+
"additionalProperties": {
|
|
20571
|
+
"type": "string"
|
|
20572
|
+
},
|
|
20573
|
+
"description": "The same report per language, keyed by locale - the thread's own\nplus `en-US`, which the renderer always writes so a report can be\nshared with someone who does not read the thread's language. One\nentry when the thread is already in English. Null when no report\nexists yet. `reportUrl` is the thread-language entry of this map,\nkept as its own field so a client that ignores the map keeps\nworking. A message the AI pipeline never translated is quoted in\nits original language inside the English file rather than left\nout."
|
|
20574
|
+
},
|
|
20564
20575
|
"source": {
|
|
20565
20576
|
"type": "string",
|
|
20566
20577
|
"description": "Source of the conversation"
|
|
@@ -20874,6 +20885,17 @@
|
|
|
20874
20885
|
"type": "string",
|
|
20875
20886
|
"description": "The newest message the cover accounted for. Compare it with the\nlast email in the thread: when they differ, the cover predates\nthat message and the interface can say so instead of showing it\nas current."
|
|
20876
20887
|
},
|
|
20888
|
+
"reportUrl": {
|
|
20889
|
+
"type": "string",
|
|
20890
|
+
"description": "Presigned link to the thread's PDF report in the CONVERSATION'S\nlanguage, valid at most two hours. Present on showConversation\nONLY (never in list responses) and only when the file really\nexists - the door checks before it signs, so a null here means\n\"no report yet\", not \"broken link\", and the button can be hidden\nrather than failing on click. The report is rendered as the last\nstep of the summary Step Function, so it appears once a thread\nhas been summarised and is refreshed with every new message.\nRead-only and never stored: fetch the conversation again for a\nfresh link. Falls back to the English file when the thread's own\nlanguage has none."
|
|
20891
|
+
},
|
|
20892
|
+
"reportUrls": {
|
|
20893
|
+
"type": "object",
|
|
20894
|
+
"additionalProperties": {
|
|
20895
|
+
"type": "string"
|
|
20896
|
+
},
|
|
20897
|
+
"description": "The same report per language, keyed by locale - the thread's own\nplus `en-US`, which the renderer always writes so a report can be\nshared with someone who does not read the thread's language. One\nentry when the thread is already in English. Null when no report\nexists yet. `reportUrl` is the thread-language entry of this map,\nkept as its own field so a client that ignores the map keeps\nworking. A message the AI pipeline never translated is quoted in\nits original language inside the English file rather than left\nout."
|
|
20898
|
+
},
|
|
20877
20899
|
"source": {
|
|
20878
20900
|
"type": "string",
|
|
20879
20901
|
"description": "Source of the conversation"
|