@smartytalent/openai-tools 0.1.33-dev.100 → 0.1.33-dev.101
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 +88 -0
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -7046,6 +7046,28 @@
|
|
|
7046
7046
|
"title": "EmailRelationshipsSchema",
|
|
7047
7047
|
"type": "object",
|
|
7048
7048
|
"properties": {
|
|
7049
|
+
"files": {
|
|
7050
|
+
"title": "EmailRelationshipsFilesSchema",
|
|
7051
|
+
"description": "File attachments on this email (File entities). To-many; container-owns-files.",
|
|
7052
|
+
"type": "object",
|
|
7053
|
+
"properties": {
|
|
7054
|
+
"data": {
|
|
7055
|
+
"type": "array",
|
|
7056
|
+
"items": {
|
|
7057
|
+
"title": "EmailRelationshipsFilesDataSchema",
|
|
7058
|
+
"type": "object",
|
|
7059
|
+
"properties": {
|
|
7060
|
+
"type": {
|
|
7061
|
+
"type": "string"
|
|
7062
|
+
},
|
|
7063
|
+
"id": {
|
|
7064
|
+
"type": "string"
|
|
7065
|
+
}
|
|
7066
|
+
}
|
|
7067
|
+
}
|
|
7068
|
+
}
|
|
7069
|
+
}
|
|
7070
|
+
},
|
|
7049
7071
|
"links": {
|
|
7050
7072
|
"title": "EmailRelationshipsLinksSchema",
|
|
7051
7073
|
"description": "URLs shared in this email, each fetched to markdown (Crawl4AI Link). To-many; container-owns-links.",
|
|
@@ -11484,6 +11506,28 @@
|
|
|
11484
11506
|
"type": "object",
|
|
11485
11507
|
"description": "Relationship slots on the call resource. Principal slots are\nto-one (`links`, shared URLs, is to-many). Direction\n+ attributes.fromType / toType tell you which side of the\nconversation each principal occupies. Mirror of chat's slot\nset with two voice-specific additions: `job` (call about a\nspecific opening) and `brief` (call collecting / clarifying\na specific brief). `boeUser` is split from `user` so the AI\nagent has a dedicated slot - `user` is reserved for human\ncounterparties (3-way conference recruiter, future user-to-\nuser webapp/Teams chat).",
|
|
11486
11508
|
"properties": {
|
|
11509
|
+
"files": {
|
|
11510
|
+
"title": "CallRelationshipsFilesSchema",
|
|
11511
|
+
"description": "File attachments shared on this call (File entities). To-many; container-owns-files.",
|
|
11512
|
+
"type": "object",
|
|
11513
|
+
"properties": {
|
|
11514
|
+
"data": {
|
|
11515
|
+
"type": "array",
|
|
11516
|
+
"items": {
|
|
11517
|
+
"title": "CallRelationshipsFilesDataSchema",
|
|
11518
|
+
"type": "object",
|
|
11519
|
+
"properties": {
|
|
11520
|
+
"type": {
|
|
11521
|
+
"type": "string"
|
|
11522
|
+
},
|
|
11523
|
+
"id": {
|
|
11524
|
+
"type": "string"
|
|
11525
|
+
}
|
|
11526
|
+
}
|
|
11527
|
+
}
|
|
11528
|
+
}
|
|
11529
|
+
}
|
|
11530
|
+
},
|
|
11487
11531
|
"links": {
|
|
11488
11532
|
"title": "CallRelationshipsLinksSchema",
|
|
11489
11533
|
"description": "URLs shared during this call, each fetched to markdown (Crawl4AI Link). To-many; container-owns-links.",
|
|
@@ -12571,6 +12615,28 @@
|
|
|
12571
12615
|
"type": "object",
|
|
12572
12616
|
"description": "Relationship slots for a chat row. Principal slots are to-one\n(`links`, shared URLs, is to-many). Direction +\nattributes.fromType / toType tell you which side of the\nconversation each principal is on - we don't duplicate that\ninto directional relationship names. For boe-mediated flows\nat most two of {user, candidate, talent} are populated per\nrow: the external party (candidate or talent) and, on outbound,\nthe boe user that signed the message.",
|
|
12573
12617
|
"properties": {
|
|
12618
|
+
"files": {
|
|
12619
|
+
"title": "ChatRelationshipsFilesSchema",
|
|
12620
|
+
"description": "File attachments sent in this chat (File entities). To-many; container-owns-files.",
|
|
12621
|
+
"type": "object",
|
|
12622
|
+
"properties": {
|
|
12623
|
+
"data": {
|
|
12624
|
+
"type": "array",
|
|
12625
|
+
"items": {
|
|
12626
|
+
"title": "ChatRelationshipsFilesDataSchema",
|
|
12627
|
+
"type": "object",
|
|
12628
|
+
"properties": {
|
|
12629
|
+
"type": {
|
|
12630
|
+
"type": "string"
|
|
12631
|
+
},
|
|
12632
|
+
"id": {
|
|
12633
|
+
"type": "string"
|
|
12634
|
+
}
|
|
12635
|
+
}
|
|
12636
|
+
}
|
|
12637
|
+
}
|
|
12638
|
+
}
|
|
12639
|
+
},
|
|
12574
12640
|
"links": {
|
|
12575
12641
|
"title": "ChatRelationshipsLinksSchema",
|
|
12576
12642
|
"description": "URLs shared in this chat, each fetched to markdown (Crawl4AI Link). To-many; container-owns-links.",
|
|
@@ -14929,6 +14995,28 @@
|
|
|
14929
14995
|
"title": "MeetingRelationshipsSchema",
|
|
14930
14996
|
"type": "object",
|
|
14931
14997
|
"properties": {
|
|
14998
|
+
"files": {
|
|
14999
|
+
"title": "MeetingRelationshipsFilesSchema",
|
|
15000
|
+
"description": "File attachments shared in this meeting (File entities). To-many; container-owns-files.",
|
|
15001
|
+
"type": "object",
|
|
15002
|
+
"properties": {
|
|
15003
|
+
"data": {
|
|
15004
|
+
"type": "array",
|
|
15005
|
+
"items": {
|
|
15006
|
+
"title": "MeetingRelationshipsFilesDataSchema",
|
|
15007
|
+
"type": "object",
|
|
15008
|
+
"properties": {
|
|
15009
|
+
"type": {
|
|
15010
|
+
"type": "string"
|
|
15011
|
+
},
|
|
15012
|
+
"id": {
|
|
15013
|
+
"type": "string"
|
|
15014
|
+
}
|
|
15015
|
+
}
|
|
15016
|
+
}
|
|
15017
|
+
}
|
|
15018
|
+
}
|
|
15019
|
+
},
|
|
14932
15020
|
"links": {
|
|
14933
15021
|
"title": "MeetingRelationshipsLinksSchema",
|
|
14934
15022
|
"description": "URLs shared in this meeting, each fetched to markdown (Crawl4AI Link). To-many; container-owns-links.",
|