@smartytalent/openai-tools 0.9.16 → 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 +22 -0
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -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"
|