@smartytalent/openai-tools 0.1.33-dev.65 → 0.1.33-dev.66
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 +349 -0
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -15048,6 +15048,23 @@
|
|
|
15048
15048
|
"format": "date-time",
|
|
15049
15049
|
"description": "Server-stamped from chime:AttendeeLeft / Dropped event."
|
|
15050
15050
|
},
|
|
15051
|
+
"experienceRating": {
|
|
15052
|
+
"type": "object",
|
|
15053
|
+
"description": "Post-meeting subjective rating submitted by the attendee after\nthey left. Each dimension is 1-5 (1=very bad, 5=very good).\nSubmit gate (server-side): only accepted while status is in\n{left, dropped, ended} - 400 otherwise. submittedAt is\nserver-stamped; clients cannot set it. Schema is forward-\ncompatible - new dimensions can be added without migration.",
|
|
15054
|
+
"properties": {
|
|
15055
|
+
"audioVideo": {
|
|
15056
|
+
"type": "integer",
|
|
15057
|
+
"minimum": 1,
|
|
15058
|
+
"maximum": 5,
|
|
15059
|
+
"description": "1=Very bad, 5=Very good. Captures the attendee's perception of audio + video quality during the call."
|
|
15060
|
+
},
|
|
15061
|
+
"submittedAt": {
|
|
15062
|
+
"type": "string",
|
|
15063
|
+
"format": "date-time",
|
|
15064
|
+
"description": "Server-stamped on PATCH. Client-supplied values are ignored."
|
|
15065
|
+
}
|
|
15066
|
+
}
|
|
15067
|
+
},
|
|
15051
15068
|
"chimeMeetingData": {
|
|
15052
15069
|
"type": "object",
|
|
15053
15070
|
"additionalProperties": true,
|
|
@@ -15194,6 +15211,23 @@
|
|
|
15194
15211
|
"format": "date-time",
|
|
15195
15212
|
"description": "Server-stamped from chime:AttendeeLeft / Dropped event."
|
|
15196
15213
|
},
|
|
15214
|
+
"experienceRating": {
|
|
15215
|
+
"type": "object",
|
|
15216
|
+
"description": "Post-meeting subjective rating submitted by the attendee after\nthey left. Each dimension is 1-5 (1=very bad, 5=very good).\nSubmit gate (server-side): only accepted while status is in\n{left, dropped, ended} - 400 otherwise. submittedAt is\nserver-stamped; clients cannot set it. Schema is forward-\ncompatible - new dimensions can be added without migration.",
|
|
15217
|
+
"properties": {
|
|
15218
|
+
"audioVideo": {
|
|
15219
|
+
"type": "integer",
|
|
15220
|
+
"minimum": 1,
|
|
15221
|
+
"maximum": 5,
|
|
15222
|
+
"description": "1=Very bad, 5=Very good. Captures the attendee's perception of audio + video quality during the call."
|
|
15223
|
+
},
|
|
15224
|
+
"submittedAt": {
|
|
15225
|
+
"type": "string",
|
|
15226
|
+
"format": "date-time",
|
|
15227
|
+
"description": "Server-stamped on PATCH. Client-supplied values are ignored."
|
|
15228
|
+
}
|
|
15229
|
+
}
|
|
15230
|
+
},
|
|
15197
15231
|
"chimeMeetingData": {
|
|
15198
15232
|
"type": "object",
|
|
15199
15233
|
"additionalProperties": true,
|
|
@@ -15218,6 +15252,169 @@
|
|
|
15218
15252
|
}
|
|
15219
15253
|
}
|
|
15220
15254
|
},
|
|
15255
|
+
{
|
|
15256
|
+
"type": "function",
|
|
15257
|
+
"function": {
|
|
15258
|
+
"name": "patch_guest_meeting_attendee",
|
|
15259
|
+
"description": "Patch Guest Meeting Attendee",
|
|
15260
|
+
"parameters": {
|
|
15261
|
+
"title": "CreateMeetingAttendeeRequestBody",
|
|
15262
|
+
"type": "object",
|
|
15263
|
+
"required": [
|
|
15264
|
+
"data"
|
|
15265
|
+
],
|
|
15266
|
+
"properties": {
|
|
15267
|
+
"data": {
|
|
15268
|
+
"title": "CreateMeetingAttendeeRequestBodyData",
|
|
15269
|
+
"type": "object",
|
|
15270
|
+
"required": [
|
|
15271
|
+
"type",
|
|
15272
|
+
"attributes"
|
|
15273
|
+
],
|
|
15274
|
+
"properties": {
|
|
15275
|
+
"type": {
|
|
15276
|
+
"type": "string",
|
|
15277
|
+
"enum": [
|
|
15278
|
+
"attendees"
|
|
15279
|
+
]
|
|
15280
|
+
},
|
|
15281
|
+
"attributes": {
|
|
15282
|
+
"title": "MeetingAttendeeAttributesSchema",
|
|
15283
|
+
"type": "object",
|
|
15284
|
+
"description": "Chime attendee record - someone (or some bot) with a live or terminated\nChime SDK attendee for this meeting. Unified across human-auth +\nhuman-guest + AI; principalType + the optional relationships disambiguate.\nUsed both as the createMeetingAttendee request body shape (subset of fields\naccepted - server ignores fields it sets itself) and as the response shape.",
|
|
15285
|
+
"properties": {
|
|
15286
|
+
"chimeAttendeeId": {
|
|
15287
|
+
"type": "string",
|
|
15288
|
+
"description": "Chime SDK attendee id. Server-generated, immutable. Also the resource id of this attendee. Not accepted on the request - server allocates."
|
|
15289
|
+
},
|
|
15290
|
+
"externalUserId": {
|
|
15291
|
+
"type": "string",
|
|
15292
|
+
"description": "Namespace-prefixed identifier sent to Chime CreateAttendee. Format: `user:<userId>` for auth humans, `guest:<guestId>` for lobby walk-ins, `boe:<userId>` for AI users. Visible in Chime State Change events so any consumer can identify the principal type without a DB join. Derived server-side from principalType / user.type - do not set on the request."
|
|
15293
|
+
},
|
|
15294
|
+
"joinToken": {
|
|
15295
|
+
"type": "string",
|
|
15296
|
+
"description": "One-time Chime SDK join token. Present only on the createMeetingAttendee response; do NOT cache or re-use - request a fresh attendee if the join fails."
|
|
15297
|
+
},
|
|
15298
|
+
"principalType": {
|
|
15299
|
+
"type": "string",
|
|
15300
|
+
"enum": [
|
|
15301
|
+
"user",
|
|
15302
|
+
"candidate",
|
|
15303
|
+
"talent",
|
|
15304
|
+
"guest"
|
|
15305
|
+
],
|
|
15306
|
+
"description": "Type of the underlying principal who owns this attendance. Mirrors call.fromType / call.toType taxonomy so the same vocabulary spans channels. Required on createMeetingAttendee request."
|
|
15307
|
+
},
|
|
15308
|
+
"principalId": {
|
|
15309
|
+
"type": "string",
|
|
15310
|
+
"description": "Stable id of the principal (e.g. usr-anna, cnd-tomek, gst-xyz). For namespace `boe:` attendees this is the boe user's id - Boe is a user just like a human, the principalType is still 'user'. Required on createMeetingAttendee request unless principalType=guest (then the server allocates a guest id)."
|
|
15311
|
+
},
|
|
15312
|
+
"name": {
|
|
15313
|
+
"type": "string",
|
|
15314
|
+
"description": "Display name shown in the roster. Source: user.name for principalType=user (auth or boe), lobby-typed name for guest, candidate/talent name for those types. Accepted on the request as an override; otherwise server resolves it from the principal."
|
|
15315
|
+
},
|
|
15316
|
+
"role": {
|
|
15317
|
+
"type": "string",
|
|
15318
|
+
"enum": [
|
|
15319
|
+
"host",
|
|
15320
|
+
"attendee",
|
|
15321
|
+
"candidate",
|
|
15322
|
+
"observer",
|
|
15323
|
+
"interviewer",
|
|
15324
|
+
"notetaker",
|
|
15325
|
+
"sales",
|
|
15326
|
+
"other"
|
|
15327
|
+
],
|
|
15328
|
+
"description": "Function this attendee plays in THIS meeting. Distinct from user.type (which says human-vs-bot at the user level). At most one `host` per meeting. AI bot roles (interviewer / notetaker / sales) drive prompt template selection in the bot container."
|
|
15329
|
+
},
|
|
15330
|
+
"status": {
|
|
15331
|
+
"type": "string",
|
|
15332
|
+
"enum": [
|
|
15333
|
+
"joining",
|
|
15334
|
+
"active",
|
|
15335
|
+
"left",
|
|
15336
|
+
"dropped",
|
|
15337
|
+
"ended",
|
|
15338
|
+
"error"
|
|
15339
|
+
],
|
|
15340
|
+
"description": "Lifecycle on the attendee record.\n joining - row created, attendee not yet on Chime grid (typical for bots between dispatch and Chime ack, or for fresh createMeetingAttendee responses pre-join)\n active - present on the Chime grid, audio bridging\n left - left cleanly (clicked leave or natural end)\n dropped - lost connection or network drop (per Chime AttendeeDropped event)\n ended - bot path: server-initiated dismiss (DELETE) or natural completion\n error - bot dispatch / join failed; see errorMessage\nServer-managed - do not set on the request."
|
|
15341
|
+
},
|
|
15342
|
+
"email": {
|
|
15343
|
+
"type": "string",
|
|
15344
|
+
"description": "Optional. Auth humans: from user profile (server-resolved). Guests: from lobby form (accepted on request)."
|
|
15345
|
+
},
|
|
15346
|
+
"phone": {
|
|
15347
|
+
"type": "string",
|
|
15348
|
+
"description": "Optional. Typed in lobby form when present (guest only)."
|
|
15349
|
+
},
|
|
15350
|
+
"voice": {
|
|
15351
|
+
"type": "string",
|
|
15352
|
+
"description": "AI only. Realtime model voice (alloy / echo / fable / onyx / nova / shimmer). Used at dispatch."
|
|
15353
|
+
},
|
|
15354
|
+
"config": {
|
|
15355
|
+
"type": "object",
|
|
15356
|
+
"additionalProperties": true,
|
|
15357
|
+
"description": "AI only. Per-bot runtime config: mode, language, targetLanguage, persona, faceId, context (job-context auto-enrichment seed). Echoed back so FE can confirm what the bot received."
|
|
15358
|
+
},
|
|
15359
|
+
"taskArn": {
|
|
15360
|
+
"type": "string",
|
|
15361
|
+
"description": "AI only. ECS task ARN for the bot (operational). Server-managed."
|
|
15362
|
+
},
|
|
15363
|
+
"errorMessage": {
|
|
15364
|
+
"type": "string",
|
|
15365
|
+
"description": "Populated when status=error."
|
|
15366
|
+
},
|
|
15367
|
+
"joinedAt": {
|
|
15368
|
+
"type": "string",
|
|
15369
|
+
"format": "date-time",
|
|
15370
|
+
"description": "Server-stamped from chime:AttendeeJoined event."
|
|
15371
|
+
},
|
|
15372
|
+
"leftAt": {
|
|
15373
|
+
"type": "string",
|
|
15374
|
+
"format": "date-time",
|
|
15375
|
+
"description": "Server-stamped from chime:AttendeeLeft / Dropped event."
|
|
15376
|
+
},
|
|
15377
|
+
"experienceRating": {
|
|
15378
|
+
"type": "object",
|
|
15379
|
+
"description": "Post-meeting subjective rating submitted by the attendee after\nthey left. Each dimension is 1-5 (1=very bad, 5=very good).\nSubmit gate (server-side): only accepted while status is in\n{left, dropped, ended} - 400 otherwise. submittedAt is\nserver-stamped; clients cannot set it. Schema is forward-\ncompatible - new dimensions can be added without migration.",
|
|
15380
|
+
"properties": {
|
|
15381
|
+
"audioVideo": {
|
|
15382
|
+
"type": "integer",
|
|
15383
|
+
"minimum": 1,
|
|
15384
|
+
"maximum": 5,
|
|
15385
|
+
"description": "1=Very bad, 5=Very good. Captures the attendee's perception of audio + video quality during the call."
|
|
15386
|
+
},
|
|
15387
|
+
"submittedAt": {
|
|
15388
|
+
"type": "string",
|
|
15389
|
+
"format": "date-time",
|
|
15390
|
+
"description": "Server-stamped on PATCH. Client-supplied values are ignored."
|
|
15391
|
+
}
|
|
15392
|
+
}
|
|
15393
|
+
},
|
|
15394
|
+
"chimeMeetingData": {
|
|
15395
|
+
"type": "object",
|
|
15396
|
+
"additionalProperties": true,
|
|
15397
|
+
"description": "Raw AWS Chime CreateMeeting `Meeting` object - passed verbatim to chime-sdk-js. Only on the createMeetingAttendee response (so the joining client gets everything it needs in one round-trip); not stored on the row."
|
|
15398
|
+
}
|
|
15399
|
+
}
|
|
15400
|
+
}
|
|
15401
|
+
}
|
|
15402
|
+
}
|
|
15403
|
+
}
|
|
15404
|
+
}
|
|
15405
|
+
}
|
|
15406
|
+
},
|
|
15407
|
+
{
|
|
15408
|
+
"type": "function",
|
|
15409
|
+
"function": {
|
|
15410
|
+
"name": "guest_meeting_attendee_options",
|
|
15411
|
+
"description": "Guest Meeting Attendee Options",
|
|
15412
|
+
"parameters": {
|
|
15413
|
+
"type": "object",
|
|
15414
|
+
"properties": {}
|
|
15415
|
+
}
|
|
15416
|
+
}
|
|
15417
|
+
},
|
|
15221
15418
|
{
|
|
15222
15419
|
"type": "function",
|
|
15223
15420
|
"function": {
|
|
@@ -15380,6 +15577,158 @@
|
|
|
15380
15577
|
}
|
|
15381
15578
|
}
|
|
15382
15579
|
},
|
|
15580
|
+
{
|
|
15581
|
+
"type": "function",
|
|
15582
|
+
"function": {
|
|
15583
|
+
"name": "patch_meeting_attendee",
|
|
15584
|
+
"description": "Patch Meeting Attendee",
|
|
15585
|
+
"parameters": {
|
|
15586
|
+
"title": "CreateMeetingAttendeeRequestBody",
|
|
15587
|
+
"type": "object",
|
|
15588
|
+
"required": [
|
|
15589
|
+
"data"
|
|
15590
|
+
],
|
|
15591
|
+
"properties": {
|
|
15592
|
+
"data": {
|
|
15593
|
+
"title": "CreateMeetingAttendeeRequestBodyData",
|
|
15594
|
+
"type": "object",
|
|
15595
|
+
"required": [
|
|
15596
|
+
"type",
|
|
15597
|
+
"attributes"
|
|
15598
|
+
],
|
|
15599
|
+
"properties": {
|
|
15600
|
+
"type": {
|
|
15601
|
+
"type": "string",
|
|
15602
|
+
"enum": [
|
|
15603
|
+
"attendees"
|
|
15604
|
+
]
|
|
15605
|
+
},
|
|
15606
|
+
"attributes": {
|
|
15607
|
+
"title": "MeetingAttendeeAttributesSchema",
|
|
15608
|
+
"type": "object",
|
|
15609
|
+
"description": "Chime attendee record - someone (or some bot) with a live or terminated\nChime SDK attendee for this meeting. Unified across human-auth +\nhuman-guest + AI; principalType + the optional relationships disambiguate.\nUsed both as the createMeetingAttendee request body shape (subset of fields\naccepted - server ignores fields it sets itself) and as the response shape.",
|
|
15610
|
+
"properties": {
|
|
15611
|
+
"chimeAttendeeId": {
|
|
15612
|
+
"type": "string",
|
|
15613
|
+
"description": "Chime SDK attendee id. Server-generated, immutable. Also the resource id of this attendee. Not accepted on the request - server allocates."
|
|
15614
|
+
},
|
|
15615
|
+
"externalUserId": {
|
|
15616
|
+
"type": "string",
|
|
15617
|
+
"description": "Namespace-prefixed identifier sent to Chime CreateAttendee. Format: `user:<userId>` for auth humans, `guest:<guestId>` for lobby walk-ins, `boe:<userId>` for AI users. Visible in Chime State Change events so any consumer can identify the principal type without a DB join. Derived server-side from principalType / user.type - do not set on the request."
|
|
15618
|
+
},
|
|
15619
|
+
"joinToken": {
|
|
15620
|
+
"type": "string",
|
|
15621
|
+
"description": "One-time Chime SDK join token. Present only on the createMeetingAttendee response; do NOT cache or re-use - request a fresh attendee if the join fails."
|
|
15622
|
+
},
|
|
15623
|
+
"principalType": {
|
|
15624
|
+
"type": "string",
|
|
15625
|
+
"enum": [
|
|
15626
|
+
"user",
|
|
15627
|
+
"candidate",
|
|
15628
|
+
"talent",
|
|
15629
|
+
"guest"
|
|
15630
|
+
],
|
|
15631
|
+
"description": "Type of the underlying principal who owns this attendance. Mirrors call.fromType / call.toType taxonomy so the same vocabulary spans channels. Required on createMeetingAttendee request."
|
|
15632
|
+
},
|
|
15633
|
+
"principalId": {
|
|
15634
|
+
"type": "string",
|
|
15635
|
+
"description": "Stable id of the principal (e.g. usr-anna, cnd-tomek, gst-xyz). For namespace `boe:` attendees this is the boe user's id - Boe is a user just like a human, the principalType is still 'user'. Required on createMeetingAttendee request unless principalType=guest (then the server allocates a guest id)."
|
|
15636
|
+
},
|
|
15637
|
+
"name": {
|
|
15638
|
+
"type": "string",
|
|
15639
|
+
"description": "Display name shown in the roster. Source: user.name for principalType=user (auth or boe), lobby-typed name for guest, candidate/talent name for those types. Accepted on the request as an override; otherwise server resolves it from the principal."
|
|
15640
|
+
},
|
|
15641
|
+
"role": {
|
|
15642
|
+
"type": "string",
|
|
15643
|
+
"enum": [
|
|
15644
|
+
"host",
|
|
15645
|
+
"attendee",
|
|
15646
|
+
"candidate",
|
|
15647
|
+
"observer",
|
|
15648
|
+
"interviewer",
|
|
15649
|
+
"notetaker",
|
|
15650
|
+
"sales",
|
|
15651
|
+
"other"
|
|
15652
|
+
],
|
|
15653
|
+
"description": "Function this attendee plays in THIS meeting. Distinct from user.type (which says human-vs-bot at the user level). At most one `host` per meeting. AI bot roles (interviewer / notetaker / sales) drive prompt template selection in the bot container."
|
|
15654
|
+
},
|
|
15655
|
+
"status": {
|
|
15656
|
+
"type": "string",
|
|
15657
|
+
"enum": [
|
|
15658
|
+
"joining",
|
|
15659
|
+
"active",
|
|
15660
|
+
"left",
|
|
15661
|
+
"dropped",
|
|
15662
|
+
"ended",
|
|
15663
|
+
"error"
|
|
15664
|
+
],
|
|
15665
|
+
"description": "Lifecycle on the attendee record.\n joining - row created, attendee not yet on Chime grid (typical for bots between dispatch and Chime ack, or for fresh createMeetingAttendee responses pre-join)\n active - present on the Chime grid, audio bridging\n left - left cleanly (clicked leave or natural end)\n dropped - lost connection or network drop (per Chime AttendeeDropped event)\n ended - bot path: server-initiated dismiss (DELETE) or natural completion\n error - bot dispatch / join failed; see errorMessage\nServer-managed - do not set on the request."
|
|
15666
|
+
},
|
|
15667
|
+
"email": {
|
|
15668
|
+
"type": "string",
|
|
15669
|
+
"description": "Optional. Auth humans: from user profile (server-resolved). Guests: from lobby form (accepted on request)."
|
|
15670
|
+
},
|
|
15671
|
+
"phone": {
|
|
15672
|
+
"type": "string",
|
|
15673
|
+
"description": "Optional. Typed in lobby form when present (guest only)."
|
|
15674
|
+
},
|
|
15675
|
+
"voice": {
|
|
15676
|
+
"type": "string",
|
|
15677
|
+
"description": "AI only. Realtime model voice (alloy / echo / fable / onyx / nova / shimmer). Used at dispatch."
|
|
15678
|
+
},
|
|
15679
|
+
"config": {
|
|
15680
|
+
"type": "object",
|
|
15681
|
+
"additionalProperties": true,
|
|
15682
|
+
"description": "AI only. Per-bot runtime config: mode, language, targetLanguage, persona, faceId, context (job-context auto-enrichment seed). Echoed back so FE can confirm what the bot received."
|
|
15683
|
+
},
|
|
15684
|
+
"taskArn": {
|
|
15685
|
+
"type": "string",
|
|
15686
|
+
"description": "AI only. ECS task ARN for the bot (operational). Server-managed."
|
|
15687
|
+
},
|
|
15688
|
+
"errorMessage": {
|
|
15689
|
+
"type": "string",
|
|
15690
|
+
"description": "Populated when status=error."
|
|
15691
|
+
},
|
|
15692
|
+
"joinedAt": {
|
|
15693
|
+
"type": "string",
|
|
15694
|
+
"format": "date-time",
|
|
15695
|
+
"description": "Server-stamped from chime:AttendeeJoined event."
|
|
15696
|
+
},
|
|
15697
|
+
"leftAt": {
|
|
15698
|
+
"type": "string",
|
|
15699
|
+
"format": "date-time",
|
|
15700
|
+
"description": "Server-stamped from chime:AttendeeLeft / Dropped event."
|
|
15701
|
+
},
|
|
15702
|
+
"experienceRating": {
|
|
15703
|
+
"type": "object",
|
|
15704
|
+
"description": "Post-meeting subjective rating submitted by the attendee after\nthey left. Each dimension is 1-5 (1=very bad, 5=very good).\nSubmit gate (server-side): only accepted while status is in\n{left, dropped, ended} - 400 otherwise. submittedAt is\nserver-stamped; clients cannot set it. Schema is forward-\ncompatible - new dimensions can be added without migration.",
|
|
15705
|
+
"properties": {
|
|
15706
|
+
"audioVideo": {
|
|
15707
|
+
"type": "integer",
|
|
15708
|
+
"minimum": 1,
|
|
15709
|
+
"maximum": 5,
|
|
15710
|
+
"description": "1=Very bad, 5=Very good. Captures the attendee's perception of audio + video quality during the call."
|
|
15711
|
+
},
|
|
15712
|
+
"submittedAt": {
|
|
15713
|
+
"type": "string",
|
|
15714
|
+
"format": "date-time",
|
|
15715
|
+
"description": "Server-stamped on PATCH. Client-supplied values are ignored."
|
|
15716
|
+
}
|
|
15717
|
+
}
|
|
15718
|
+
},
|
|
15719
|
+
"chimeMeetingData": {
|
|
15720
|
+
"type": "object",
|
|
15721
|
+
"additionalProperties": true,
|
|
15722
|
+
"description": "Raw AWS Chime CreateMeeting `Meeting` object - passed verbatim to chime-sdk-js. Only on the createMeetingAttendee response (so the joining client gets everything it needs in one round-trip); not stored on the row."
|
|
15723
|
+
}
|
|
15724
|
+
}
|
|
15725
|
+
}
|
|
15726
|
+
}
|
|
15727
|
+
}
|
|
15728
|
+
}
|
|
15729
|
+
}
|
|
15730
|
+
}
|
|
15731
|
+
},
|
|
15383
15732
|
{
|
|
15384
15733
|
"type": "function",
|
|
15385
15734
|
"function": {
|