syllable-sdk 1.0.13-rc.4 → 1.0.13-rc.5
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/bin/mcp-server.js +1993 -55
- package/bin/mcp-server.js.map +33 -10
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +2 -2
- package/lib/config.js +2 -2
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.js +1 -1
- package/models/components/bodyinsightsfolderuploadfile.d.ts +8 -8
- package/models/components/bodyinsightsfolderuploadfile.d.ts.map +1 -1
- package/models/components/bodyinsightsfolderuploadfile.js +11 -12
- package/models/components/bodyinsightsfolderuploadfile.js.map +1 -1
- package/models/components/callaction.d.ts +113 -0
- package/models/components/callaction.d.ts.map +1 -0
- package/models/components/callaction.js +174 -0
- package/models/components/callaction.js.map +1 -0
- package/models/components/caseexpression.d.ts +18 -0
- package/models/components/caseexpression.d.ts.map +1 -0
- package/models/components/caseexpression.js +59 -0
- package/models/components/caseexpression.js.map +1 -0
- package/models/components/celexpression.d.ts +28 -0
- package/models/components/celexpression.d.ts.map +1 -0
- package/models/components/celexpression.js +60 -0
- package/models/components/celexpression.js.map +1 -0
- package/models/components/conditionaltext.d.ts +85 -0
- package/models/components/conditionaltext.d.ts.map +1 -0
- package/models/components/conditionaltext.js +147 -0
- package/models/components/conditionaltext.js.map +1 -0
- package/models/components/conditionalvalue.d.ts +147 -0
- package/models/components/conditionalvalue.d.ts.map +1 -0
- package/models/components/conditionalvalue.js +248 -0
- package/models/components/conditionalvalue.js.map +1 -0
- package/models/components/context.d.ts +122 -8
- package/models/components/context.d.ts.map +1 -1
- package/models/components/context.js +199 -6
- package/models/components/context.js.map +1 -1
- package/models/components/contexttaskmetadata.d.ts +22 -0
- package/models/components/contexttaskmetadata.d.ts.map +1 -0
- package/models/components/contexttaskmetadata.js +69 -0
- package/models/components/contexttaskmetadata.js.map +1 -0
- package/models/components/contexttoolinfo.d.ts +25 -0
- package/models/components/contexttoolinfo.d.ts.map +1 -0
- package/models/components/contexttoolinfo.js +60 -0
- package/models/components/contexttoolinfo.js.map +1 -0
- package/models/components/eventtask.d.ts +42 -0
- package/models/components/eventtask.d.ts.map +1 -0
- package/models/components/eventtask.js +76 -0
- package/models/components/eventtask.js.map +1 -0
- package/models/components/eventtaskevents.d.ts +74 -0
- package/models/components/eventtaskevents.d.ts.map +1 -0
- package/models/components/eventtaskevents.js +139 -0
- package/models/components/eventtaskevents.js.map +1 -0
- package/models/components/expressiontask.d.ts +109 -0
- package/models/components/expressiontask.d.ts.map +1 -0
- package/models/components/expressiontask.js +170 -0
- package/models/components/expressiontask.js.map +1 -0
- package/models/components/expressiontaskevents.d.ts +131 -0
- package/models/components/expressiontaskevents.d.ts.map +1 -0
- package/models/components/expressiontaskevents.js +219 -0
- package/models/components/expressiontaskevents.js.map +1 -0
- package/models/components/incrementaction.d.ts +92 -0
- package/models/components/incrementaction.d.ts.map +1 -0
- package/models/components/incrementaction.js +151 -0
- package/models/components/incrementaction.js.map +1 -0
- package/models/components/index.d.ts +24 -1
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +24 -1
- package/models/components/index.js.map +1 -1
- package/models/components/inputparameter.d.ts +51 -0
- package/models/components/inputparameter.d.ts.map +1 -0
- package/models/components/inputparameter.js +87 -0
- package/models/components/inputparameter.js.map +1 -0
- package/models/components/jmespathexpression.d.ts +44 -0
- package/models/components/jmespathexpression.d.ts.map +1 -0
- package/models/components/jmespathexpression.js +71 -0
- package/models/components/jmespathexpression.js.map +1 -0
- package/models/components/loadtoolfromfiletask.d.ts +59 -0
- package/models/components/loadtoolfromfiletask.d.ts.map +1 -0
- package/models/components/loadtoolfromfiletask.js +88 -0
- package/models/components/loadtoolfromfiletask.js.map +1 -0
- package/models/components/nextstep.d.ts +93 -0
- package/models/components/nextstep.d.ts.map +1 -0
- package/models/components/nextstep.js +149 -0
- package/models/components/nextstep.js.map +1 -0
- package/models/components/saveaction.d.ts +92 -0
- package/models/components/saveaction.d.ts.map +1 -0
- package/models/components/saveaction.js +151 -0
- package/models/components/saveaction.js.map +1 -0
- package/models/components/sayaction.d.ts +108 -0
- package/models/components/sayaction.d.ts.map +1 -0
- package/models/components/sayaction.js +162 -0
- package/models/components/sayaction.js.map +1 -0
- package/models/components/setvalueaction.d.ts +154 -0
- package/models/components/setvalueaction.d.ts.map +1 -0
- package/models/components/setvalueaction.js +246 -0
- package/models/components/setvalueaction.js.map +1 -0
- package/models/components/step.d.ts +73 -0
- package/models/components/step.d.ts.map +1 -0
- package/models/components/step.js +103 -0
- package/models/components/step.js.map +1 -0
- package/models/components/stepeventactions.d.ts +185 -0
- package/models/components/stepeventactions.d.ts.map +1 -0
- package/models/components/stepeventactions.js +296 -0
- package/models/components/stepeventactions.js.map +1 -0
- package/models/components/stepstask.d.ts +42 -0
- package/models/components/stepstask.d.ts.map +1 -0
- package/models/components/stepstask.js +76 -0
- package/models/components/stepstask.js.map +1 -0
- package/models/components/steptools.d.ts +33 -0
- package/models/components/steptools.d.ts.map +1 -0
- package/models/components/{contexttask.js → steptools.js} +24 -22
- package/models/components/steptools.js.map +1 -0
- package/models/components/variable.d.ts +119 -0
- package/models/components/variable.d.ts.map +1 -0
- package/models/components/variable.js +186 -0
- package/models/components/variable.js.map +1 -0
- package/openapi.json +2436 -657
- package/package.json +1 -1
- package/src/lib/config.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/components/bodyinsightsfolderuploadfile.ts +36 -25
- package/src/models/components/callaction.ts +331 -0
- package/src/models/components/caseexpression.ts +53 -0
- package/src/models/components/celexpression.ts +60 -0
- package/src/models/components/conditionaltext.ts +280 -0
- package/src/models/components/conditionalvalue.ts +477 -0
- package/src/models/components/context.ts +413 -16
- package/src/models/components/contexttaskmetadata.ts +67 -0
- package/src/models/components/contexttoolinfo.ts +59 -0
- package/src/models/components/eventtask.ts +102 -0
- package/src/models/components/eventtaskevents.ts +257 -0
- package/src/models/components/expressiontask.ts +333 -0
- package/src/models/components/expressiontaskevents.ts +430 -0
- package/src/models/components/incrementaction.ts +291 -0
- package/src/models/components/index.ts +24 -1
- package/src/models/components/inputparameter.ts +103 -0
- package/src/models/components/jmespathexpression.ts +86 -0
- package/src/models/components/loadtoolfromfiletask.ts +137 -0
- package/src/models/components/nextstep.ts +280 -0
- package/src/models/components/saveaction.ts +281 -0
- package/src/models/components/sayaction.ts +302 -0
- package/src/models/components/setvalueaction.ts +508 -0
- package/src/models/components/step.ts +174 -0
- package/src/models/components/stepeventactions.ts +619 -0
- package/src/models/components/stepstask.ts +102 -0
- package/src/models/components/steptools.ts +76 -0
- package/src/models/components/variable.ts +332 -0
- package/models/components/contexttask.d.ts +0 -32
- package/models/components/contexttask.d.ts.map +0 -1
- package/models/components/contexttask.js.map +0 -1
- package/src/models/components/contexttask.ts +0 -78
package/openapi.json
CHANGED
|
@@ -13781,7 +13781,7 @@
|
|
|
13781
13781
|
"title": "Batch Id",
|
|
13782
13782
|
"description": "Unique ID for conversation batch",
|
|
13783
13783
|
"examples": [
|
|
13784
|
-
"
|
|
13784
|
+
"20251124.9"
|
|
13785
13785
|
]
|
|
13786
13786
|
},
|
|
13787
13787
|
"campaign_id": {
|
|
@@ -13805,7 +13805,7 @@
|
|
|
13805
13805
|
"title": "Expires On",
|
|
13806
13806
|
"description": "Timestamp of batch expiration",
|
|
13807
13807
|
"examples": [
|
|
13808
|
-
"2025-11-
|
|
13808
|
+
"2025-11-25T00:00:00Z"
|
|
13809
13809
|
]
|
|
13810
13810
|
},
|
|
13811
13811
|
"paused": {
|
|
@@ -13858,7 +13858,7 @@
|
|
|
13858
13858
|
"title": "Created At",
|
|
13859
13859
|
"description": "Timestamp of batch creation",
|
|
13860
13860
|
"examples": [
|
|
13861
|
-
"2025-11-
|
|
13861
|
+
"2025-11-24T00:00:00Z"
|
|
13862
13862
|
]
|
|
13863
13863
|
},
|
|
13864
13864
|
"deleted_at": {
|
|
@@ -13874,7 +13874,7 @@
|
|
|
13874
13874
|
"title": "Deleted At",
|
|
13875
13875
|
"description": "Timestamp of batch deletion",
|
|
13876
13876
|
"examples": [
|
|
13877
|
-
"2025-11-
|
|
13877
|
+
"2025-11-24T00:00:00Z"
|
|
13878
13878
|
]
|
|
13879
13879
|
},
|
|
13880
13880
|
"deleted_reason": {
|
|
@@ -13905,7 +13905,7 @@
|
|
|
13905
13905
|
"title": "Last Updated At",
|
|
13906
13906
|
"description": "Timestamp of last change to batch",
|
|
13907
13907
|
"examples": [
|
|
13908
|
-
"2025-11-
|
|
13908
|
+
"2025-11-24T00:00:00Z"
|
|
13909
13909
|
]
|
|
13910
13910
|
},
|
|
13911
13911
|
"last_updated_by": {
|
|
@@ -14231,6 +14231,88 @@
|
|
|
14231
14231
|
],
|
|
14232
14232
|
"title": "Body_pronunciations_upload_csv"
|
|
14233
14233
|
},
|
|
14234
|
+
"CallAction": {
|
|
14235
|
+
"properties": {
|
|
14236
|
+
"if": {
|
|
14237
|
+
"anyOf": [
|
|
14238
|
+
{
|
|
14239
|
+
"oneOf": [
|
|
14240
|
+
{
|
|
14241
|
+
"$ref": "#/components/schemas/CelExpression"
|
|
14242
|
+
},
|
|
14243
|
+
{
|
|
14244
|
+
"$ref": "#/components/schemas/JMESPathExpression"
|
|
14245
|
+
}
|
|
14246
|
+
],
|
|
14247
|
+
"discriminator": {
|
|
14248
|
+
"propertyName": "type",
|
|
14249
|
+
"mapping": {
|
|
14250
|
+
"cel": "#/components/schemas/CelExpression",
|
|
14251
|
+
"jmespath": "#/components/schemas/JMESPathExpression",
|
|
14252
|
+
"jp": "#/components/schemas/JMESPathExpression"
|
|
14253
|
+
}
|
|
14254
|
+
}
|
|
14255
|
+
},
|
|
14256
|
+
{
|
|
14257
|
+
"$ref": "#/components/schemas/CaseExpression"
|
|
14258
|
+
},
|
|
14259
|
+
{
|
|
14260
|
+
"type": "string"
|
|
14261
|
+
},
|
|
14262
|
+
{
|
|
14263
|
+
"type": "null"
|
|
14264
|
+
}
|
|
14265
|
+
],
|
|
14266
|
+
"title": "If",
|
|
14267
|
+
"description": "An expression that must evaluate to true for the action to be applied."
|
|
14268
|
+
},
|
|
14269
|
+
"action": {
|
|
14270
|
+
"type": "string",
|
|
14271
|
+
"const": "call",
|
|
14272
|
+
"title": "Action",
|
|
14273
|
+
"default": "call"
|
|
14274
|
+
},
|
|
14275
|
+
"name": {
|
|
14276
|
+
"type": "string",
|
|
14277
|
+
"title": "Name",
|
|
14278
|
+
"description": "The name of the tool to call."
|
|
14279
|
+
},
|
|
14280
|
+
"arguments": {
|
|
14281
|
+
"anyOf": [
|
|
14282
|
+
{
|
|
14283
|
+
"additionalProperties": {
|
|
14284
|
+
"$ref": "#/components/schemas/JsonValue"
|
|
14285
|
+
},
|
|
14286
|
+
"type": "object"
|
|
14287
|
+
},
|
|
14288
|
+
{
|
|
14289
|
+
"type": "null"
|
|
14290
|
+
}
|
|
14291
|
+
],
|
|
14292
|
+
"title": "Arguments",
|
|
14293
|
+
"description": "Optional arguments to pass to the tool (supports template strings)"
|
|
14294
|
+
},
|
|
14295
|
+
"auto_populate": {
|
|
14296
|
+
"anyOf": [
|
|
14297
|
+
{
|
|
14298
|
+
"type": "boolean"
|
|
14299
|
+
},
|
|
14300
|
+
{
|
|
14301
|
+
"type": "string",
|
|
14302
|
+
"const": "required"
|
|
14303
|
+
}
|
|
14304
|
+
],
|
|
14305
|
+
"title": "Auto Populate",
|
|
14306
|
+
"description": "Auto-population strategy: True (hybrid - synthetic or LLM), False (always LLM), \"required\" (synthetic only if all required args available, else LLM)",
|
|
14307
|
+
"default": true
|
|
14308
|
+
}
|
|
14309
|
+
},
|
|
14310
|
+
"type": "object",
|
|
14311
|
+
"required": [
|
|
14312
|
+
"name"
|
|
14313
|
+
],
|
|
14314
|
+
"title": "CallAction"
|
|
14315
|
+
},
|
|
14234
14316
|
"CampaignProperties": {
|
|
14235
14317
|
"type": "string",
|
|
14236
14318
|
"enum": [
|
|
@@ -14249,6 +14331,44 @@
|
|
|
14249
14331
|
],
|
|
14250
14332
|
"title": "CampaignProperties"
|
|
14251
14333
|
},
|
|
14334
|
+
"CaseExpression": {
|
|
14335
|
+
"properties": {
|
|
14336
|
+
"case": {
|
|
14337
|
+
"items": {
|
|
14338
|
+
"$ref": "#/components/schemas/ConditionalValue"
|
|
14339
|
+
},
|
|
14340
|
+
"type": "array",
|
|
14341
|
+
"title": "Case"
|
|
14342
|
+
}
|
|
14343
|
+
},
|
|
14344
|
+
"type": "object",
|
|
14345
|
+
"required": [
|
|
14346
|
+
"case"
|
|
14347
|
+
],
|
|
14348
|
+
"title": "CaseExpression"
|
|
14349
|
+
},
|
|
14350
|
+
"CelExpression": {
|
|
14351
|
+
"properties": {
|
|
14352
|
+
"expression": {
|
|
14353
|
+
"type": "string",
|
|
14354
|
+
"title": "Expression",
|
|
14355
|
+
"description": "The expression to evaluate."
|
|
14356
|
+
},
|
|
14357
|
+
"type": {
|
|
14358
|
+
"type": "string",
|
|
14359
|
+
"const": "cel",
|
|
14360
|
+
"title": "Type",
|
|
14361
|
+
"description": "Google Common Expression Language.",
|
|
14362
|
+
"default": "cel"
|
|
14363
|
+
}
|
|
14364
|
+
},
|
|
14365
|
+
"type": "object",
|
|
14366
|
+
"required": [
|
|
14367
|
+
"expression"
|
|
14368
|
+
],
|
|
14369
|
+
"title": "CelExpression",
|
|
14370
|
+
"description": "See https://github.com/google/cel-spec/blob/master/doc/langdef.md"
|
|
14371
|
+
},
|
|
14252
14372
|
"Channel": {
|
|
14253
14373
|
"properties": {
|
|
14254
14374
|
"name": {
|
|
@@ -14661,7 +14781,7 @@
|
|
|
14661
14781
|
"title": "Batch Id",
|
|
14662
14782
|
"description": "Unique ID for conversation batch",
|
|
14663
14783
|
"examples": [
|
|
14664
|
-
"
|
|
14784
|
+
"20251124.9"
|
|
14665
14785
|
]
|
|
14666
14786
|
},
|
|
14667
14787
|
"campaign_id": {
|
|
@@ -14685,7 +14805,7 @@
|
|
|
14685
14805
|
"title": "Expires On",
|
|
14686
14806
|
"description": "Timestamp of batch expiration",
|
|
14687
14807
|
"examples": [
|
|
14688
|
-
"2025-11-
|
|
14808
|
+
"2025-11-25T00:00:00Z"
|
|
14689
14809
|
]
|
|
14690
14810
|
},
|
|
14691
14811
|
"paused": {
|
|
@@ -14738,7 +14858,7 @@
|
|
|
14738
14858
|
"title": "Created At",
|
|
14739
14859
|
"description": "Timestamp of batch creation",
|
|
14740
14860
|
"examples": [
|
|
14741
|
-
"2025-11-
|
|
14861
|
+
"2025-11-24T00:00:00Z"
|
|
14742
14862
|
]
|
|
14743
14863
|
},
|
|
14744
14864
|
"deleted_at": {
|
|
@@ -14754,7 +14874,7 @@
|
|
|
14754
14874
|
"title": "Deleted At",
|
|
14755
14875
|
"description": "Timestamp of batch deletion",
|
|
14756
14876
|
"examples": [
|
|
14757
|
-
"2025-11-
|
|
14877
|
+
"2025-11-24T00:00:00Z"
|
|
14758
14878
|
]
|
|
14759
14879
|
},
|
|
14760
14880
|
"deleted_reason": {
|
|
@@ -14785,7 +14905,7 @@
|
|
|
14785
14905
|
"title": "Last Updated At",
|
|
14786
14906
|
"description": "Timestamp of last change to batch",
|
|
14787
14907
|
"examples": [
|
|
14788
|
-
"2025-11-
|
|
14908
|
+
"2025-11-24T00:00:00Z"
|
|
14789
14909
|
]
|
|
14790
14910
|
},
|
|
14791
14911
|
"last_updated_by": {
|
|
@@ -14828,7 +14948,7 @@
|
|
|
14828
14948
|
"title": "Batch Id",
|
|
14829
14949
|
"description": "Unique ID for conversation batch",
|
|
14830
14950
|
"examples": [
|
|
14831
|
-
"
|
|
14951
|
+
"20251124.9"
|
|
14832
14952
|
]
|
|
14833
14953
|
},
|
|
14834
14954
|
"campaign_id": {
|
|
@@ -14852,7 +14972,7 @@
|
|
|
14852
14972
|
"title": "Expires On",
|
|
14853
14973
|
"description": "Timestamp of batch expiration",
|
|
14854
14974
|
"examples": [
|
|
14855
|
-
"2025-11-
|
|
14975
|
+
"2025-11-25T00:00:00Z"
|
|
14856
14976
|
]
|
|
14857
14977
|
},
|
|
14858
14978
|
"paused": {
|
|
@@ -15001,7 +15121,7 @@
|
|
|
15001
15121
|
"title": "Created At",
|
|
15002
15122
|
"description": "Timestamp of request creation",
|
|
15003
15123
|
"examples": [
|
|
15004
|
-
"2025-11-
|
|
15124
|
+
"2025-11-23T00:00:00Z"
|
|
15005
15125
|
]
|
|
15006
15126
|
},
|
|
15007
15127
|
"sent_at": {
|
|
@@ -15017,7 +15137,7 @@
|
|
|
15017
15137
|
"title": "Sent At",
|
|
15018
15138
|
"description": "Timestamp at which request was sent",
|
|
15019
15139
|
"examples": [
|
|
15020
|
-
"2025-11-
|
|
15140
|
+
"2025-11-24T00:00:00Z"
|
|
15021
15141
|
]
|
|
15022
15142
|
},
|
|
15023
15143
|
"attempt_count": {
|
|
@@ -15137,16 +15257,190 @@
|
|
|
15137
15257
|
],
|
|
15138
15258
|
"title": "CommunicationRequestResult"
|
|
15139
15259
|
},
|
|
15260
|
+
"ConditionalText": {
|
|
15261
|
+
"properties": {
|
|
15262
|
+
"if": {
|
|
15263
|
+
"anyOf": [
|
|
15264
|
+
{
|
|
15265
|
+
"oneOf": [
|
|
15266
|
+
{
|
|
15267
|
+
"$ref": "#/components/schemas/CelExpression"
|
|
15268
|
+
},
|
|
15269
|
+
{
|
|
15270
|
+
"$ref": "#/components/schemas/JMESPathExpression"
|
|
15271
|
+
}
|
|
15272
|
+
],
|
|
15273
|
+
"discriminator": {
|
|
15274
|
+
"propertyName": "type",
|
|
15275
|
+
"mapping": {
|
|
15276
|
+
"cel": "#/components/schemas/CelExpression",
|
|
15277
|
+
"jmespath": "#/components/schemas/JMESPathExpression",
|
|
15278
|
+
"jp": "#/components/schemas/JMESPathExpression"
|
|
15279
|
+
}
|
|
15280
|
+
}
|
|
15281
|
+
},
|
|
15282
|
+
{
|
|
15283
|
+
"$ref": "#/components/schemas/CaseExpression"
|
|
15284
|
+
},
|
|
15285
|
+
{
|
|
15286
|
+
"type": "string"
|
|
15287
|
+
},
|
|
15288
|
+
{
|
|
15289
|
+
"type": "null"
|
|
15290
|
+
}
|
|
15291
|
+
],
|
|
15292
|
+
"title": "If",
|
|
15293
|
+
"description": "An expression that must evaluate to true for the action to be applied."
|
|
15294
|
+
},
|
|
15295
|
+
"text": {
|
|
15296
|
+
"type": "string",
|
|
15297
|
+
"title": "Text",
|
|
15298
|
+
"description": "Text to apply if the condition is true."
|
|
15299
|
+
}
|
|
15300
|
+
},
|
|
15301
|
+
"type": "object",
|
|
15302
|
+
"required": [
|
|
15303
|
+
"text"
|
|
15304
|
+
],
|
|
15305
|
+
"title": "ConditionalText"
|
|
15306
|
+
},
|
|
15307
|
+
"ConditionalValue": {
|
|
15308
|
+
"properties": {
|
|
15309
|
+
"value": {
|
|
15310
|
+
"anyOf": [
|
|
15311
|
+
{
|
|
15312
|
+
"$ref": "#/components/schemas/JsonValue"
|
|
15313
|
+
},
|
|
15314
|
+
{
|
|
15315
|
+
"type": "null"
|
|
15316
|
+
}
|
|
15317
|
+
],
|
|
15318
|
+
"description": "Initial value of the variable."
|
|
15319
|
+
},
|
|
15320
|
+
"value_from": {
|
|
15321
|
+
"anyOf": [
|
|
15322
|
+
{
|
|
15323
|
+
"oneOf": [
|
|
15324
|
+
{
|
|
15325
|
+
"$ref": "#/components/schemas/CelExpression"
|
|
15326
|
+
},
|
|
15327
|
+
{
|
|
15328
|
+
"$ref": "#/components/schemas/JMESPathExpression"
|
|
15329
|
+
}
|
|
15330
|
+
],
|
|
15331
|
+
"discriminator": {
|
|
15332
|
+
"propertyName": "type",
|
|
15333
|
+
"mapping": {
|
|
15334
|
+
"cel": "#/components/schemas/CelExpression",
|
|
15335
|
+
"jmespath": "#/components/schemas/JMESPathExpression",
|
|
15336
|
+
"jp": "#/components/schemas/JMESPathExpression"
|
|
15337
|
+
}
|
|
15338
|
+
}
|
|
15339
|
+
},
|
|
15340
|
+
{
|
|
15341
|
+
"$ref": "#/components/schemas/CaseExpression"
|
|
15342
|
+
},
|
|
15343
|
+
{
|
|
15344
|
+
"type": "string"
|
|
15345
|
+
},
|
|
15346
|
+
{
|
|
15347
|
+
"type": "null"
|
|
15348
|
+
}
|
|
15349
|
+
],
|
|
15350
|
+
"title": "Value From",
|
|
15351
|
+
"description": "Expression to compute initial value (mutually exclusive with value)."
|
|
15352
|
+
},
|
|
15353
|
+
"if": {
|
|
15354
|
+
"anyOf": [
|
|
15355
|
+
{
|
|
15356
|
+
"oneOf": [
|
|
15357
|
+
{
|
|
15358
|
+
"$ref": "#/components/schemas/CelExpression"
|
|
15359
|
+
},
|
|
15360
|
+
{
|
|
15361
|
+
"$ref": "#/components/schemas/JMESPathExpression"
|
|
15362
|
+
}
|
|
15363
|
+
],
|
|
15364
|
+
"discriminator": {
|
|
15365
|
+
"propertyName": "type",
|
|
15366
|
+
"mapping": {
|
|
15367
|
+
"cel": "#/components/schemas/CelExpression",
|
|
15368
|
+
"jmespath": "#/components/schemas/JMESPathExpression",
|
|
15369
|
+
"jp": "#/components/schemas/JMESPathExpression"
|
|
15370
|
+
}
|
|
15371
|
+
}
|
|
15372
|
+
},
|
|
15373
|
+
{
|
|
15374
|
+
"$ref": "#/components/schemas/CaseExpression"
|
|
15375
|
+
},
|
|
15376
|
+
{
|
|
15377
|
+
"type": "string"
|
|
15378
|
+
},
|
|
15379
|
+
{
|
|
15380
|
+
"type": "null"
|
|
15381
|
+
}
|
|
15382
|
+
],
|
|
15383
|
+
"title": "If",
|
|
15384
|
+
"description": "An expression that must evaluate to true for the action to be applied."
|
|
15385
|
+
}
|
|
15386
|
+
},
|
|
15387
|
+
"type": "object",
|
|
15388
|
+
"title": "ConditionalValue"
|
|
15389
|
+
},
|
|
15140
15390
|
"Context": {
|
|
15141
15391
|
"properties": {
|
|
15142
15392
|
"task": {
|
|
15143
15393
|
"anyOf": [
|
|
15144
15394
|
{
|
|
15145
|
-
"
|
|
15395
|
+
"oneOf": [
|
|
15396
|
+
{
|
|
15397
|
+
"$ref": "#/components/schemas/ExpressionTask"
|
|
15398
|
+
},
|
|
15399
|
+
{
|
|
15400
|
+
"$ref": "#/components/schemas/LoadToolFromFileTask"
|
|
15401
|
+
},
|
|
15402
|
+
{
|
|
15403
|
+
"$ref": "#/components/schemas/EventTask"
|
|
15404
|
+
},
|
|
15405
|
+
{
|
|
15406
|
+
"$ref": "#/components/schemas/StepsTask"
|
|
15407
|
+
}
|
|
15408
|
+
],
|
|
15409
|
+
"discriminator": {
|
|
15410
|
+
"propertyName": "type",
|
|
15411
|
+
"mapping": {
|
|
15412
|
+
"event": "#/components/schemas/EventTask",
|
|
15413
|
+
"expression": "#/components/schemas/ExpressionTask",
|
|
15414
|
+
"import": "#/components/schemas/LoadToolFromFileTask",
|
|
15415
|
+
"steps": "#/components/schemas/StepsTask"
|
|
15416
|
+
}
|
|
15417
|
+
}
|
|
15146
15418
|
},
|
|
15147
15419
|
{
|
|
15148
15420
|
"items": {
|
|
15149
|
-
"
|
|
15421
|
+
"oneOf": [
|
|
15422
|
+
{
|
|
15423
|
+
"$ref": "#/components/schemas/ExpressionTask"
|
|
15424
|
+
},
|
|
15425
|
+
{
|
|
15426
|
+
"$ref": "#/components/schemas/LoadToolFromFileTask"
|
|
15427
|
+
},
|
|
15428
|
+
{
|
|
15429
|
+
"$ref": "#/components/schemas/EventTask"
|
|
15430
|
+
},
|
|
15431
|
+
{
|
|
15432
|
+
"$ref": "#/components/schemas/StepsTask"
|
|
15433
|
+
}
|
|
15434
|
+
],
|
|
15435
|
+
"discriminator": {
|
|
15436
|
+
"propertyName": "type",
|
|
15437
|
+
"mapping": {
|
|
15438
|
+
"event": "#/components/schemas/EventTask",
|
|
15439
|
+
"expression": "#/components/schemas/ExpressionTask",
|
|
15440
|
+
"import": "#/components/schemas/LoadToolFromFileTask",
|
|
15441
|
+
"steps": "#/components/schemas/StepsTask"
|
|
15442
|
+
}
|
|
15443
|
+
}
|
|
15150
15444
|
},
|
|
15151
15445
|
"type": "array"
|
|
15152
15446
|
},
|
|
@@ -15159,12 +15453,22 @@
|
|
|
15159
15453
|
}
|
|
15160
15454
|
},
|
|
15161
15455
|
"type": "object",
|
|
15162
|
-
"title": "Context"
|
|
15163
|
-
"description": "Context configuration carried alongside a context tool call."
|
|
15456
|
+
"title": "Context"
|
|
15164
15457
|
},
|
|
15165
|
-
"
|
|
15458
|
+
"ContextTaskMetadata": {
|
|
15166
15459
|
"properties": {
|
|
15167
|
-
"
|
|
15460
|
+
"priority": {
|
|
15461
|
+
"anyOf": [
|
|
15462
|
+
{
|
|
15463
|
+
"type": "integer"
|
|
15464
|
+
},
|
|
15465
|
+
{
|
|
15466
|
+
"type": "null"
|
|
15467
|
+
}
|
|
15468
|
+
],
|
|
15469
|
+
"title": "Priority"
|
|
15470
|
+
},
|
|
15471
|
+
"parent_tool_name": {
|
|
15168
15472
|
"anyOf": [
|
|
15169
15473
|
{
|
|
15170
15474
|
"type": "string"
|
|
@@ -15173,10 +15477,28 @@
|
|
|
15173
15477
|
"type": "null"
|
|
15174
15478
|
}
|
|
15175
15479
|
],
|
|
15176
|
-
"title": "
|
|
15177
|
-
"description": "
|
|
15480
|
+
"title": "Parent Tool Name",
|
|
15481
|
+
"description": "Name of the ToolDefinition that defined this task"
|
|
15482
|
+
}
|
|
15483
|
+
},
|
|
15484
|
+
"type": "object",
|
|
15485
|
+
"title": "ContextTaskMetadata"
|
|
15486
|
+
},
|
|
15487
|
+
"ContextToolInfo": {
|
|
15488
|
+
"properties": {
|
|
15489
|
+
"name": {
|
|
15490
|
+
"anyOf": [
|
|
15491
|
+
{
|
|
15492
|
+
"type": "string"
|
|
15493
|
+
},
|
|
15494
|
+
{
|
|
15495
|
+
"type": "null"
|
|
15496
|
+
}
|
|
15497
|
+
],
|
|
15498
|
+
"title": "Name",
|
|
15499
|
+
"description": "The name of the generated tool."
|
|
15178
15500
|
},
|
|
15179
|
-
"
|
|
15501
|
+
"description": {
|
|
15180
15502
|
"anyOf": [
|
|
15181
15503
|
{
|
|
15182
15504
|
"type": "string"
|
|
@@ -15185,14 +15507,12 @@
|
|
|
15185
15507
|
"type": "null"
|
|
15186
15508
|
}
|
|
15187
15509
|
],
|
|
15188
|
-
"title": "
|
|
15189
|
-
"description": "
|
|
15510
|
+
"title": "Description",
|
|
15511
|
+
"description": "The description of the tool."
|
|
15190
15512
|
}
|
|
15191
15513
|
},
|
|
15192
|
-
"additionalProperties": true,
|
|
15193
15514
|
"type": "object",
|
|
15194
|
-
"title": "
|
|
15195
|
-
"description": "Metadata describing a context task driven by a tool call."
|
|
15515
|
+
"title": "ContextToolInfo"
|
|
15196
15516
|
},
|
|
15197
15517
|
"Conversation": {
|
|
15198
15518
|
"properties": {
|
|
@@ -15836,6 +16156,15 @@
|
|
|
15836
16156
|
"method": "get",
|
|
15837
16157
|
"url": "https://api.open-meteo.com/v1/forecast"
|
|
15838
16158
|
},
|
|
16159
|
+
"static_parameters": [
|
|
16160
|
+
{
|
|
16161
|
+
"default": "fahrenheit",
|
|
16162
|
+
"description": "Whether the temperature information should be fetched in Celsius or Fahrenheit",
|
|
16163
|
+
"name": "temperature_unit",
|
|
16164
|
+
"required": false,
|
|
16165
|
+
"type": "string"
|
|
16166
|
+
}
|
|
16167
|
+
],
|
|
15839
16168
|
"tool": {
|
|
15840
16169
|
"function": {
|
|
15841
16170
|
"description": "Get the weather for a city",
|
|
@@ -17276,17 +17605,9 @@
|
|
|
17276
17605
|
],
|
|
17277
17606
|
"title": "EventProperties"
|
|
17278
17607
|
},
|
|
17279
|
-
"
|
|
17608
|
+
"EventTask": {
|
|
17280
17609
|
"properties": {
|
|
17281
|
-
"
|
|
17282
|
-
"type": "string",
|
|
17283
|
-
"title": "Name",
|
|
17284
|
-
"description": "Human-readable name of insight folder",
|
|
17285
|
-
"examples": [
|
|
17286
|
-
"customer-complaints"
|
|
17287
|
-
]
|
|
17288
|
-
},
|
|
17289
|
-
"label": {
|
|
17610
|
+
"id": {
|
|
17290
17611
|
"anyOf": [
|
|
17291
17612
|
{
|
|
17292
17613
|
"type": "string"
|
|
@@ -17295,42 +17616,399 @@
|
|
|
17295
17616
|
"type": "null"
|
|
17296
17617
|
}
|
|
17297
17618
|
],
|
|
17298
|
-
"title": "
|
|
17299
|
-
"description": "
|
|
17300
|
-
"examples": [
|
|
17301
|
-
"support"
|
|
17302
|
-
]
|
|
17619
|
+
"title": "Id",
|
|
17620
|
+
"description": "A unique identifier for the task."
|
|
17303
17621
|
},
|
|
17304
|
-
"
|
|
17622
|
+
"config": {
|
|
17305
17623
|
"anyOf": [
|
|
17306
17624
|
{
|
|
17307
|
-
"
|
|
17625
|
+
"additionalProperties": {
|
|
17626
|
+
"$ref": "#/components/schemas/JsonValue"
|
|
17627
|
+
},
|
|
17628
|
+
"type": "object"
|
|
17308
17629
|
},
|
|
17309
17630
|
{
|
|
17310
17631
|
"type": "null"
|
|
17311
17632
|
}
|
|
17312
17633
|
],
|
|
17313
|
-
"title": "
|
|
17314
|
-
"description": "Text description of insight upload folder",
|
|
17315
|
-
"examples": [
|
|
17316
|
-
"Call recordings related to customer complaints"
|
|
17317
|
-
]
|
|
17634
|
+
"title": "Config"
|
|
17318
17635
|
},
|
|
17319
|
-
"
|
|
17320
|
-
"
|
|
17321
|
-
|
|
17322
|
-
|
|
17323
|
-
|
|
17324
|
-
|
|
17325
|
-
|
|
17636
|
+
"variables": {
|
|
17637
|
+
"anyOf": [
|
|
17638
|
+
{
|
|
17639
|
+
"items": {
|
|
17640
|
+
"$ref": "#/components/schemas/Variable"
|
|
17641
|
+
},
|
|
17642
|
+
"type": "array"
|
|
17643
|
+
},
|
|
17644
|
+
{
|
|
17645
|
+
"type": "null"
|
|
17646
|
+
}
|
|
17647
|
+
],
|
|
17648
|
+
"title": "Variables"
|
|
17326
17649
|
},
|
|
17327
|
-
"
|
|
17328
|
-
"
|
|
17329
|
-
|
|
17650
|
+
"metadata": {
|
|
17651
|
+
"anyOf": [
|
|
17652
|
+
{
|
|
17653
|
+
"$ref": "#/components/schemas/ContextTaskMetadata"
|
|
17654
|
+
},
|
|
17655
|
+
{
|
|
17656
|
+
"type": "null"
|
|
17657
|
+
}
|
|
17658
|
+
]
|
|
17659
|
+
},
|
|
17660
|
+
"tool": {
|
|
17661
|
+
"anyOf": [
|
|
17662
|
+
{
|
|
17663
|
+
"$ref": "#/components/schemas/ContextToolInfo"
|
|
17664
|
+
},
|
|
17665
|
+
{
|
|
17666
|
+
"type": "null"
|
|
17667
|
+
}
|
|
17668
|
+
]
|
|
17669
|
+
},
|
|
17670
|
+
"type": {
|
|
17671
|
+
"type": "string",
|
|
17672
|
+
"const": "event",
|
|
17673
|
+
"title": "Type",
|
|
17674
|
+
"default": "event"
|
|
17675
|
+
},
|
|
17676
|
+
"version": {
|
|
17677
|
+
"type": "string",
|
|
17678
|
+
"const": "v1alpha",
|
|
17679
|
+
"title": "Version",
|
|
17680
|
+
"default": "v1alpha"
|
|
17681
|
+
},
|
|
17682
|
+
"on": {
|
|
17683
|
+
"$ref": "#/components/schemas/EventTaskEvents",
|
|
17684
|
+
"description": "Actions to execute when the configured events occur."
|
|
17685
|
+
}
|
|
17686
|
+
},
|
|
17687
|
+
"type": "object",
|
|
17688
|
+
"title": "EventTask"
|
|
17689
|
+
},
|
|
17690
|
+
"EventTaskEvents": {
|
|
17691
|
+
"properties": {
|
|
17692
|
+
"start": {
|
|
17693
|
+
"anyOf": [
|
|
17694
|
+
{
|
|
17695
|
+
"items": {
|
|
17696
|
+
"oneOf": [
|
|
17697
|
+
{
|
|
17698
|
+
"$ref": "#/components/schemas/SetValueAction"
|
|
17699
|
+
},
|
|
17700
|
+
{
|
|
17701
|
+
"$ref": "#/components/schemas/SayAction"
|
|
17702
|
+
},
|
|
17703
|
+
{
|
|
17704
|
+
"$ref": "#/components/schemas/SaveAction"
|
|
17705
|
+
},
|
|
17706
|
+
{
|
|
17707
|
+
"$ref": "#/components/schemas/IncrementAction"
|
|
17708
|
+
},
|
|
17709
|
+
{
|
|
17710
|
+
"$ref": "#/components/schemas/CallAction"
|
|
17711
|
+
}
|
|
17712
|
+
],
|
|
17713
|
+
"discriminator": {
|
|
17714
|
+
"propertyName": "action",
|
|
17715
|
+
"mapping": {
|
|
17716
|
+
"call": "#/components/schemas/CallAction",
|
|
17717
|
+
"inc": "#/components/schemas/IncrementAction",
|
|
17718
|
+
"save": "#/components/schemas/SaveAction",
|
|
17719
|
+
"say": "#/components/schemas/SayAction",
|
|
17720
|
+
"set": "#/components/schemas/SetValueAction"
|
|
17721
|
+
}
|
|
17722
|
+
}
|
|
17723
|
+
},
|
|
17724
|
+
"type": "array"
|
|
17725
|
+
},
|
|
17726
|
+
{
|
|
17727
|
+
"type": "null"
|
|
17728
|
+
}
|
|
17729
|
+
],
|
|
17730
|
+
"title": "Start",
|
|
17731
|
+
"description": "Actions to execute on the first input from the user."
|
|
17732
|
+
}
|
|
17733
|
+
},
|
|
17734
|
+
"type": "object",
|
|
17735
|
+
"title": "EventTaskEvents"
|
|
17736
|
+
},
|
|
17737
|
+
"ExpressionTask": {
|
|
17738
|
+
"properties": {
|
|
17739
|
+
"id": {
|
|
17740
|
+
"anyOf": [
|
|
17741
|
+
{
|
|
17742
|
+
"type": "string"
|
|
17743
|
+
},
|
|
17744
|
+
{
|
|
17745
|
+
"type": "null"
|
|
17746
|
+
}
|
|
17747
|
+
],
|
|
17748
|
+
"title": "Id",
|
|
17749
|
+
"description": "A unique identifier for the task."
|
|
17750
|
+
},
|
|
17751
|
+
"config": {
|
|
17752
|
+
"anyOf": [
|
|
17753
|
+
{
|
|
17754
|
+
"additionalProperties": {
|
|
17755
|
+
"$ref": "#/components/schemas/JsonValue"
|
|
17756
|
+
},
|
|
17757
|
+
"type": "object"
|
|
17758
|
+
},
|
|
17759
|
+
{
|
|
17760
|
+
"type": "null"
|
|
17761
|
+
}
|
|
17762
|
+
],
|
|
17763
|
+
"title": "Config"
|
|
17764
|
+
},
|
|
17765
|
+
"variables": {
|
|
17766
|
+
"anyOf": [
|
|
17767
|
+
{
|
|
17768
|
+
"items": {
|
|
17769
|
+
"$ref": "#/components/schemas/Variable"
|
|
17770
|
+
},
|
|
17771
|
+
"type": "array"
|
|
17772
|
+
},
|
|
17773
|
+
{
|
|
17774
|
+
"type": "null"
|
|
17775
|
+
}
|
|
17776
|
+
],
|
|
17777
|
+
"title": "Variables"
|
|
17778
|
+
},
|
|
17779
|
+
"metadata": {
|
|
17780
|
+
"anyOf": [
|
|
17781
|
+
{
|
|
17782
|
+
"$ref": "#/components/schemas/ContextTaskMetadata"
|
|
17783
|
+
},
|
|
17784
|
+
{
|
|
17785
|
+
"type": "null"
|
|
17786
|
+
}
|
|
17787
|
+
]
|
|
17788
|
+
},
|
|
17789
|
+
"tool": {
|
|
17790
|
+
"anyOf": [
|
|
17791
|
+
{
|
|
17792
|
+
"$ref": "#/components/schemas/ContextToolInfo"
|
|
17793
|
+
},
|
|
17794
|
+
{
|
|
17795
|
+
"type": "null"
|
|
17796
|
+
}
|
|
17797
|
+
]
|
|
17798
|
+
},
|
|
17799
|
+
"type": {
|
|
17800
|
+
"type": "string",
|
|
17801
|
+
"const": "expression",
|
|
17802
|
+
"title": "Type",
|
|
17803
|
+
"default": "expression"
|
|
17804
|
+
},
|
|
17805
|
+
"version": {
|
|
17806
|
+
"type": "string",
|
|
17807
|
+
"const": "v1alpha",
|
|
17808
|
+
"title": "Version",
|
|
17809
|
+
"default": "v1alpha"
|
|
17810
|
+
},
|
|
17811
|
+
"inputs": {
|
|
17812
|
+
"items": {
|
|
17813
|
+
"$ref": "#/components/schemas/InputParameter"
|
|
17814
|
+
},
|
|
17815
|
+
"type": "array",
|
|
17816
|
+
"title": "Inputs"
|
|
17817
|
+
},
|
|
17818
|
+
"expression": {
|
|
17819
|
+
"anyOf": [
|
|
17820
|
+
{
|
|
17821
|
+
"oneOf": [
|
|
17822
|
+
{
|
|
17823
|
+
"$ref": "#/components/schemas/CelExpression"
|
|
17824
|
+
},
|
|
17825
|
+
{
|
|
17826
|
+
"$ref": "#/components/schemas/JMESPathExpression"
|
|
17827
|
+
}
|
|
17828
|
+
],
|
|
17829
|
+
"discriminator": {
|
|
17830
|
+
"propertyName": "type",
|
|
17831
|
+
"mapping": {
|
|
17832
|
+
"cel": "#/components/schemas/CelExpression",
|
|
17833
|
+
"jmespath": "#/components/schemas/JMESPathExpression",
|
|
17834
|
+
"jp": "#/components/schemas/JMESPathExpression"
|
|
17835
|
+
}
|
|
17836
|
+
}
|
|
17837
|
+
},
|
|
17838
|
+
{
|
|
17839
|
+
"$ref": "#/components/schemas/CaseExpression"
|
|
17840
|
+
},
|
|
17841
|
+
{
|
|
17842
|
+
"type": "string"
|
|
17843
|
+
},
|
|
17844
|
+
{
|
|
17845
|
+
"type": "null"
|
|
17846
|
+
}
|
|
17847
|
+
],
|
|
17848
|
+
"title": "Expression"
|
|
17849
|
+
},
|
|
17850
|
+
"output": {
|
|
17851
|
+
"anyOf": [
|
|
17852
|
+
{
|
|
17853
|
+
"$ref": "#/components/schemas/JsonValue"
|
|
17854
|
+
},
|
|
17855
|
+
{
|
|
17856
|
+
"type": "null"
|
|
17857
|
+
}
|
|
17858
|
+
]
|
|
17859
|
+
},
|
|
17860
|
+
"on": {
|
|
17861
|
+
"$ref": "#/components/schemas/ExpressionTaskEvents",
|
|
17862
|
+
"description": "Actions to execute when the configured events occur."
|
|
17863
|
+
}
|
|
17864
|
+
},
|
|
17865
|
+
"type": "object",
|
|
17866
|
+
"title": "ExpressionTask"
|
|
17867
|
+
},
|
|
17868
|
+
"ExpressionTaskEvents": {
|
|
17869
|
+
"properties": {
|
|
17870
|
+
"start": {
|
|
17871
|
+
"anyOf": [
|
|
17872
|
+
{
|
|
17873
|
+
"items": {
|
|
17874
|
+
"oneOf": [
|
|
17875
|
+
{
|
|
17876
|
+
"$ref": "#/components/schemas/SetValueAction"
|
|
17877
|
+
},
|
|
17878
|
+
{
|
|
17879
|
+
"$ref": "#/components/schemas/SayAction"
|
|
17880
|
+
},
|
|
17881
|
+
{
|
|
17882
|
+
"$ref": "#/components/schemas/SaveAction"
|
|
17883
|
+
},
|
|
17884
|
+
{
|
|
17885
|
+
"$ref": "#/components/schemas/IncrementAction"
|
|
17886
|
+
},
|
|
17887
|
+
{
|
|
17888
|
+
"$ref": "#/components/schemas/CallAction"
|
|
17889
|
+
}
|
|
17890
|
+
],
|
|
17891
|
+
"discriminator": {
|
|
17892
|
+
"propertyName": "action",
|
|
17893
|
+
"mapping": {
|
|
17894
|
+
"call": "#/components/schemas/CallAction",
|
|
17895
|
+
"inc": "#/components/schemas/IncrementAction",
|
|
17896
|
+
"save": "#/components/schemas/SaveAction",
|
|
17897
|
+
"say": "#/components/schemas/SayAction",
|
|
17898
|
+
"set": "#/components/schemas/SetValueAction"
|
|
17899
|
+
}
|
|
17900
|
+
}
|
|
17901
|
+
},
|
|
17902
|
+
"type": "array"
|
|
17903
|
+
},
|
|
17904
|
+
{
|
|
17905
|
+
"type": "null"
|
|
17906
|
+
}
|
|
17907
|
+
],
|
|
17908
|
+
"title": "Start",
|
|
17909
|
+
"description": "Actions to execute on the first input from the user."
|
|
17910
|
+
},
|
|
17911
|
+
"submit": {
|
|
17912
|
+
"anyOf": [
|
|
17913
|
+
{
|
|
17914
|
+
"items": {
|
|
17915
|
+
"oneOf": [
|
|
17916
|
+
{
|
|
17917
|
+
"$ref": "#/components/schemas/SetValueAction"
|
|
17918
|
+
},
|
|
17919
|
+
{
|
|
17920
|
+
"$ref": "#/components/schemas/IncrementAction"
|
|
17921
|
+
},
|
|
17922
|
+
{
|
|
17923
|
+
"$ref": "#/components/schemas/SayAction"
|
|
17924
|
+
},
|
|
17925
|
+
{
|
|
17926
|
+
"$ref": "#/components/schemas/SaveAction"
|
|
17927
|
+
},
|
|
17928
|
+
{
|
|
17929
|
+
"$ref": "#/components/schemas/CallAction"
|
|
17930
|
+
}
|
|
17931
|
+
],
|
|
17932
|
+
"discriminator": {
|
|
17933
|
+
"propertyName": "action",
|
|
17934
|
+
"mapping": {
|
|
17935
|
+
"call": "#/components/schemas/CallAction",
|
|
17936
|
+
"inc": "#/components/schemas/IncrementAction",
|
|
17937
|
+
"save": "#/components/schemas/SaveAction",
|
|
17938
|
+
"say": "#/components/schemas/SayAction",
|
|
17939
|
+
"set": "#/components/schemas/SetValueAction"
|
|
17940
|
+
}
|
|
17941
|
+
}
|
|
17942
|
+
},
|
|
17943
|
+
"type": "array"
|
|
17944
|
+
},
|
|
17945
|
+
{
|
|
17946
|
+
"type": "null"
|
|
17947
|
+
}
|
|
17948
|
+
],
|
|
17949
|
+
"title": "Submit",
|
|
17950
|
+
"description": "Actions to execute when the tool/step is submitted by the LLM."
|
|
17951
|
+
}
|
|
17952
|
+
},
|
|
17953
|
+
"type": "object",
|
|
17954
|
+
"title": "ExpressionTaskEvents",
|
|
17955
|
+
"description": "Actions to perform when events occur (enter, submit)."
|
|
17956
|
+
},
|
|
17957
|
+
"FolderDetails": {
|
|
17958
|
+
"properties": {
|
|
17959
|
+
"name": {
|
|
17960
|
+
"type": "string",
|
|
17961
|
+
"title": "Name",
|
|
17962
|
+
"description": "Human-readable name of insight folder",
|
|
17963
|
+
"examples": [
|
|
17964
|
+
"customer-complaints"
|
|
17965
|
+
]
|
|
17966
|
+
},
|
|
17967
|
+
"label": {
|
|
17968
|
+
"anyOf": [
|
|
17969
|
+
{
|
|
17970
|
+
"type": "string"
|
|
17971
|
+
},
|
|
17972
|
+
{
|
|
17973
|
+
"type": "null"
|
|
17974
|
+
}
|
|
17975
|
+
],
|
|
17976
|
+
"title": "Label",
|
|
17977
|
+
"description": "optional label assigned to insight folder",
|
|
17978
|
+
"examples": [
|
|
17979
|
+
"support"
|
|
17980
|
+
]
|
|
17981
|
+
},
|
|
17982
|
+
"description": {
|
|
17983
|
+
"anyOf": [
|
|
17984
|
+
{
|
|
17985
|
+
"type": "string"
|
|
17986
|
+
},
|
|
17987
|
+
{
|
|
17988
|
+
"type": "null"
|
|
17989
|
+
}
|
|
17990
|
+
],
|
|
17991
|
+
"title": "Description",
|
|
17992
|
+
"description": "Text description of insight upload folder",
|
|
17993
|
+
"examples": [
|
|
17994
|
+
"Call recordings related to customer complaints"
|
|
17995
|
+
]
|
|
17996
|
+
},
|
|
17997
|
+
"id": {
|
|
17998
|
+
"type": "integer",
|
|
17999
|
+
"title": "Id",
|
|
18000
|
+
"description": "System-assign folder ID",
|
|
18001
|
+
"examples": [
|
|
18002
|
+
182764
|
|
18003
|
+
]
|
|
18004
|
+
},
|
|
18005
|
+
"created_at": {
|
|
18006
|
+
"type": "string",
|
|
18007
|
+
"format": "date-time",
|
|
17330
18008
|
"title": "Created At",
|
|
17331
18009
|
"description": "Timestamp at which insight upload folder was created",
|
|
17332
18010
|
"examples": [
|
|
17333
|
-
"2025-11-
|
|
18011
|
+
"2025-11-23T00:00:00Z"
|
|
17334
18012
|
]
|
|
17335
18013
|
},
|
|
17336
18014
|
"updated_at": {
|
|
@@ -17339,7 +18017,7 @@
|
|
|
17339
18017
|
"title": "Updated At",
|
|
17340
18018
|
"description": "Timestamp at which insight upload folder was last updated",
|
|
17341
18019
|
"examples": [
|
|
17342
|
-
"2025-11-
|
|
18020
|
+
"2025-11-24T00:00:00Z"
|
|
17343
18021
|
]
|
|
17344
18022
|
},
|
|
17345
18023
|
"last_updated_by": {
|
|
@@ -17837,8 +18515,178 @@
|
|
|
17837
18515
|
"markdown",
|
|
17838
18516
|
"id"
|
|
17839
18517
|
],
|
|
17840
|
-
"title": "IncidentUpdateRequest",
|
|
17841
|
-
"description": "Request model to update an existing service incident."
|
|
18518
|
+
"title": "IncidentUpdateRequest",
|
|
18519
|
+
"description": "Request model to update an existing service incident."
|
|
18520
|
+
},
|
|
18521
|
+
"IncrementAction": {
|
|
18522
|
+
"properties": {
|
|
18523
|
+
"if": {
|
|
18524
|
+
"anyOf": [
|
|
18525
|
+
{
|
|
18526
|
+
"oneOf": [
|
|
18527
|
+
{
|
|
18528
|
+
"$ref": "#/components/schemas/CelExpression"
|
|
18529
|
+
},
|
|
18530
|
+
{
|
|
18531
|
+
"$ref": "#/components/schemas/JMESPathExpression"
|
|
18532
|
+
}
|
|
18533
|
+
],
|
|
18534
|
+
"discriminator": {
|
|
18535
|
+
"propertyName": "type",
|
|
18536
|
+
"mapping": {
|
|
18537
|
+
"cel": "#/components/schemas/CelExpression",
|
|
18538
|
+
"jmespath": "#/components/schemas/JMESPathExpression",
|
|
18539
|
+
"jp": "#/components/schemas/JMESPathExpression"
|
|
18540
|
+
}
|
|
18541
|
+
}
|
|
18542
|
+
},
|
|
18543
|
+
{
|
|
18544
|
+
"$ref": "#/components/schemas/CaseExpression"
|
|
18545
|
+
},
|
|
18546
|
+
{
|
|
18547
|
+
"type": "string"
|
|
18548
|
+
},
|
|
18549
|
+
{
|
|
18550
|
+
"type": "null"
|
|
18551
|
+
}
|
|
18552
|
+
],
|
|
18553
|
+
"title": "If",
|
|
18554
|
+
"description": "An expression that must evaluate to true for the action to be applied."
|
|
18555
|
+
},
|
|
18556
|
+
"action": {
|
|
18557
|
+
"type": "string",
|
|
18558
|
+
"const": "inc",
|
|
18559
|
+
"title": "Action",
|
|
18560
|
+
"default": "inc"
|
|
18561
|
+
},
|
|
18562
|
+
"name": {
|
|
18563
|
+
"type": "string",
|
|
18564
|
+
"title": "Name",
|
|
18565
|
+
"description": "Numeric destination path to increment."
|
|
18566
|
+
},
|
|
18567
|
+
"by": {
|
|
18568
|
+
"type": "integer",
|
|
18569
|
+
"title": "By",
|
|
18570
|
+
"description": "Increment amount (defaults to 1).",
|
|
18571
|
+
"default": 1
|
|
18572
|
+
}
|
|
18573
|
+
},
|
|
18574
|
+
"type": "object",
|
|
18575
|
+
"required": [
|
|
18576
|
+
"name"
|
|
18577
|
+
],
|
|
18578
|
+
"title": "IncrementAction"
|
|
18579
|
+
},
|
|
18580
|
+
"InputParameter": {
|
|
18581
|
+
"properties": {
|
|
18582
|
+
"name": {
|
|
18583
|
+
"type": "string",
|
|
18584
|
+
"title": "Name",
|
|
18585
|
+
"description": "The name of the property."
|
|
18586
|
+
},
|
|
18587
|
+
"type": {
|
|
18588
|
+
"anyOf": [
|
|
18589
|
+
{
|
|
18590
|
+
"type": "string",
|
|
18591
|
+
"enum": [
|
|
18592
|
+
"string",
|
|
18593
|
+
"number",
|
|
18594
|
+
"integer",
|
|
18595
|
+
"boolean",
|
|
18596
|
+
"object",
|
|
18597
|
+
"array",
|
|
18598
|
+
"null"
|
|
18599
|
+
]
|
|
18600
|
+
},
|
|
18601
|
+
{
|
|
18602
|
+
"type": "null"
|
|
18603
|
+
}
|
|
18604
|
+
],
|
|
18605
|
+
"title": "Type"
|
|
18606
|
+
},
|
|
18607
|
+
"description": {
|
|
18608
|
+
"anyOf": [
|
|
18609
|
+
{
|
|
18610
|
+
"type": "string"
|
|
18611
|
+
},
|
|
18612
|
+
{
|
|
18613
|
+
"type": "null"
|
|
18614
|
+
}
|
|
18615
|
+
],
|
|
18616
|
+
"title": "Description"
|
|
18617
|
+
},
|
|
18618
|
+
"title": {
|
|
18619
|
+
"anyOf": [
|
|
18620
|
+
{
|
|
18621
|
+
"type": "string"
|
|
18622
|
+
},
|
|
18623
|
+
{
|
|
18624
|
+
"type": "null"
|
|
18625
|
+
}
|
|
18626
|
+
],
|
|
18627
|
+
"title": "Title"
|
|
18628
|
+
},
|
|
18629
|
+
"format": {
|
|
18630
|
+
"anyOf": [
|
|
18631
|
+
{
|
|
18632
|
+
"type": "string"
|
|
18633
|
+
},
|
|
18634
|
+
{
|
|
18635
|
+
"type": "null"
|
|
18636
|
+
}
|
|
18637
|
+
],
|
|
18638
|
+
"title": "Format"
|
|
18639
|
+
},
|
|
18640
|
+
"pattern": {
|
|
18641
|
+
"anyOf": [
|
|
18642
|
+
{
|
|
18643
|
+
"type": "string"
|
|
18644
|
+
},
|
|
18645
|
+
{
|
|
18646
|
+
"type": "null"
|
|
18647
|
+
}
|
|
18648
|
+
],
|
|
18649
|
+
"title": "Pattern"
|
|
18650
|
+
},
|
|
18651
|
+
"enum": {
|
|
18652
|
+
"anyOf": [
|
|
18653
|
+
{
|
|
18654
|
+
"items": {
|
|
18655
|
+
"type": "string"
|
|
18656
|
+
},
|
|
18657
|
+
"type": "array"
|
|
18658
|
+
},
|
|
18659
|
+
{
|
|
18660
|
+
"type": "null"
|
|
18661
|
+
}
|
|
18662
|
+
],
|
|
18663
|
+
"title": "Enum"
|
|
18664
|
+
},
|
|
18665
|
+
"examples": {
|
|
18666
|
+
"anyOf": [
|
|
18667
|
+
{
|
|
18668
|
+
"items": {
|
|
18669
|
+
"$ref": "#/components/schemas/JsonValue"
|
|
18670
|
+
},
|
|
18671
|
+
"type": "array"
|
|
18672
|
+
},
|
|
18673
|
+
{
|
|
18674
|
+
"type": "null"
|
|
18675
|
+
}
|
|
18676
|
+
],
|
|
18677
|
+
"title": "Examples"
|
|
18678
|
+
},
|
|
18679
|
+
"required": {
|
|
18680
|
+
"type": "boolean",
|
|
18681
|
+
"title": "Required",
|
|
18682
|
+
"default": true
|
|
18683
|
+
}
|
|
18684
|
+
},
|
|
18685
|
+
"type": "object",
|
|
18686
|
+
"required": [
|
|
18687
|
+
"name"
|
|
18688
|
+
],
|
|
18689
|
+
"title": "InputParameter"
|
|
17842
18690
|
},
|
|
17843
18691
|
"InsightToolDefinition": {
|
|
17844
18692
|
"properties": {
|
|
@@ -18025,7 +18873,7 @@
|
|
|
18025
18873
|
"title": "Created At",
|
|
18026
18874
|
"description": "Timestamp of at which insight tool configuration was created",
|
|
18027
18875
|
"examples": [
|
|
18028
|
-
"2025-11-
|
|
18876
|
+
"2025-11-23T00:00:00Z"
|
|
18029
18877
|
]
|
|
18030
18878
|
},
|
|
18031
18879
|
"updated_at": {
|
|
@@ -18034,7 +18882,7 @@
|
|
|
18034
18882
|
"title": "Updated At",
|
|
18035
18883
|
"description": "Timestamp at which insight tool configuration was last updated",
|
|
18036
18884
|
"examples": [
|
|
18037
|
-
"2025-11-
|
|
18885
|
+
"2025-11-24T00:00:00Z"
|
|
18038
18886
|
]
|
|
18039
18887
|
},
|
|
18040
18888
|
"last_updated_by": {
|
|
@@ -18415,7 +19263,7 @@
|
|
|
18415
19263
|
"title": "Start Datetime",
|
|
18416
19264
|
"description": "Target session timestamp the workflow (backfill) should start. An empty value indicates start on activation - live sessions only",
|
|
18417
19265
|
"examples": [
|
|
18418
|
-
"2025-11-
|
|
19266
|
+
"2025-11-23T00:00:00Z"
|
|
18419
19267
|
]
|
|
18420
19268
|
},
|
|
18421
19269
|
"end_datetime": {
|
|
@@ -18431,7 +19279,7 @@
|
|
|
18431
19279
|
"title": "End Datetime",
|
|
18432
19280
|
"description": "Target session timestamp the workflow (backfill) should end. An empty value indicates no end, i.e., include live sessions until deactivation",
|
|
18433
19281
|
"examples": [
|
|
18434
|
-
"2025-11-
|
|
19282
|
+
"2025-11-24T00:00:00Z"
|
|
18435
19283
|
]
|
|
18436
19284
|
}
|
|
18437
19285
|
},
|
|
@@ -18506,7 +19354,7 @@
|
|
|
18506
19354
|
"title": "Start Datetime",
|
|
18507
19355
|
"description": "Target session timestamp the workflow (backfill) should start. An empty value indicates start on activation - live sessions only",
|
|
18508
19356
|
"examples": [
|
|
18509
|
-
"2025-11-
|
|
19357
|
+
"2025-11-23T00:00:00Z"
|
|
18510
19358
|
]
|
|
18511
19359
|
},
|
|
18512
19360
|
"end_datetime": {
|
|
@@ -18522,7 +19370,7 @@
|
|
|
18522
19370
|
"title": "End Datetime",
|
|
18523
19371
|
"description": "Target session timestamp the workflow (backfill) should end. An empty value indicates no end, i.e., include live sessions until deactivation",
|
|
18524
19372
|
"examples": [
|
|
18525
|
-
"2025-11-
|
|
19373
|
+
"2025-11-24T00:00:00Z"
|
|
18526
19374
|
]
|
|
18527
19375
|
},
|
|
18528
19376
|
"id": {
|
|
@@ -18575,7 +19423,7 @@
|
|
|
18575
19423
|
"title": "Created At",
|
|
18576
19424
|
"description": "Timestamp at which the insight workflow was created",
|
|
18577
19425
|
"examples": [
|
|
18578
|
-
"2025-11-
|
|
19426
|
+
"2025-11-23T00:00:00Z"
|
|
18579
19427
|
]
|
|
18580
19428
|
},
|
|
18581
19429
|
"updated_at": {
|
|
@@ -18584,7 +19432,7 @@
|
|
|
18584
19432
|
"title": "Updated At",
|
|
18585
19433
|
"description": "Timestamp of most recent update to the insight workflow",
|
|
18586
19434
|
"examples": [
|
|
18587
|
-
"2025-11-
|
|
19435
|
+
"2025-11-24T00:00:00Z"
|
|
18588
19436
|
]
|
|
18589
19437
|
},
|
|
18590
19438
|
"last_updated_by": {
|
|
@@ -18680,7 +19528,7 @@
|
|
|
18680
19528
|
"title": "Created At",
|
|
18681
19529
|
"description": "Timestamp at which insight upload folder was created",
|
|
18682
19530
|
"examples": [
|
|
18683
|
-
"2025-11-
|
|
19531
|
+
"2025-11-23T00:00:00Z"
|
|
18684
19532
|
]
|
|
18685
19533
|
},
|
|
18686
19534
|
"updated_at": {
|
|
@@ -18689,7 +19537,7 @@
|
|
|
18689
19537
|
"title": "Updated At",
|
|
18690
19538
|
"description": "Timestamp at which insight upload folder was last updated",
|
|
18691
19539
|
"examples": [
|
|
18692
|
-
"2025-11-
|
|
19540
|
+
"2025-11-24T00:00:00Z"
|
|
18693
19541
|
]
|
|
18694
19542
|
},
|
|
18695
19543
|
"last_updated_by": {
|
|
@@ -18924,7 +19772,7 @@
|
|
|
18924
19772
|
"title": "Created At",
|
|
18925
19773
|
"description": "Timestamp at which insight tool result was created",
|
|
18926
19774
|
"examples": [
|
|
18927
|
-
"2025-11-
|
|
19775
|
+
"2025-11-23T00:00:00Z"
|
|
18928
19776
|
]
|
|
18929
19777
|
},
|
|
18930
19778
|
"updated_at": {
|
|
@@ -18933,7 +19781,7 @@
|
|
|
18933
19781
|
"title": "Updated At",
|
|
18934
19782
|
"description": "Timestamp at which insight tool result was last updated",
|
|
18935
19783
|
"examples": [
|
|
18936
|
-
"2025-11-
|
|
19784
|
+
"2025-11-24T00:00:00Z"
|
|
18937
19785
|
]
|
|
18938
19786
|
},
|
|
18939
19787
|
"upload_file_metadata": {
|
|
@@ -19078,7 +19926,7 @@
|
|
|
19078
19926
|
"title": "Start Time",
|
|
19079
19927
|
"description": "Start time of the uploaded file",
|
|
19080
19928
|
"examples": [
|
|
19081
|
-
"2025-11-
|
|
19929
|
+
"2025-11-23T00:00:00Z"
|
|
19082
19930
|
]
|
|
19083
19931
|
},
|
|
19084
19932
|
"end_time": {
|
|
@@ -19094,7 +19942,7 @@
|
|
|
19094
19942
|
"title": "End Time",
|
|
19095
19943
|
"description": "End time of the uploaded file",
|
|
19096
19944
|
"examples": [
|
|
19097
|
-
"2025-11-
|
|
19945
|
+
"2025-11-24T00:00:00Z"
|
|
19098
19946
|
]
|
|
19099
19947
|
},
|
|
19100
19948
|
"error_message": {
|
|
@@ -19149,7 +19997,7 @@
|
|
|
19149
19997
|
"title": "Created At",
|
|
19150
19998
|
"description": "Timestamp at which insight upload file was created",
|
|
19151
19999
|
"examples": [
|
|
19152
|
-
"2025-11-
|
|
20000
|
+
"2025-11-23T00:00:00Z"
|
|
19153
20001
|
]
|
|
19154
20002
|
}
|
|
19155
20003
|
},
|
|
@@ -19286,6 +20134,32 @@
|
|
|
19286
20134
|
"title": "InternalTool",
|
|
19287
20135
|
"description": "A tool definition to be used by the OpenAI API."
|
|
19288
20136
|
},
|
|
20137
|
+
"JMESPathExpression": {
|
|
20138
|
+
"properties": {
|
|
20139
|
+
"expression": {
|
|
20140
|
+
"type": "string",
|
|
20141
|
+
"title": "Expression",
|
|
20142
|
+
"description": "The expression to evaluate."
|
|
20143
|
+
},
|
|
20144
|
+
"type": {
|
|
20145
|
+
"type": "string",
|
|
20146
|
+
"enum": [
|
|
20147
|
+
"jp",
|
|
20148
|
+
"jmespath"
|
|
20149
|
+
],
|
|
20150
|
+
"title": "Type",
|
|
20151
|
+
"description": "JMESPath expression.",
|
|
20152
|
+
"default": "jp"
|
|
20153
|
+
}
|
|
20154
|
+
},
|
|
20155
|
+
"type": "object",
|
|
20156
|
+
"required": [
|
|
20157
|
+
"expression"
|
|
20158
|
+
],
|
|
20159
|
+
"title": "JMESPathExpression",
|
|
20160
|
+
"description": "See https://jmespath.org/specification.html#grammar"
|
|
20161
|
+
},
|
|
20162
|
+
"JsonValue": {},
|
|
19289
20163
|
"LanguageCode": {
|
|
19290
20164
|
"type": "string",
|
|
19291
20165
|
"enum": [
|
|
@@ -21650,6 +22524,103 @@
|
|
|
21650
22524
|
],
|
|
21651
22525
|
"title": "ListResponse[VoiceGroupResponse]"
|
|
21652
22526
|
},
|
|
22527
|
+
"LoadToolFromFileTask": {
|
|
22528
|
+
"properties": {
|
|
22529
|
+
"id": {
|
|
22530
|
+
"anyOf": [
|
|
22531
|
+
{
|
|
22532
|
+
"type": "string"
|
|
22533
|
+
},
|
|
22534
|
+
{
|
|
22535
|
+
"type": "null"
|
|
22536
|
+
}
|
|
22537
|
+
],
|
|
22538
|
+
"title": "Id",
|
|
22539
|
+
"description": "A unique identifier for the task."
|
|
22540
|
+
},
|
|
22541
|
+
"config": {
|
|
22542
|
+
"anyOf": [
|
|
22543
|
+
{
|
|
22544
|
+
"additionalProperties": {
|
|
22545
|
+
"$ref": "#/components/schemas/JsonValue"
|
|
22546
|
+
},
|
|
22547
|
+
"type": "object"
|
|
22548
|
+
},
|
|
22549
|
+
{
|
|
22550
|
+
"type": "null"
|
|
22551
|
+
}
|
|
22552
|
+
],
|
|
22553
|
+
"title": "Config"
|
|
22554
|
+
},
|
|
22555
|
+
"variables": {
|
|
22556
|
+
"anyOf": [
|
|
22557
|
+
{
|
|
22558
|
+
"items": {
|
|
22559
|
+
"$ref": "#/components/schemas/Variable"
|
|
22560
|
+
},
|
|
22561
|
+
"type": "array"
|
|
22562
|
+
},
|
|
22563
|
+
{
|
|
22564
|
+
"type": "null"
|
|
22565
|
+
}
|
|
22566
|
+
],
|
|
22567
|
+
"title": "Variables"
|
|
22568
|
+
},
|
|
22569
|
+
"metadata": {
|
|
22570
|
+
"anyOf": [
|
|
22571
|
+
{
|
|
22572
|
+
"$ref": "#/components/schemas/ContextTaskMetadata"
|
|
22573
|
+
},
|
|
22574
|
+
{
|
|
22575
|
+
"type": "null"
|
|
22576
|
+
}
|
|
22577
|
+
]
|
|
22578
|
+
},
|
|
22579
|
+
"tool": {
|
|
22580
|
+
"anyOf": [
|
|
22581
|
+
{
|
|
22582
|
+
"$ref": "#/components/schemas/ContextToolInfo"
|
|
22583
|
+
},
|
|
22584
|
+
{
|
|
22585
|
+
"type": "null"
|
|
22586
|
+
}
|
|
22587
|
+
]
|
|
22588
|
+
},
|
|
22589
|
+
"type": {
|
|
22590
|
+
"type": "string",
|
|
22591
|
+
"const": "import",
|
|
22592
|
+
"title": "Type",
|
|
22593
|
+
"default": "import"
|
|
22594
|
+
},
|
|
22595
|
+
"version": {
|
|
22596
|
+
"type": "string",
|
|
22597
|
+
"const": "v1alpha",
|
|
22598
|
+
"title": "Version",
|
|
22599
|
+
"default": "v1alpha"
|
|
22600
|
+
},
|
|
22601
|
+
"file": {
|
|
22602
|
+
"anyOf": [
|
|
22603
|
+
{
|
|
22604
|
+
"type": "string"
|
|
22605
|
+
},
|
|
22606
|
+
{
|
|
22607
|
+
"items": {
|
|
22608
|
+
"type": "string"
|
|
22609
|
+
},
|
|
22610
|
+
"type": "array"
|
|
22611
|
+
}
|
|
22612
|
+
],
|
|
22613
|
+
"title": "File",
|
|
22614
|
+
"description": "The local path of the tool definition JSON file."
|
|
22615
|
+
}
|
|
22616
|
+
},
|
|
22617
|
+
"type": "object",
|
|
22618
|
+
"required": [
|
|
22619
|
+
"file"
|
|
22620
|
+
],
|
|
22621
|
+
"title": "LoadToolFromFileTask",
|
|
22622
|
+
"description": "Bootstraps a tool from a file (for internal developer use only if ENV.local=True)."
|
|
22623
|
+
},
|
|
21653
22624
|
"LoginType": {
|
|
21654
22625
|
"type": "string",
|
|
21655
22626
|
"enum": [
|
|
@@ -21668,6 +22639,69 @@
|
|
|
21668
22639
|
"title": "MatchType",
|
|
21669
22640
|
"description": "Matching strategy for override text."
|
|
21670
22641
|
},
|
|
22642
|
+
"NextStep": {
|
|
22643
|
+
"properties": {
|
|
22644
|
+
"if": {
|
|
22645
|
+
"anyOf": [
|
|
22646
|
+
{
|
|
22647
|
+
"oneOf": [
|
|
22648
|
+
{
|
|
22649
|
+
"$ref": "#/components/schemas/CelExpression"
|
|
22650
|
+
},
|
|
22651
|
+
{
|
|
22652
|
+
"$ref": "#/components/schemas/JMESPathExpression"
|
|
22653
|
+
}
|
|
22654
|
+
],
|
|
22655
|
+
"discriminator": {
|
|
22656
|
+
"propertyName": "type",
|
|
22657
|
+
"mapping": {
|
|
22658
|
+
"cel": "#/components/schemas/CelExpression",
|
|
22659
|
+
"jmespath": "#/components/schemas/JMESPathExpression",
|
|
22660
|
+
"jp": "#/components/schemas/JMESPathExpression"
|
|
22661
|
+
}
|
|
22662
|
+
}
|
|
22663
|
+
},
|
|
22664
|
+
{
|
|
22665
|
+
"$ref": "#/components/schemas/CaseExpression"
|
|
22666
|
+
},
|
|
22667
|
+
{
|
|
22668
|
+
"type": "string"
|
|
22669
|
+
},
|
|
22670
|
+
{
|
|
22671
|
+
"type": "null"
|
|
22672
|
+
}
|
|
22673
|
+
],
|
|
22674
|
+
"title": "If",
|
|
22675
|
+
"description": "An expression that must evaluate to true for the action to be applied."
|
|
22676
|
+
},
|
|
22677
|
+
"id": {
|
|
22678
|
+
"type": "string",
|
|
22679
|
+
"title": "Id",
|
|
22680
|
+
"description": "The identifier of the next step."
|
|
22681
|
+
},
|
|
22682
|
+
"requires": {
|
|
22683
|
+
"anyOf": [
|
|
22684
|
+
{
|
|
22685
|
+
"items": {
|
|
22686
|
+
"type": "string"
|
|
22687
|
+
},
|
|
22688
|
+
"type": "array"
|
|
22689
|
+
},
|
|
22690
|
+
{
|
|
22691
|
+
"type": "null"
|
|
22692
|
+
}
|
|
22693
|
+
],
|
|
22694
|
+
"title": "Requires",
|
|
22695
|
+
"description": "List of input field names required for this transition. Validates that specified inputs are collected before allowing transition."
|
|
22696
|
+
}
|
|
22697
|
+
},
|
|
22698
|
+
"type": "object",
|
|
22699
|
+
"required": [
|
|
22700
|
+
"id"
|
|
22701
|
+
],
|
|
22702
|
+
"title": "NextStep",
|
|
22703
|
+
"description": "Represents a conditional transition to the next step."
|
|
22704
|
+
},
|
|
21671
22705
|
"OrderByDirection": {
|
|
21672
22706
|
"type": "string",
|
|
21673
22707
|
"enum": [
|
|
@@ -22322,7 +23356,7 @@
|
|
|
22322
23356
|
"title": "Created At",
|
|
22323
23357
|
"description": "Timestamp of campaign creation",
|
|
22324
23358
|
"examples": [
|
|
22325
|
-
"2025-11-
|
|
23359
|
+
"2025-11-24T00:00:00Z"
|
|
22326
23360
|
]
|
|
22327
23361
|
},
|
|
22328
23362
|
"updated_at": {
|
|
@@ -22331,7 +23365,7 @@
|
|
|
22331
23365
|
"title": "Updated At",
|
|
22332
23366
|
"description": "Timestamp of campaign update",
|
|
22333
23367
|
"examples": [
|
|
22334
|
-
"2025-11-
|
|
23368
|
+
"2025-11-24T00:00:00Z"
|
|
22335
23369
|
]
|
|
22336
23370
|
},
|
|
22337
23371
|
"last_updated_by": {
|
|
@@ -23786,59 +24820,194 @@
|
|
|
23786
24820
|
"type": "null"
|
|
23787
24821
|
}
|
|
23788
24822
|
],
|
|
23789
|
-
"title": "Description",
|
|
23790
|
-
"description": "The description of the role.",
|
|
23791
|
-
"examples": [
|
|
23792
|
-
"Role for users who can fetch and change prompts"
|
|
23793
|
-
]
|
|
24823
|
+
"title": "Description",
|
|
24824
|
+
"description": "The description of the role.",
|
|
24825
|
+
"examples": [
|
|
24826
|
+
"Role for users who can fetch and change prompts"
|
|
24827
|
+
]
|
|
24828
|
+
},
|
|
24829
|
+
"permissions": {
|
|
24830
|
+
"items": {
|
|
24831
|
+
"type": "string"
|
|
24832
|
+
},
|
|
24833
|
+
"type": "array",
|
|
24834
|
+
"title": "Permissions",
|
|
24835
|
+
"description": "The permissions associated with the role. Available permissions can be found by calling `GET /permissions`.",
|
|
24836
|
+
"examples": [
|
|
24837
|
+
[
|
|
24838
|
+
"prompts_read",
|
|
24839
|
+
"prompts_write",
|
|
24840
|
+
"prompts_delete"
|
|
24841
|
+
]
|
|
24842
|
+
]
|
|
24843
|
+
},
|
|
24844
|
+
"id": {
|
|
24845
|
+
"type": "integer",
|
|
24846
|
+
"title": "Id",
|
|
24847
|
+
"description": "The internal ID of the role.",
|
|
24848
|
+
"examples": [
|
|
24849
|
+
1
|
|
24850
|
+
]
|
|
24851
|
+
},
|
|
24852
|
+
"last_updated_comments": {
|
|
24853
|
+
"anyOf": [
|
|
24854
|
+
{
|
|
24855
|
+
"type": "string"
|
|
24856
|
+
},
|
|
24857
|
+
{
|
|
24858
|
+
"type": "null"
|
|
24859
|
+
}
|
|
24860
|
+
],
|
|
24861
|
+
"title": "Last Updated Comments",
|
|
24862
|
+
"description": "Comments for the most recent edit to the role.",
|
|
24863
|
+
"examples": [
|
|
24864
|
+
"Updated to add delete permission"
|
|
24865
|
+
]
|
|
24866
|
+
}
|
|
24867
|
+
},
|
|
24868
|
+
"type": "object",
|
|
24869
|
+
"required": [
|
|
24870
|
+
"name",
|
|
24871
|
+
"permissions",
|
|
24872
|
+
"id"
|
|
24873
|
+
],
|
|
24874
|
+
"title": "RoleUpdateRequest",
|
|
24875
|
+
"description": "Request model to update an existing role."
|
|
24876
|
+
},
|
|
24877
|
+
"SaveAction": {
|
|
24878
|
+
"properties": {
|
|
24879
|
+
"if": {
|
|
24880
|
+
"anyOf": [
|
|
24881
|
+
{
|
|
24882
|
+
"oneOf": [
|
|
24883
|
+
{
|
|
24884
|
+
"$ref": "#/components/schemas/CelExpression"
|
|
24885
|
+
},
|
|
24886
|
+
{
|
|
24887
|
+
"$ref": "#/components/schemas/JMESPathExpression"
|
|
24888
|
+
}
|
|
24889
|
+
],
|
|
24890
|
+
"discriminator": {
|
|
24891
|
+
"propertyName": "type",
|
|
24892
|
+
"mapping": {
|
|
24893
|
+
"cel": "#/components/schemas/CelExpression",
|
|
24894
|
+
"jmespath": "#/components/schemas/JMESPathExpression",
|
|
24895
|
+
"jp": "#/components/schemas/JMESPathExpression"
|
|
24896
|
+
}
|
|
24897
|
+
}
|
|
24898
|
+
},
|
|
24899
|
+
{
|
|
24900
|
+
"$ref": "#/components/schemas/CaseExpression"
|
|
24901
|
+
},
|
|
24902
|
+
{
|
|
24903
|
+
"type": "string"
|
|
24904
|
+
},
|
|
24905
|
+
{
|
|
24906
|
+
"type": "null"
|
|
24907
|
+
}
|
|
24908
|
+
],
|
|
24909
|
+
"title": "If",
|
|
24910
|
+
"description": "An expression that must evaluate to true for the action to be applied."
|
|
24911
|
+
},
|
|
24912
|
+
"action": {
|
|
24913
|
+
"type": "string",
|
|
24914
|
+
"const": "save",
|
|
24915
|
+
"title": "Action",
|
|
24916
|
+
"default": "save"
|
|
24917
|
+
},
|
|
24918
|
+
"name": {
|
|
24919
|
+
"anyOf": [
|
|
24920
|
+
{
|
|
24921
|
+
"type": "string"
|
|
24922
|
+
},
|
|
24923
|
+
{
|
|
24924
|
+
"type": "null"
|
|
24925
|
+
}
|
|
24926
|
+
],
|
|
24927
|
+
"title": "Name",
|
|
24928
|
+
"description": "Target name to save (defaults to global variable)."
|
|
24929
|
+
},
|
|
24930
|
+
"inputs": {
|
|
24931
|
+
"anyOf": [
|
|
24932
|
+
{
|
|
24933
|
+
"items": {
|
|
24934
|
+
"type": "string"
|
|
24935
|
+
},
|
|
24936
|
+
"type": "array"
|
|
24937
|
+
},
|
|
24938
|
+
{
|
|
24939
|
+
"type": "null"
|
|
24940
|
+
}
|
|
24941
|
+
],
|
|
24942
|
+
"title": "Inputs",
|
|
24943
|
+
"description": "Input field names to persist; None saves all collected inputs."
|
|
24944
|
+
}
|
|
24945
|
+
},
|
|
24946
|
+
"type": "object",
|
|
24947
|
+
"title": "SaveAction"
|
|
24948
|
+
},
|
|
24949
|
+
"SayAction": {
|
|
24950
|
+
"properties": {
|
|
24951
|
+
"if": {
|
|
24952
|
+
"anyOf": [
|
|
24953
|
+
{
|
|
24954
|
+
"oneOf": [
|
|
24955
|
+
{
|
|
24956
|
+
"$ref": "#/components/schemas/CelExpression"
|
|
24957
|
+
},
|
|
24958
|
+
{
|
|
24959
|
+
"$ref": "#/components/schemas/JMESPathExpression"
|
|
24960
|
+
}
|
|
24961
|
+
],
|
|
24962
|
+
"discriminator": {
|
|
24963
|
+
"propertyName": "type",
|
|
24964
|
+
"mapping": {
|
|
24965
|
+
"cel": "#/components/schemas/CelExpression",
|
|
24966
|
+
"jmespath": "#/components/schemas/JMESPathExpression",
|
|
24967
|
+
"jp": "#/components/schemas/JMESPathExpression"
|
|
24968
|
+
}
|
|
24969
|
+
}
|
|
24970
|
+
},
|
|
24971
|
+
{
|
|
24972
|
+
"$ref": "#/components/schemas/CaseExpression"
|
|
24973
|
+
},
|
|
24974
|
+
{
|
|
24975
|
+
"type": "string"
|
|
24976
|
+
},
|
|
24977
|
+
{
|
|
24978
|
+
"type": "null"
|
|
24979
|
+
}
|
|
24980
|
+
],
|
|
24981
|
+
"title": "If",
|
|
24982
|
+
"description": "An expression that must evaluate to true for the action to be applied."
|
|
23794
24983
|
},
|
|
23795
|
-
"
|
|
23796
|
-
"
|
|
23797
|
-
|
|
23798
|
-
|
|
23799
|
-
"type": "array",
|
|
23800
|
-
"title": "Permissions",
|
|
23801
|
-
"description": "The permissions associated with the role. Available permissions can be found by calling `GET /permissions`.",
|
|
23802
|
-
"examples": [
|
|
23803
|
-
[
|
|
23804
|
-
"prompts_read",
|
|
23805
|
-
"prompts_write",
|
|
23806
|
-
"prompts_delete"
|
|
23807
|
-
]
|
|
23808
|
-
]
|
|
24984
|
+
"text": {
|
|
24985
|
+
"type": "string",
|
|
24986
|
+
"title": "Text",
|
|
24987
|
+
"description": "Text to apply if the condition is true."
|
|
23809
24988
|
},
|
|
23810
|
-
"
|
|
23811
|
-
"type": "
|
|
23812
|
-
"
|
|
23813
|
-
"
|
|
23814
|
-
"
|
|
23815
|
-
1
|
|
23816
|
-
]
|
|
24989
|
+
"action": {
|
|
24990
|
+
"type": "string",
|
|
24991
|
+
"const": "say",
|
|
24992
|
+
"title": "Action",
|
|
24993
|
+
"default": "say"
|
|
23817
24994
|
},
|
|
23818
|
-
"
|
|
23819
|
-
"
|
|
23820
|
-
|
|
23821
|
-
|
|
23822
|
-
|
|
23823
|
-
{
|
|
23824
|
-
"type": "null"
|
|
23825
|
-
}
|
|
24995
|
+
"role": {
|
|
24996
|
+
"type": "string",
|
|
24997
|
+
"enum": [
|
|
24998
|
+
"user",
|
|
24999
|
+
"assistant"
|
|
23826
25000
|
],
|
|
23827
|
-
"title": "
|
|
23828
|
-
"description": "
|
|
23829
|
-
"
|
|
23830
|
-
"Updated to add delete permission"
|
|
23831
|
-
]
|
|
25001
|
+
"title": "Role",
|
|
25002
|
+
"description": "The role of the message.",
|
|
25003
|
+
"default": "assistant"
|
|
23832
25004
|
}
|
|
23833
25005
|
},
|
|
23834
25006
|
"type": "object",
|
|
23835
25007
|
"required": [
|
|
23836
|
-
"
|
|
23837
|
-
"permissions",
|
|
23838
|
-
"id"
|
|
25008
|
+
"text"
|
|
23839
25009
|
],
|
|
23840
|
-
"title": "
|
|
23841
|
-
"description": "Request model to update an existing role."
|
|
25010
|
+
"title": "SayAction"
|
|
23842
25011
|
},
|
|
23843
25012
|
"ServiceCreateRequest": {
|
|
23844
25013
|
"properties": {
|
|
@@ -24127,10 +25296,203 @@
|
|
|
24127
25296
|
"type": "null"
|
|
24128
25297
|
}
|
|
24129
25298
|
],
|
|
24130
|
-
"title": "Session Id",
|
|
24131
|
-
"description": "Internal ID of the session, generated based on interaction details"
|
|
25299
|
+
"title": "Session Id",
|
|
25300
|
+
"description": "Internal ID of the session, generated based on interaction details"
|
|
25301
|
+
},
|
|
25302
|
+
"conversation_id": {
|
|
25303
|
+
"anyOf": [
|
|
25304
|
+
{
|
|
25305
|
+
"type": "string"
|
|
25306
|
+
},
|
|
25307
|
+
{
|
|
25308
|
+
"type": "null"
|
|
25309
|
+
}
|
|
25310
|
+
],
|
|
25311
|
+
"title": "Conversation Id",
|
|
25312
|
+
"description": "ID of the conversation of which the session is a part"
|
|
25313
|
+
},
|
|
25314
|
+
"channel_manager_service": {
|
|
25315
|
+
"anyOf": [
|
|
25316
|
+
{
|
|
25317
|
+
"type": "string"
|
|
25318
|
+
},
|
|
25319
|
+
{
|
|
25320
|
+
"type": "null"
|
|
25321
|
+
}
|
|
25322
|
+
],
|
|
25323
|
+
"title": "Channel Manager Service",
|
|
25324
|
+
"description": "Name of the service used to facilitate the session",
|
|
25325
|
+
"examples": [
|
|
25326
|
+
"hedy",
|
|
25327
|
+
"console"
|
|
25328
|
+
]
|
|
25329
|
+
},
|
|
25330
|
+
"channel_manager_type": {
|
|
25331
|
+
"anyOf": [
|
|
25332
|
+
{
|
|
25333
|
+
"type": "string"
|
|
25334
|
+
},
|
|
25335
|
+
{
|
|
25336
|
+
"type": "null"
|
|
25337
|
+
}
|
|
25338
|
+
],
|
|
25339
|
+
"title": "Channel Manager Type",
|
|
25340
|
+
"description": "Type of the service used to facilitate the session",
|
|
25341
|
+
"examples": [
|
|
25342
|
+
"voice_sip_v1",
|
|
25343
|
+
"voice_twilio_v1",
|
|
25344
|
+
"web_chat_v1"
|
|
25345
|
+
]
|
|
25346
|
+
},
|
|
25347
|
+
"channel_manager_sid": {
|
|
25348
|
+
"anyOf": [
|
|
25349
|
+
{
|
|
25350
|
+
"type": "string"
|
|
25351
|
+
},
|
|
25352
|
+
{
|
|
25353
|
+
"type": "null"
|
|
25354
|
+
}
|
|
25355
|
+
],
|
|
25356
|
+
"title": "Channel Manager Sid",
|
|
25357
|
+
"description": "Channel-manager-side ID of the session (different from session_id)"
|
|
25358
|
+
},
|
|
25359
|
+
"agent_id": {
|
|
25360
|
+
"anyOf": [
|
|
25361
|
+
{
|
|
25362
|
+
"type": "string"
|
|
25363
|
+
},
|
|
25364
|
+
{
|
|
25365
|
+
"type": "null"
|
|
25366
|
+
}
|
|
25367
|
+
],
|
|
25368
|
+
"title": "Agent Id",
|
|
25369
|
+
"description": "ID of the agent with which the session occurred"
|
|
25370
|
+
},
|
|
25371
|
+
"agent_name": {
|
|
25372
|
+
"anyOf": [
|
|
25373
|
+
{
|
|
25374
|
+
"type": "string"
|
|
25375
|
+
},
|
|
25376
|
+
{
|
|
25377
|
+
"type": "null"
|
|
25378
|
+
}
|
|
25379
|
+
],
|
|
25380
|
+
"title": "Agent Name",
|
|
25381
|
+
"description": "Name of the agent with which the session occurred"
|
|
25382
|
+
},
|
|
25383
|
+
"agent_type": {
|
|
25384
|
+
"anyOf": [
|
|
25385
|
+
{
|
|
25386
|
+
"type": "string"
|
|
25387
|
+
},
|
|
25388
|
+
{
|
|
25389
|
+
"type": "null"
|
|
25390
|
+
}
|
|
25391
|
+
],
|
|
25392
|
+
"title": "Agent Type",
|
|
25393
|
+
"description": "Type of the agent with which the session occurred"
|
|
25394
|
+
},
|
|
25395
|
+
"agent_timezone": {
|
|
25396
|
+
"anyOf": [
|
|
25397
|
+
{
|
|
25398
|
+
"type": "string"
|
|
25399
|
+
},
|
|
25400
|
+
{
|
|
25401
|
+
"type": "null"
|
|
25402
|
+
}
|
|
25403
|
+
],
|
|
25404
|
+
"title": "Agent Timezone",
|
|
25405
|
+
"description": "Timezone of the agent with which the session occurred"
|
|
25406
|
+
},
|
|
25407
|
+
"prompt_id": {
|
|
25408
|
+
"anyOf": [
|
|
25409
|
+
{
|
|
25410
|
+
"type": "string"
|
|
25411
|
+
},
|
|
25412
|
+
{
|
|
25413
|
+
"type": "null"
|
|
25414
|
+
}
|
|
25415
|
+
],
|
|
25416
|
+
"title": "Prompt Id",
|
|
25417
|
+
"description": "ID of the prompt used by the agent with which the session occurred"
|
|
25418
|
+
},
|
|
25419
|
+
"prompt_name": {
|
|
25420
|
+
"anyOf": [
|
|
25421
|
+
{
|
|
25422
|
+
"type": "string"
|
|
25423
|
+
},
|
|
25424
|
+
{
|
|
25425
|
+
"type": "null"
|
|
25426
|
+
}
|
|
25427
|
+
],
|
|
25428
|
+
"title": "Prompt Name",
|
|
25429
|
+
"description": "Name of the prompt used by the agent with which the session occurred"
|
|
25430
|
+
},
|
|
25431
|
+
"prompt_version": {
|
|
25432
|
+
"anyOf": [
|
|
25433
|
+
{
|
|
25434
|
+
"type": "string"
|
|
25435
|
+
},
|
|
25436
|
+
{
|
|
25437
|
+
"type": "null"
|
|
25438
|
+
}
|
|
25439
|
+
],
|
|
25440
|
+
"title": "Prompt Version",
|
|
25441
|
+
"description": "Legacy prompt version timestamp used by the agent with which the session occurred"
|
|
25442
|
+
},
|
|
25443
|
+
"prompt_version_number": {
|
|
25444
|
+
"anyOf": [
|
|
25445
|
+
{
|
|
25446
|
+
"type": "integer"
|
|
25447
|
+
},
|
|
25448
|
+
{
|
|
25449
|
+
"type": "null"
|
|
25450
|
+
}
|
|
25451
|
+
],
|
|
25452
|
+
"title": "Prompt Version Number",
|
|
25453
|
+
"description": "Prompt version number used by the agent with which the session occurred (new system)"
|
|
25454
|
+
},
|
|
25455
|
+
"duration": {
|
|
25456
|
+
"anyOf": [
|
|
25457
|
+
{
|
|
25458
|
+
"type": "number"
|
|
25459
|
+
},
|
|
25460
|
+
{
|
|
25461
|
+
"type": "null"
|
|
25462
|
+
}
|
|
25463
|
+
],
|
|
25464
|
+
"title": "Duration",
|
|
25465
|
+
"description": "Duration of the session in seconds"
|
|
25466
|
+
},
|
|
25467
|
+
"session_label_id": {
|
|
25468
|
+
"anyOf": [
|
|
25469
|
+
{
|
|
25470
|
+
"type": "string"
|
|
25471
|
+
},
|
|
25472
|
+
{
|
|
25473
|
+
"type": "null"
|
|
25474
|
+
}
|
|
25475
|
+
],
|
|
25476
|
+
"title": "Session Label Id",
|
|
25477
|
+
"description": "ID of the label (listing the quality of the session and any issues that occurred) associated with the session"
|
|
25478
|
+
},
|
|
25479
|
+
"source": {
|
|
25480
|
+
"anyOf": [
|
|
25481
|
+
{
|
|
25482
|
+
"type": "string"
|
|
25483
|
+
},
|
|
25484
|
+
{
|
|
25485
|
+
"type": "null"
|
|
25486
|
+
}
|
|
25487
|
+
],
|
|
25488
|
+
"title": "Source",
|
|
25489
|
+
"description": "Source of the session (e.g., for an inbound session, the user's phone number/username/email)",
|
|
25490
|
+
"examples": [
|
|
25491
|
+
"+18042221111",
|
|
25492
|
+
"user@email.com"
|
|
25493
|
+
]
|
|
24132
25494
|
},
|
|
24133
|
-
"
|
|
25495
|
+
"target": {
|
|
24134
25496
|
"anyOf": [
|
|
24135
25497
|
{
|
|
24136
25498
|
"type": "string"
|
|
@@ -24139,43 +25501,50 @@
|
|
|
24139
25501
|
"type": "null"
|
|
24140
25502
|
}
|
|
24141
25503
|
],
|
|
24142
|
-
"title": "
|
|
24143
|
-
"description": "
|
|
25504
|
+
"title": "Target",
|
|
25505
|
+
"description": "The name of the channel target associated with the agent at the time of the session (see ChannelTargetResponse.target)"
|
|
24144
25506
|
},
|
|
24145
|
-
"
|
|
25507
|
+
"is_legacy": {
|
|
24146
25508
|
"anyOf": [
|
|
24147
25509
|
{
|
|
24148
|
-
"type": "
|
|
25510
|
+
"type": "boolean"
|
|
24149
25511
|
},
|
|
24150
25512
|
{
|
|
24151
25513
|
"type": "null"
|
|
24152
25514
|
}
|
|
24153
25515
|
],
|
|
24154
|
-
"title": "
|
|
24155
|
-
"description": "
|
|
24156
|
-
"examples": [
|
|
24157
|
-
"hedy",
|
|
24158
|
-
"console"
|
|
24159
|
-
]
|
|
25516
|
+
"title": "Is Legacy",
|
|
25517
|
+
"description": "Whether the session occurred on the legacy Syllable system"
|
|
24160
25518
|
},
|
|
24161
|
-
"
|
|
25519
|
+
"is_test": {
|
|
24162
25520
|
"anyOf": [
|
|
24163
25521
|
{
|
|
24164
|
-
"type": "
|
|
25522
|
+
"type": "boolean"
|
|
24165
25523
|
},
|
|
24166
25524
|
{
|
|
24167
25525
|
"type": "null"
|
|
24168
25526
|
}
|
|
24169
25527
|
],
|
|
24170
|
-
"title": "
|
|
24171
|
-
"description": "
|
|
24172
|
-
|
|
24173
|
-
|
|
24174
|
-
|
|
24175
|
-
|
|
24176
|
-
|
|
25528
|
+
"title": "Is Test",
|
|
25529
|
+
"description": "Whether the session is a test session"
|
|
25530
|
+
}
|
|
25531
|
+
},
|
|
25532
|
+
"type": "object",
|
|
25533
|
+
"required": [
|
|
25534
|
+
"timestamp"
|
|
25535
|
+
],
|
|
25536
|
+
"title": "Session",
|
|
25537
|
+
"description": "A session is a building block of a conversation."
|
|
25538
|
+
},
|
|
25539
|
+
"SessionAction": {
|
|
25540
|
+
"properties": {
|
|
25541
|
+
"timestamp": {
|
|
25542
|
+
"type": "string",
|
|
25543
|
+
"format": "date-time",
|
|
25544
|
+
"title": "Timestamp",
|
|
25545
|
+
"description": "Timestamp of the tool invocation"
|
|
24177
25546
|
},
|
|
24178
|
-
"
|
|
25547
|
+
"tool_name": {
|
|
24179
25548
|
"anyOf": [
|
|
24180
25549
|
{
|
|
24181
25550
|
"type": "string"
|
|
@@ -24184,10 +25553,10 @@
|
|
|
24184
25553
|
"type": "null"
|
|
24185
25554
|
}
|
|
24186
25555
|
],
|
|
24187
|
-
"title": "
|
|
24188
|
-
"description": "
|
|
25556
|
+
"title": "Tool Name",
|
|
25557
|
+
"description": "Name of the tool that was invoked"
|
|
24189
25558
|
},
|
|
24190
|
-
"
|
|
25559
|
+
"tool_request": {
|
|
24191
25560
|
"anyOf": [
|
|
24192
25561
|
{
|
|
24193
25562
|
"type": "string"
|
|
@@ -24196,10 +25565,10 @@
|
|
|
24196
25565
|
"type": "null"
|
|
24197
25566
|
}
|
|
24198
25567
|
],
|
|
24199
|
-
"title": "
|
|
24200
|
-
"description": "
|
|
25568
|
+
"title": "Tool Request",
|
|
25569
|
+
"description": "Request sent to the tool API, if applicable"
|
|
24201
25570
|
},
|
|
24202
|
-
"
|
|
25571
|
+
"tool_result": {
|
|
24203
25572
|
"anyOf": [
|
|
24204
25573
|
{
|
|
24205
25574
|
"type": "string"
|
|
@@ -24208,10 +25577,10 @@
|
|
|
24208
25577
|
"type": "null"
|
|
24209
25578
|
}
|
|
24210
25579
|
],
|
|
24211
|
-
"title": "
|
|
24212
|
-
"description": "
|
|
25580
|
+
"title": "Tool Result",
|
|
25581
|
+
"description": "Response received from the tool API, if applicable"
|
|
24213
25582
|
},
|
|
24214
|
-
"
|
|
25583
|
+
"tool_error": {
|
|
24215
25584
|
"anyOf": [
|
|
24216
25585
|
{
|
|
24217
25586
|
"type": "string"
|
|
@@ -24220,10 +25589,109 @@
|
|
|
24220
25589
|
"type": "null"
|
|
24221
25590
|
}
|
|
24222
25591
|
],
|
|
24223
|
-
"title": "
|
|
24224
|
-
"description": "
|
|
25592
|
+
"title": "Tool Error",
|
|
25593
|
+
"description": "Error received from the tool API, if applicable"
|
|
25594
|
+
}
|
|
25595
|
+
},
|
|
25596
|
+
"type": "object",
|
|
25597
|
+
"required": [
|
|
25598
|
+
"timestamp"
|
|
25599
|
+
],
|
|
25600
|
+
"title": "SessionAction",
|
|
25601
|
+
"description": "Information about a given tool invocation as part of a session."
|
|
25602
|
+
},
|
|
25603
|
+
"SessionData": {
|
|
25604
|
+
"properties": {
|
|
25605
|
+
"session_id": {
|
|
25606
|
+
"type": "integer",
|
|
25607
|
+
"title": "Session Id",
|
|
25608
|
+
"description": "Session ID",
|
|
25609
|
+
"examples": [
|
|
25610
|
+
"123"
|
|
25611
|
+
]
|
|
24225
25612
|
},
|
|
24226
|
-
"
|
|
25613
|
+
"source": {
|
|
25614
|
+
"type": "string",
|
|
25615
|
+
"title": "Source",
|
|
25616
|
+
"description": "Session source",
|
|
25617
|
+
"examples": [
|
|
25618
|
+
"+1234567890"
|
|
25619
|
+
]
|
|
25620
|
+
},
|
|
25621
|
+
"target": {
|
|
25622
|
+
"type": "string",
|
|
25623
|
+
"title": "Target",
|
|
25624
|
+
"description": "Session target",
|
|
25625
|
+
"examples": [
|
|
25626
|
+
"+1239876543"
|
|
25627
|
+
]
|
|
25628
|
+
},
|
|
25629
|
+
"is_test": {
|
|
25630
|
+
"type": "boolean",
|
|
25631
|
+
"title": "Is Test",
|
|
25632
|
+
"description": "Is test session",
|
|
25633
|
+
"examples": [
|
|
25634
|
+
false
|
|
25635
|
+
]
|
|
25636
|
+
},
|
|
25637
|
+
"messages": {
|
|
25638
|
+
"items": {
|
|
25639
|
+
"$ref": "#/components/schemas/SessionMessage"
|
|
25640
|
+
},
|
|
25641
|
+
"type": "array",
|
|
25642
|
+
"title": "Messages",
|
|
25643
|
+
"description": "Session messages"
|
|
25644
|
+
}
|
|
25645
|
+
},
|
|
25646
|
+
"type": "object",
|
|
25647
|
+
"required": [
|
|
25648
|
+
"session_id",
|
|
25649
|
+
"source",
|
|
25650
|
+
"target",
|
|
25651
|
+
"is_test",
|
|
25652
|
+
"messages"
|
|
25653
|
+
],
|
|
25654
|
+
"title": "SessionData"
|
|
25655
|
+
},
|
|
25656
|
+
"SessionLabel": {
|
|
25657
|
+
"properties": {
|
|
25658
|
+
"session_id": {
|
|
25659
|
+
"type": "integer",
|
|
25660
|
+
"title": "Session Id",
|
|
25661
|
+
"description": "The internal ID of the session (see Session.session_id)",
|
|
25662
|
+
"examples": [
|
|
25663
|
+
1
|
|
25664
|
+
]
|
|
25665
|
+
},
|
|
25666
|
+
"type": {
|
|
25667
|
+
"type": "string",
|
|
25668
|
+
"title": "Type",
|
|
25669
|
+
"description": "The type of the label (either \"auto-rating\" or \"human-rating\")",
|
|
25670
|
+
"examples": [
|
|
25671
|
+
"auto-rating",
|
|
25672
|
+
"human-rating"
|
|
25673
|
+
]
|
|
25674
|
+
},
|
|
25675
|
+
"code": {
|
|
25676
|
+
"type": "string",
|
|
25677
|
+
"title": "Code",
|
|
25678
|
+
"description": "A code describing the quality of the labeled session (either \"GOOD\", \"OK\", \"BAD\", or \"N/A\")",
|
|
25679
|
+
"examples": [
|
|
25680
|
+
"GOOD",
|
|
25681
|
+
"OK",
|
|
25682
|
+
"BAD",
|
|
25683
|
+
"N/A"
|
|
25684
|
+
]
|
|
25685
|
+
},
|
|
25686
|
+
"user_email": {
|
|
25687
|
+
"type": "string",
|
|
25688
|
+
"title": "User Email",
|
|
25689
|
+
"description": "The email of the user who created the label",
|
|
25690
|
+
"examples": [
|
|
25691
|
+
"user@email.com"
|
|
25692
|
+
]
|
|
25693
|
+
},
|
|
25694
|
+
"comments": {
|
|
24227
25695
|
"anyOf": [
|
|
24228
25696
|
{
|
|
24229
25697
|
"type": "string"
|
|
@@ -24232,34 +25700,101 @@
|
|
|
24232
25700
|
"type": "null"
|
|
24233
25701
|
}
|
|
24234
25702
|
],
|
|
24235
|
-
"title": "
|
|
24236
|
-
"description": "
|
|
25703
|
+
"title": "Comments",
|
|
25704
|
+
"description": "Comment string describing additional details about the session"
|
|
25705
|
+
},
|
|
25706
|
+
"issue_categories": {
|
|
25707
|
+
"anyOf": [
|
|
25708
|
+
{
|
|
25709
|
+
"items": {
|
|
25710
|
+
"type": "string"
|
|
25711
|
+
},
|
|
25712
|
+
"type": "array"
|
|
25713
|
+
},
|
|
25714
|
+
{
|
|
25715
|
+
"type": "null"
|
|
25716
|
+
}
|
|
25717
|
+
],
|
|
25718
|
+
"title": "Issue Categories",
|
|
25719
|
+
"description": "Descriptions of issues occurring in the labeled call",
|
|
25720
|
+
"default": [],
|
|
25721
|
+
"examples": [
|
|
25722
|
+
[
|
|
25723
|
+
"Silent treatment"
|
|
25724
|
+
],
|
|
25725
|
+
[
|
|
25726
|
+
"Speech transcription (STT)"
|
|
25727
|
+
]
|
|
25728
|
+
]
|
|
25729
|
+
},
|
|
25730
|
+
"id": {
|
|
25731
|
+
"type": "integer",
|
|
25732
|
+
"title": "Id",
|
|
25733
|
+
"description": "The internal ID of the label",
|
|
25734
|
+
"examples": [
|
|
25735
|
+
1
|
|
25736
|
+
]
|
|
25737
|
+
},
|
|
25738
|
+
"timestamp": {
|
|
25739
|
+
"type": "string",
|
|
25740
|
+
"title": "Timestamp",
|
|
25741
|
+
"description": "The timestamp at which the label was created",
|
|
25742
|
+
"examples": [
|
|
25743
|
+
"2024-01-01T12:00:00Z"
|
|
25744
|
+
]
|
|
25745
|
+
}
|
|
25746
|
+
},
|
|
25747
|
+
"type": "object",
|
|
25748
|
+
"required": [
|
|
25749
|
+
"session_id",
|
|
25750
|
+
"type",
|
|
25751
|
+
"code",
|
|
25752
|
+
"user_email",
|
|
25753
|
+
"id",
|
|
25754
|
+
"timestamp"
|
|
25755
|
+
],
|
|
25756
|
+
"title": "SessionLabel",
|
|
25757
|
+
"description": "Response model for session label operations.\nA session label is associated with a given session and contains an evaluation of quality and\ndescriptions of issues the user encountered in that session or other details."
|
|
25758
|
+
},
|
|
25759
|
+
"SessionLabelCreate": {
|
|
25760
|
+
"properties": {
|
|
25761
|
+
"session_id": {
|
|
25762
|
+
"type": "integer",
|
|
25763
|
+
"title": "Session Id",
|
|
25764
|
+
"description": "The internal ID of the session (see Session.session_id)",
|
|
25765
|
+
"examples": [
|
|
25766
|
+
1
|
|
25767
|
+
]
|
|
25768
|
+
},
|
|
25769
|
+
"type": {
|
|
25770
|
+
"type": "string",
|
|
25771
|
+
"title": "Type",
|
|
25772
|
+
"description": "The type of the label (either \"auto-rating\" or \"human-rating\")",
|
|
25773
|
+
"examples": [
|
|
25774
|
+
"auto-rating",
|
|
25775
|
+
"human-rating"
|
|
25776
|
+
]
|
|
24237
25777
|
},
|
|
24238
|
-
"
|
|
24239
|
-
"
|
|
24240
|
-
|
|
24241
|
-
|
|
24242
|
-
|
|
24243
|
-
|
|
24244
|
-
|
|
24245
|
-
|
|
24246
|
-
|
|
24247
|
-
|
|
24248
|
-
"description": "ID of the prompt used by the agent with which the session occurred"
|
|
25778
|
+
"code": {
|
|
25779
|
+
"type": "string",
|
|
25780
|
+
"title": "Code",
|
|
25781
|
+
"description": "A code describing the quality of the labeled session (either \"GOOD\", \"OK\", \"BAD\", or \"N/A\")",
|
|
25782
|
+
"examples": [
|
|
25783
|
+
"GOOD",
|
|
25784
|
+
"OK",
|
|
25785
|
+
"BAD",
|
|
25786
|
+
"N/A"
|
|
25787
|
+
]
|
|
24249
25788
|
},
|
|
24250
|
-
"
|
|
24251
|
-
"
|
|
24252
|
-
|
|
24253
|
-
|
|
24254
|
-
|
|
24255
|
-
|
|
24256
|
-
|
|
24257
|
-
}
|
|
24258
|
-
],
|
|
24259
|
-
"title": "Prompt Name",
|
|
24260
|
-
"description": "Name of the prompt used by the agent with which the session occurred"
|
|
25789
|
+
"user_email": {
|
|
25790
|
+
"type": "string",
|
|
25791
|
+
"title": "User Email",
|
|
25792
|
+
"description": "The email of the user who created the label",
|
|
25793
|
+
"examples": [
|
|
25794
|
+
"user@email.com"
|
|
25795
|
+
]
|
|
24261
25796
|
},
|
|
24262
|
-
"
|
|
25797
|
+
"comments": {
|
|
24263
25798
|
"anyOf": [
|
|
24264
25799
|
{
|
|
24265
25800
|
"type": "string"
|
|
@@ -24268,46 +25803,123 @@
|
|
|
24268
25803
|
"type": "null"
|
|
24269
25804
|
}
|
|
24270
25805
|
],
|
|
24271
|
-
"title": "
|
|
24272
|
-
"description": "
|
|
25806
|
+
"title": "Comments",
|
|
25807
|
+
"description": "Comment string describing additional details about the session"
|
|
24273
25808
|
},
|
|
24274
|
-
"
|
|
25809
|
+
"issue_categories": {
|
|
24275
25810
|
"anyOf": [
|
|
24276
25811
|
{
|
|
24277
|
-
"
|
|
25812
|
+
"items": {
|
|
25813
|
+
"type": "string"
|
|
25814
|
+
},
|
|
25815
|
+
"type": "array"
|
|
24278
25816
|
},
|
|
24279
25817
|
{
|
|
24280
25818
|
"type": "null"
|
|
24281
25819
|
}
|
|
24282
25820
|
],
|
|
24283
|
-
"title": "
|
|
24284
|
-
"description": "
|
|
25821
|
+
"title": "Issue Categories",
|
|
25822
|
+
"description": "Descriptions of issues occurring in the labeled call",
|
|
25823
|
+
"default": [],
|
|
25824
|
+
"examples": [
|
|
25825
|
+
[
|
|
25826
|
+
"Silent treatment"
|
|
25827
|
+
],
|
|
25828
|
+
[
|
|
25829
|
+
"Speech transcription (STT)"
|
|
25830
|
+
]
|
|
25831
|
+
]
|
|
25832
|
+
}
|
|
25833
|
+
},
|
|
25834
|
+
"type": "object",
|
|
25835
|
+
"required": [
|
|
25836
|
+
"session_id",
|
|
25837
|
+
"type",
|
|
25838
|
+
"code",
|
|
25839
|
+
"user_email"
|
|
25840
|
+
],
|
|
25841
|
+
"title": "SessionLabelCreate"
|
|
25842
|
+
},
|
|
25843
|
+
"SessionLabelProperties": {
|
|
25844
|
+
"type": "string",
|
|
25845
|
+
"enum": [
|
|
25846
|
+
"timestamp",
|
|
25847
|
+
"session_id",
|
|
25848
|
+
"type",
|
|
25849
|
+
"code",
|
|
25850
|
+
"user_email",
|
|
25851
|
+
"issue_categories",
|
|
25852
|
+
"session_id_list"
|
|
25853
|
+
],
|
|
25854
|
+
"title": "SessionLabelProperties"
|
|
25855
|
+
},
|
|
25856
|
+
"SessionMessage": {
|
|
25857
|
+
"properties": {
|
|
25858
|
+
"role": {
|
|
25859
|
+
"$ref": "#/components/schemas/DialogRole",
|
|
25860
|
+
"description": "Dialog role",
|
|
25861
|
+
"examples": [
|
|
25862
|
+
"agent",
|
|
25863
|
+
"user"
|
|
25864
|
+
]
|
|
24285
25865
|
},
|
|
24286
|
-
"
|
|
24287
|
-
"
|
|
24288
|
-
|
|
24289
|
-
"type": "number"
|
|
24290
|
-
},
|
|
24291
|
-
{
|
|
24292
|
-
"type": "null"
|
|
24293
|
-
}
|
|
24294
|
-
],
|
|
24295
|
-
"title": "Duration",
|
|
24296
|
-
"description": "Duration of the session in seconds"
|
|
25866
|
+
"dialog": {
|
|
25867
|
+
"$ref": "#/components/schemas/DialogMessage",
|
|
25868
|
+
"description": "Dialog message"
|
|
24297
25869
|
},
|
|
24298
|
-
"
|
|
24299
|
-
"
|
|
24300
|
-
|
|
24301
|
-
|
|
24302
|
-
|
|
24303
|
-
|
|
24304
|
-
|
|
24305
|
-
}
|
|
24306
|
-
],
|
|
24307
|
-
"title": "Session Label Id",
|
|
24308
|
-
"description": "ID of the label (listing the quality of the session and any issues that occurred) associated with the session"
|
|
25870
|
+
"tool_calls": {
|
|
25871
|
+
"items": {
|
|
25872
|
+
"$ref": "#/components/schemas/DialogToolCall"
|
|
25873
|
+
},
|
|
25874
|
+
"type": "array",
|
|
25875
|
+
"title": "Tool Calls",
|
|
25876
|
+
"description": "Tool calls"
|
|
24309
25877
|
},
|
|
24310
|
-
"
|
|
25878
|
+
"timestamp": {
|
|
25879
|
+
"type": "string",
|
|
25880
|
+
"format": "date-time",
|
|
25881
|
+
"title": "Timestamp",
|
|
25882
|
+
"description": "Message timestamp",
|
|
25883
|
+
"examples": [
|
|
25884
|
+
"2024-06-19T00:00:00"
|
|
25885
|
+
]
|
|
25886
|
+
}
|
|
25887
|
+
},
|
|
25888
|
+
"type": "object",
|
|
25889
|
+
"required": [
|
|
25890
|
+
"role",
|
|
25891
|
+
"dialog",
|
|
25892
|
+
"tool_calls",
|
|
25893
|
+
"timestamp"
|
|
25894
|
+
],
|
|
25895
|
+
"title": "SessionMessage"
|
|
25896
|
+
},
|
|
25897
|
+
"SessionProperties": {
|
|
25898
|
+
"type": "string",
|
|
25899
|
+
"enum": [
|
|
25900
|
+
"timestamp",
|
|
25901
|
+
"session_id",
|
|
25902
|
+
"conversation_id",
|
|
25903
|
+
"channel_manager_service",
|
|
25904
|
+
"channel_manager_type",
|
|
25905
|
+
"channel_manager_sid",
|
|
25906
|
+
"agent_type",
|
|
25907
|
+
"agent_id",
|
|
25908
|
+
"agent_name",
|
|
25909
|
+
"prompt_id",
|
|
25910
|
+
"prompt_name",
|
|
25911
|
+
"source",
|
|
25912
|
+
"target",
|
|
25913
|
+
"duration",
|
|
25914
|
+
"is_legacy",
|
|
25915
|
+
"is_test"
|
|
25916
|
+
],
|
|
25917
|
+
"title": "SessionProperties",
|
|
25918
|
+
"description": "Names of session fields supported for filtering/sorting on list endpoint."
|
|
25919
|
+
},
|
|
25920
|
+
"SessionRecordingResponse": {
|
|
25921
|
+
"properties": {
|
|
25922
|
+
"session_id": {
|
|
24311
25923
|
"anyOf": [
|
|
24312
25924
|
{
|
|
24313
25925
|
"type": "string"
|
|
@@ -24316,78 +25928,84 @@
|
|
|
24316
25928
|
"type": "null"
|
|
24317
25929
|
}
|
|
24318
25930
|
],
|
|
24319
|
-
"title": "
|
|
24320
|
-
"description": "
|
|
25931
|
+
"title": "Session Id",
|
|
25932
|
+
"description": "The internal ID of the session",
|
|
24321
25933
|
"examples": [
|
|
24322
|
-
|
|
24323
|
-
"user@email.com"
|
|
25934
|
+
1
|
|
24324
25935
|
]
|
|
24325
25936
|
},
|
|
24326
|
-
"
|
|
25937
|
+
"recordings": {
|
|
24327
25938
|
"anyOf": [
|
|
24328
25939
|
{
|
|
24329
|
-
"
|
|
25940
|
+
"items": {
|
|
25941
|
+
"type": "string"
|
|
25942
|
+
},
|
|
25943
|
+
"type": "array"
|
|
24330
25944
|
},
|
|
24331
25945
|
{
|
|
24332
25946
|
"type": "null"
|
|
24333
25947
|
}
|
|
24334
25948
|
],
|
|
24335
|
-
"title": "
|
|
24336
|
-
"description": "
|
|
24337
|
-
|
|
24338
|
-
|
|
25949
|
+
"title": "Recordings",
|
|
25950
|
+
"description": "List of recording URLs",
|
|
25951
|
+
"examples": [
|
|
25952
|
+
[
|
|
25953
|
+
"https://example.com/recording1.mp3",
|
|
25954
|
+
"https://example.com/recording2.mp3"
|
|
25955
|
+
]
|
|
25956
|
+
]
|
|
25957
|
+
}
|
|
25958
|
+
},
|
|
25959
|
+
"type": "object",
|
|
25960
|
+
"title": "SessionRecordingResponse",
|
|
25961
|
+
"description": "Recording URLs for a given session."
|
|
25962
|
+
},
|
|
25963
|
+
"SessionSummaryResponse": {
|
|
25964
|
+
"properties": {
|
|
25965
|
+
"summary": {
|
|
24339
25966
|
"anyOf": [
|
|
24340
25967
|
{
|
|
24341
|
-
"type": "
|
|
25968
|
+
"type": "string"
|
|
24342
25969
|
},
|
|
24343
25970
|
{
|
|
24344
25971
|
"type": "null"
|
|
24345
25972
|
}
|
|
24346
25973
|
],
|
|
24347
|
-
"title": "
|
|
24348
|
-
"description": "
|
|
25974
|
+
"title": "Summary",
|
|
25975
|
+
"description": "The AI summary of the session",
|
|
25976
|
+
"examples": [
|
|
25977
|
+
"The customer service agent successfully assisted the caller with their inquiry and the call ended positively."
|
|
25978
|
+
]
|
|
24349
25979
|
},
|
|
24350
|
-
"
|
|
25980
|
+
"rating": {
|
|
24351
25981
|
"anyOf": [
|
|
24352
25982
|
{
|
|
24353
|
-
"type": "
|
|
25983
|
+
"type": "string"
|
|
24354
25984
|
},
|
|
24355
25985
|
{
|
|
24356
25986
|
"type": "null"
|
|
24357
25987
|
}
|
|
24358
25988
|
],
|
|
24359
|
-
"title": "
|
|
24360
|
-
"description": "
|
|
25989
|
+
"title": "Rating",
|
|
25990
|
+
"description": "The AI rating of the session",
|
|
25991
|
+
"examples": [
|
|
25992
|
+
"Good"
|
|
25993
|
+
]
|
|
24361
25994
|
}
|
|
24362
25995
|
},
|
|
24363
25996
|
"type": "object",
|
|
24364
|
-
"
|
|
24365
|
-
|
|
24366
|
-
],
|
|
24367
|
-
"title": "Session",
|
|
24368
|
-
"description": "A session is a building block of a conversation."
|
|
25997
|
+
"title": "SessionSummaryResponse",
|
|
25998
|
+
"description": "AI summary information for a given session."
|
|
24369
25999
|
},
|
|
24370
|
-
"
|
|
26000
|
+
"SessionText": {
|
|
24371
26001
|
"properties": {
|
|
24372
26002
|
"timestamp": {
|
|
24373
|
-
"type": "string",
|
|
24374
|
-
"format": "date-time",
|
|
24375
|
-
"title": "Timestamp",
|
|
24376
|
-
"description": "Timestamp of the
|
|
24377
|
-
},
|
|
24378
|
-
"tool_name": {
|
|
24379
|
-
"anyOf": [
|
|
24380
|
-
{
|
|
24381
|
-
"type": "string"
|
|
24382
|
-
},
|
|
24383
|
-
{
|
|
24384
|
-
"type": "null"
|
|
24385
|
-
}
|
|
24386
|
-
],
|
|
24387
|
-
"title": "Tool Name",
|
|
24388
|
-
"description": "Name of the tool that was invoked"
|
|
26003
|
+
"type": "string",
|
|
26004
|
+
"format": "date-time",
|
|
26005
|
+
"title": "Timestamp",
|
|
26006
|
+
"description": "Timestamp of the message"
|
|
24389
26007
|
},
|
|
24390
|
-
"
|
|
26008
|
+
"lang": {
|
|
24391
26009
|
"anyOf": [
|
|
24392
26010
|
{
|
|
24393
26011
|
"type": "string"
|
|
@@ -24396,10 +26014,15 @@
|
|
|
24396
26014
|
"type": "null"
|
|
24397
26015
|
}
|
|
24398
26016
|
],
|
|
24399
|
-
"title": "
|
|
24400
|
-
"description": "
|
|
26017
|
+
"title": "Lang",
|
|
26018
|
+
"description": "ISO 639 code of the language used for the message (may appear as \"unset\" if was not conclusively determined)",
|
|
26019
|
+
"examples": [
|
|
26020
|
+
"en-US",
|
|
26021
|
+
"es-US",
|
|
26022
|
+
"unset"
|
|
26023
|
+
]
|
|
24401
26024
|
},
|
|
24402
|
-
"
|
|
26025
|
+
"source": {
|
|
24403
26026
|
"anyOf": [
|
|
24404
26027
|
{
|
|
24405
26028
|
"type": "string"
|
|
@@ -24408,10 +26031,14 @@
|
|
|
24408
26031
|
"type": "null"
|
|
24409
26032
|
}
|
|
24410
26033
|
],
|
|
24411
|
-
"title": "
|
|
24412
|
-
"description": "
|
|
26034
|
+
"title": "Source",
|
|
26035
|
+
"description": "Whether the user or agent sent the message",
|
|
26036
|
+
"examples": [
|
|
26037
|
+
"user",
|
|
26038
|
+
"agent"
|
|
26039
|
+
]
|
|
24413
26040
|
},
|
|
24414
|
-
"
|
|
26041
|
+
"text": {
|
|
24415
26042
|
"anyOf": [
|
|
24416
26043
|
{
|
|
24417
26044
|
"type": "string"
|
|
@@ -24420,110 +26047,86 @@
|
|
|
24420
26047
|
"type": "null"
|
|
24421
26048
|
}
|
|
24422
26049
|
],
|
|
24423
|
-
"title": "
|
|
24424
|
-
"description": "
|
|
26050
|
+
"title": "Text",
|
|
26051
|
+
"description": "Content of the message"
|
|
24425
26052
|
}
|
|
24426
26053
|
},
|
|
24427
26054
|
"type": "object",
|
|
24428
26055
|
"required": [
|
|
24429
26056
|
"timestamp"
|
|
24430
26057
|
],
|
|
24431
|
-
"title": "
|
|
24432
|
-
"description": "Information about a given
|
|
26058
|
+
"title": "SessionText",
|
|
26059
|
+
"description": "Information about a given message from a user to an agent or vice-versa."
|
|
24433
26060
|
},
|
|
24434
|
-
"
|
|
26061
|
+
"SessionTranscriptionResponse": {
|
|
24435
26062
|
"properties": {
|
|
24436
26063
|
"session_id": {
|
|
24437
|
-
"type": "integer",
|
|
24438
|
-
"title": "Session Id",
|
|
24439
|
-
"description": "Session ID",
|
|
24440
|
-
"examples": [
|
|
24441
|
-
"123"
|
|
24442
|
-
]
|
|
24443
|
-
},
|
|
24444
|
-
"source": {
|
|
24445
|
-
"type": "string",
|
|
24446
|
-
"title": "Source",
|
|
24447
|
-
"description": "Session source",
|
|
24448
|
-
"examples": [
|
|
24449
|
-
"+1234567890"
|
|
24450
|
-
]
|
|
24451
|
-
},
|
|
24452
|
-
"target": {
|
|
24453
26064
|
"type": "string",
|
|
24454
|
-
"title": "
|
|
24455
|
-
"description": "
|
|
24456
|
-
"examples": [
|
|
24457
|
-
"+1239876543"
|
|
24458
|
-
]
|
|
26065
|
+
"title": "Session Id",
|
|
26066
|
+
"description": "Internal ID of the session"
|
|
24459
26067
|
},
|
|
24460
|
-
"
|
|
24461
|
-
"
|
|
24462
|
-
|
|
24463
|
-
|
|
24464
|
-
"
|
|
24465
|
-
|
|
24466
|
-
|
|
26068
|
+
"transcription": {
|
|
26069
|
+
"items": {
|
|
26070
|
+
"$ref": "#/components/schemas/SessionText"
|
|
26071
|
+
},
|
|
26072
|
+
"type": "array",
|
|
26073
|
+
"title": "Transcription",
|
|
26074
|
+
"description": "Transcriptions of all messages in the session"
|
|
24467
26075
|
},
|
|
24468
|
-
"
|
|
26076
|
+
"actions": {
|
|
24469
26077
|
"items": {
|
|
24470
|
-
"$ref": "#/components/schemas/
|
|
26078
|
+
"$ref": "#/components/schemas/SessionAction"
|
|
24471
26079
|
},
|
|
24472
26080
|
"type": "array",
|
|
24473
|
-
"title": "
|
|
24474
|
-
"description": "
|
|
26081
|
+
"title": "Actions",
|
|
26082
|
+
"description": "Tool invocations that occurred during the session"
|
|
24475
26083
|
}
|
|
24476
26084
|
},
|
|
24477
26085
|
"type": "object",
|
|
24478
26086
|
"required": [
|
|
24479
26087
|
"session_id",
|
|
24480
|
-
"
|
|
24481
|
-
"
|
|
24482
|
-
"is_test",
|
|
24483
|
-
"messages"
|
|
26088
|
+
"transcription",
|
|
26089
|
+
"actions"
|
|
24484
26090
|
],
|
|
24485
|
-
"title": "
|
|
26091
|
+
"title": "SessionTranscriptionResponse",
|
|
26092
|
+
"description": "Text transcript of a given session. For more information, see\n[Console docs](https://docs.syllable.ai/workspaces/Sessions)."
|
|
24486
26093
|
},
|
|
24487
|
-
"
|
|
26094
|
+
"SetValueAction": {
|
|
24488
26095
|
"properties": {
|
|
24489
|
-
"
|
|
24490
|
-
"
|
|
24491
|
-
|
|
24492
|
-
|
|
24493
|
-
|
|
24494
|
-
|
|
24495
|
-
|
|
24496
|
-
|
|
24497
|
-
|
|
24498
|
-
"
|
|
24499
|
-
"title": "Type",
|
|
24500
|
-
"description": "The type of the label (either \"auto-rating\" or \"human-rating\")",
|
|
24501
|
-
"examples": [
|
|
24502
|
-
"auto-rating",
|
|
24503
|
-
"human-rating"
|
|
24504
|
-
]
|
|
24505
|
-
},
|
|
24506
|
-
"code": {
|
|
24507
|
-
"type": "string",
|
|
24508
|
-
"title": "Code",
|
|
24509
|
-
"description": "A code describing the quality of the labeled session (either \"GOOD\", \"OK\", \"BAD\", or \"N/A\")",
|
|
24510
|
-
"examples": [
|
|
24511
|
-
"GOOD",
|
|
24512
|
-
"OK",
|
|
24513
|
-
"BAD",
|
|
24514
|
-
"N/A"
|
|
24515
|
-
]
|
|
24516
|
-
},
|
|
24517
|
-
"user_email": {
|
|
24518
|
-
"type": "string",
|
|
24519
|
-
"title": "User Email",
|
|
24520
|
-
"description": "The email of the user who created the label",
|
|
24521
|
-
"examples": [
|
|
24522
|
-
"user@email.com"
|
|
24523
|
-
]
|
|
26096
|
+
"value": {
|
|
26097
|
+
"anyOf": [
|
|
26098
|
+
{
|
|
26099
|
+
"$ref": "#/components/schemas/JsonValue"
|
|
26100
|
+
},
|
|
26101
|
+
{
|
|
26102
|
+
"type": "null"
|
|
26103
|
+
}
|
|
26104
|
+
],
|
|
26105
|
+
"description": "Initial value of the variable."
|
|
24524
26106
|
},
|
|
24525
|
-
"
|
|
26107
|
+
"value_from": {
|
|
24526
26108
|
"anyOf": [
|
|
26109
|
+
{
|
|
26110
|
+
"oneOf": [
|
|
26111
|
+
{
|
|
26112
|
+
"$ref": "#/components/schemas/CelExpression"
|
|
26113
|
+
},
|
|
26114
|
+
{
|
|
26115
|
+
"$ref": "#/components/schemas/JMESPathExpression"
|
|
26116
|
+
}
|
|
26117
|
+
],
|
|
26118
|
+
"discriminator": {
|
|
26119
|
+
"propertyName": "type",
|
|
26120
|
+
"mapping": {
|
|
26121
|
+
"cel": "#/components/schemas/CelExpression",
|
|
26122
|
+
"jmespath": "#/components/schemas/JMESPathExpression",
|
|
26123
|
+
"jp": "#/components/schemas/JMESPathExpression"
|
|
26124
|
+
}
|
|
26125
|
+
}
|
|
26126
|
+
},
|
|
26127
|
+
{
|
|
26128
|
+
"$ref": "#/components/schemas/CaseExpression"
|
|
26129
|
+
},
|
|
24527
26130
|
{
|
|
24528
26131
|
"type": "string"
|
|
24529
26132
|
},
|
|
@@ -24531,101 +26134,71 @@
|
|
|
24531
26134
|
"type": "null"
|
|
24532
26135
|
}
|
|
24533
26136
|
],
|
|
24534
|
-
"title": "
|
|
24535
|
-
"description": "
|
|
26137
|
+
"title": "Value From",
|
|
26138
|
+
"description": "Expression to compute initial value (mutually exclusive with value)."
|
|
24536
26139
|
},
|
|
24537
|
-
"
|
|
26140
|
+
"if": {
|
|
24538
26141
|
"anyOf": [
|
|
24539
26142
|
{
|
|
24540
|
-
"
|
|
24541
|
-
|
|
24542
|
-
|
|
24543
|
-
|
|
26143
|
+
"oneOf": [
|
|
26144
|
+
{
|
|
26145
|
+
"$ref": "#/components/schemas/CelExpression"
|
|
26146
|
+
},
|
|
26147
|
+
{
|
|
26148
|
+
"$ref": "#/components/schemas/JMESPathExpression"
|
|
26149
|
+
}
|
|
26150
|
+
],
|
|
26151
|
+
"discriminator": {
|
|
26152
|
+
"propertyName": "type",
|
|
26153
|
+
"mapping": {
|
|
26154
|
+
"cel": "#/components/schemas/CelExpression",
|
|
26155
|
+
"jmespath": "#/components/schemas/JMESPathExpression",
|
|
26156
|
+
"jp": "#/components/schemas/JMESPathExpression"
|
|
26157
|
+
}
|
|
26158
|
+
}
|
|
26159
|
+
},
|
|
26160
|
+
{
|
|
26161
|
+
"$ref": "#/components/schemas/CaseExpression"
|
|
26162
|
+
},
|
|
26163
|
+
{
|
|
26164
|
+
"type": "string"
|
|
24544
26165
|
},
|
|
24545
26166
|
{
|
|
24546
26167
|
"type": "null"
|
|
24547
26168
|
}
|
|
24548
26169
|
],
|
|
24549
|
-
"title": "
|
|
24550
|
-
"description": "
|
|
24551
|
-
"default": [],
|
|
24552
|
-
"examples": [
|
|
24553
|
-
[
|
|
24554
|
-
"Silent treatment"
|
|
24555
|
-
],
|
|
24556
|
-
[
|
|
24557
|
-
"Speech transcription (STT)"
|
|
24558
|
-
]
|
|
24559
|
-
]
|
|
26170
|
+
"title": "If",
|
|
26171
|
+
"description": "An expression that must evaluate to true for the action to be applied."
|
|
24560
26172
|
},
|
|
24561
|
-
"
|
|
24562
|
-
"type": "
|
|
24563
|
-
"
|
|
24564
|
-
"
|
|
24565
|
-
"
|
|
24566
|
-
1
|
|
24567
|
-
]
|
|
26173
|
+
"action": {
|
|
26174
|
+
"type": "string",
|
|
26175
|
+
"const": "set",
|
|
26176
|
+
"title": "Action",
|
|
26177
|
+
"default": "set"
|
|
24568
26178
|
},
|
|
24569
|
-
"
|
|
26179
|
+
"name": {
|
|
24570
26180
|
"type": "string",
|
|
24571
|
-
"title": "
|
|
24572
|
-
"description": "
|
|
24573
|
-
"examples": [
|
|
24574
|
-
"2024-01-01T12:00:00Z"
|
|
24575
|
-
]
|
|
26181
|
+
"title": "Name",
|
|
26182
|
+
"description": "Destination path to mutate (e.g. output.foo)."
|
|
24576
26183
|
}
|
|
24577
26184
|
},
|
|
24578
26185
|
"type": "object",
|
|
24579
26186
|
"required": [
|
|
24580
|
-
"
|
|
24581
|
-
"type",
|
|
24582
|
-
"code",
|
|
24583
|
-
"user_email",
|
|
24584
|
-
"id",
|
|
24585
|
-
"timestamp"
|
|
26187
|
+
"name"
|
|
24586
26188
|
],
|
|
24587
|
-
"title": "
|
|
24588
|
-
"description": "Response model for session label operations.\nA session label is associated with a given session and contains an evaluation of quality and\ndescriptions of issues the user encountered in that session or other details."
|
|
26189
|
+
"title": "SetValueAction"
|
|
24589
26190
|
},
|
|
24590
|
-
"
|
|
26191
|
+
"StaticToolParameter": {
|
|
24591
26192
|
"properties": {
|
|
24592
|
-
"
|
|
24593
|
-
"type": "integer",
|
|
24594
|
-
"title": "Session Id",
|
|
24595
|
-
"description": "The internal ID of the session (see Session.session_id)",
|
|
24596
|
-
"examples": [
|
|
24597
|
-
1
|
|
24598
|
-
]
|
|
24599
|
-
},
|
|
24600
|
-
"type": {
|
|
24601
|
-
"type": "string",
|
|
24602
|
-
"title": "Type",
|
|
24603
|
-
"description": "The type of the label (either \"auto-rating\" or \"human-rating\")",
|
|
24604
|
-
"examples": [
|
|
24605
|
-
"auto-rating",
|
|
24606
|
-
"human-rating"
|
|
24607
|
-
]
|
|
24608
|
-
},
|
|
24609
|
-
"code": {
|
|
24610
|
-
"type": "string",
|
|
24611
|
-
"title": "Code",
|
|
24612
|
-
"description": "A code describing the quality of the labeled session (either \"GOOD\", \"OK\", \"BAD\", or \"N/A\")",
|
|
24613
|
-
"examples": [
|
|
24614
|
-
"GOOD",
|
|
24615
|
-
"OK",
|
|
24616
|
-
"BAD",
|
|
24617
|
-
"N/A"
|
|
24618
|
-
]
|
|
24619
|
-
},
|
|
24620
|
-
"user_email": {
|
|
26193
|
+
"name": {
|
|
24621
26194
|
"type": "string",
|
|
24622
|
-
"title": "
|
|
24623
|
-
"description": "The
|
|
26195
|
+
"title": "Name",
|
|
26196
|
+
"description": "The name of the parameter - must be unique within the tool.",
|
|
24624
26197
|
"examples": [
|
|
24625
|
-
"
|
|
26198
|
+
"temperature_unit"
|
|
24626
26199
|
]
|
|
24627
26200
|
},
|
|
24628
|
-
"
|
|
26201
|
+
"description": {
|
|
24629
26202
|
"anyOf": [
|
|
24630
26203
|
{
|
|
24631
26204
|
"type": "string"
|
|
@@ -24634,142 +26207,201 @@
|
|
|
24634
26207
|
"type": "null"
|
|
24635
26208
|
}
|
|
24636
26209
|
],
|
|
24637
|
-
"title": "
|
|
24638
|
-
"description": "
|
|
26210
|
+
"title": "Description",
|
|
26211
|
+
"description": "The description of the parameter.",
|
|
26212
|
+
"examples": [
|
|
26213
|
+
"Whether the temperature information should be fetched in celsius or fahrenheit."
|
|
26214
|
+
]
|
|
26215
|
+
},
|
|
26216
|
+
"required": {
|
|
26217
|
+
"type": "boolean",
|
|
26218
|
+
"title": "Required",
|
|
26219
|
+
"description": "Whether the parameter is required to have a value assigned.",
|
|
26220
|
+
"examples": [
|
|
26221
|
+
true
|
|
26222
|
+
]
|
|
26223
|
+
},
|
|
26224
|
+
"type": {
|
|
26225
|
+
"$ref": "#/components/schemas/StaticToolParameterType",
|
|
26226
|
+
"description": "The expected type for the parameter.",
|
|
26227
|
+
"examples": [
|
|
26228
|
+
"string"
|
|
26229
|
+
]
|
|
24639
26230
|
},
|
|
24640
|
-
"
|
|
26231
|
+
"default": {
|
|
24641
26232
|
"anyOf": [
|
|
24642
|
-
{
|
|
24643
|
-
"items": {
|
|
24644
|
-
"type": "string"
|
|
24645
|
-
},
|
|
24646
|
-
"type": "array"
|
|
24647
|
-
},
|
|
26233
|
+
{},
|
|
24648
26234
|
{
|
|
24649
26235
|
"type": "null"
|
|
24650
26236
|
}
|
|
24651
26237
|
],
|
|
24652
|
-
"title": "
|
|
24653
|
-
"description": "
|
|
24654
|
-
"default": [],
|
|
26238
|
+
"title": "Default",
|
|
26239
|
+
"description": "The default value for the parameter. If `type` is string, must be a string. If `type` is int, must be an int. If `type` is boolean, must be a boolean. If `type` is data_source_list, must be a list of strings (data source names).",
|
|
24655
26240
|
"examples": [
|
|
24656
|
-
|
|
24657
|
-
"Silent treatment"
|
|
24658
|
-
],
|
|
24659
|
-
[
|
|
24660
|
-
"Speech transcription (STT)"
|
|
24661
|
-
]
|
|
26241
|
+
"fahrenheit"
|
|
24662
26242
|
]
|
|
24663
26243
|
}
|
|
24664
26244
|
},
|
|
24665
26245
|
"type": "object",
|
|
24666
26246
|
"required": [
|
|
24667
|
-
"
|
|
24668
|
-
"
|
|
24669
|
-
"
|
|
24670
|
-
"user_email"
|
|
26247
|
+
"name",
|
|
26248
|
+
"required",
|
|
26249
|
+
"type"
|
|
24671
26250
|
],
|
|
24672
|
-
"title": "
|
|
26251
|
+
"title": "StaticToolParameter",
|
|
26252
|
+
"description": "A parameter for the tool whose value should be set at config time."
|
|
24673
26253
|
},
|
|
24674
|
-
"
|
|
26254
|
+
"StaticToolParameterType": {
|
|
24675
26255
|
"type": "string",
|
|
24676
26256
|
"enum": [
|
|
24677
|
-
"
|
|
24678
|
-
"
|
|
24679
|
-
"
|
|
24680
|
-
"
|
|
24681
|
-
"user_email",
|
|
24682
|
-
"issue_categories",
|
|
24683
|
-
"session_id_list"
|
|
26257
|
+
"string",
|
|
26258
|
+
"int",
|
|
26259
|
+
"boolean",
|
|
26260
|
+
"data_source_list"
|
|
24684
26261
|
],
|
|
24685
|
-
"title": "
|
|
26262
|
+
"title": "StaticToolParameterType",
|
|
26263
|
+
"description": "The expected type for a static tool parameter."
|
|
24686
26264
|
},
|
|
24687
|
-
"
|
|
26265
|
+
"Step": {
|
|
24688
26266
|
"properties": {
|
|
24689
|
-
"
|
|
24690
|
-
"
|
|
24691
|
-
"
|
|
24692
|
-
"
|
|
24693
|
-
"agent",
|
|
24694
|
-
"user"
|
|
24695
|
-
]
|
|
26267
|
+
"id": {
|
|
26268
|
+
"type": "string",
|
|
26269
|
+
"title": "Id",
|
|
26270
|
+
"description": "The unique identifier of the step."
|
|
24696
26271
|
},
|
|
24697
|
-
"
|
|
24698
|
-
"
|
|
24699
|
-
"
|
|
26272
|
+
"goal": {
|
|
26273
|
+
"type": "string",
|
|
26274
|
+
"title": "Goal",
|
|
26275
|
+
"description": "The goal of the step."
|
|
24700
26276
|
},
|
|
24701
|
-
"
|
|
26277
|
+
"instructions": {
|
|
24702
26278
|
"items": {
|
|
24703
|
-
"
|
|
26279
|
+
"anyOf": [
|
|
26280
|
+
{
|
|
26281
|
+
"$ref": "#/components/schemas/ConditionalText"
|
|
26282
|
+
},
|
|
26283
|
+
{
|
|
26284
|
+
"type": "string"
|
|
26285
|
+
}
|
|
26286
|
+
]
|
|
24704
26287
|
},
|
|
24705
26288
|
"type": "array",
|
|
24706
|
-
"title": "
|
|
24707
|
-
"description": "
|
|
26289
|
+
"title": "Instructions",
|
|
26290
|
+
"description": "The instructions for the step."
|
|
24708
26291
|
},
|
|
24709
|
-
"
|
|
24710
|
-
"
|
|
24711
|
-
"
|
|
24712
|
-
|
|
24713
|
-
|
|
24714
|
-
"
|
|
24715
|
-
"
|
|
24716
|
-
|
|
26292
|
+
"tools": {
|
|
26293
|
+
"$ref": "#/components/schemas/StepTools",
|
|
26294
|
+
"description": "The tools configuration for the step."
|
|
26295
|
+
},
|
|
26296
|
+
"inputs": {
|
|
26297
|
+
"items": {
|
|
26298
|
+
"$ref": "#/components/schemas/InputParameter"
|
|
26299
|
+
},
|
|
26300
|
+
"type": "array",
|
|
26301
|
+
"title": "Inputs",
|
|
26302
|
+
"description": "The inputs for the step."
|
|
26303
|
+
},
|
|
26304
|
+
"on": {
|
|
26305
|
+
"$ref": "#/components/schemas/StepEventActions",
|
|
26306
|
+
"description": "The events that trigger the actions to be executed."
|
|
26307
|
+
},
|
|
26308
|
+
"next": {
|
|
26309
|
+
"items": {
|
|
26310
|
+
"anyOf": [
|
|
26311
|
+
{
|
|
26312
|
+
"$ref": "#/components/schemas/NextStep"
|
|
26313
|
+
},
|
|
26314
|
+
{
|
|
26315
|
+
"type": "string"
|
|
26316
|
+
}
|
|
26317
|
+
]
|
|
26318
|
+
},
|
|
26319
|
+
"type": "array",
|
|
26320
|
+
"title": "Next",
|
|
26321
|
+
"description": "The next steps to execute."
|
|
24717
26322
|
}
|
|
24718
26323
|
},
|
|
24719
26324
|
"type": "object",
|
|
24720
26325
|
"required": [
|
|
24721
|
-
"
|
|
24722
|
-
"
|
|
24723
|
-
"tool_calls",
|
|
24724
|
-
"timestamp"
|
|
24725
|
-
],
|
|
24726
|
-
"title": "SessionMessage"
|
|
24727
|
-
},
|
|
24728
|
-
"SessionProperties": {
|
|
24729
|
-
"type": "string",
|
|
24730
|
-
"enum": [
|
|
24731
|
-
"timestamp",
|
|
24732
|
-
"session_id",
|
|
24733
|
-
"conversation_id",
|
|
24734
|
-
"channel_manager_service",
|
|
24735
|
-
"channel_manager_type",
|
|
24736
|
-
"channel_manager_sid",
|
|
24737
|
-
"agent_type",
|
|
24738
|
-
"agent_id",
|
|
24739
|
-
"agent_name",
|
|
24740
|
-
"prompt_id",
|
|
24741
|
-
"prompt_name",
|
|
24742
|
-
"source",
|
|
24743
|
-
"target",
|
|
24744
|
-
"duration",
|
|
24745
|
-
"is_legacy",
|
|
24746
|
-
"is_test"
|
|
26326
|
+
"id",
|
|
26327
|
+
"goal"
|
|
24747
26328
|
],
|
|
24748
|
-
"title": "
|
|
24749
|
-
"description": "Names of session fields supported for filtering/sorting on list endpoint."
|
|
26329
|
+
"title": "Step"
|
|
24750
26330
|
},
|
|
24751
|
-
"
|
|
26331
|
+
"StepEventActions": {
|
|
24752
26332
|
"properties": {
|
|
24753
|
-
"
|
|
26333
|
+
"start": {
|
|
24754
26334
|
"anyOf": [
|
|
24755
26335
|
{
|
|
24756
|
-
"
|
|
26336
|
+
"items": {
|
|
26337
|
+
"oneOf": [
|
|
26338
|
+
{
|
|
26339
|
+
"$ref": "#/components/schemas/SetValueAction"
|
|
26340
|
+
},
|
|
26341
|
+
{
|
|
26342
|
+
"$ref": "#/components/schemas/SayAction"
|
|
26343
|
+
},
|
|
26344
|
+
{
|
|
26345
|
+
"$ref": "#/components/schemas/SaveAction"
|
|
26346
|
+
},
|
|
26347
|
+
{
|
|
26348
|
+
"$ref": "#/components/schemas/IncrementAction"
|
|
26349
|
+
},
|
|
26350
|
+
{
|
|
26351
|
+
"$ref": "#/components/schemas/CallAction"
|
|
26352
|
+
}
|
|
26353
|
+
],
|
|
26354
|
+
"discriminator": {
|
|
26355
|
+
"propertyName": "action",
|
|
26356
|
+
"mapping": {
|
|
26357
|
+
"call": "#/components/schemas/CallAction",
|
|
26358
|
+
"inc": "#/components/schemas/IncrementAction",
|
|
26359
|
+
"save": "#/components/schemas/SaveAction",
|
|
26360
|
+
"say": "#/components/schemas/SayAction",
|
|
26361
|
+
"set": "#/components/schemas/SetValueAction"
|
|
26362
|
+
}
|
|
26363
|
+
}
|
|
26364
|
+
},
|
|
26365
|
+
"type": "array"
|
|
24757
26366
|
},
|
|
24758
26367
|
{
|
|
24759
26368
|
"type": "null"
|
|
24760
26369
|
}
|
|
24761
26370
|
],
|
|
24762
|
-
"title": "
|
|
24763
|
-
"description": "
|
|
24764
|
-
"examples": [
|
|
24765
|
-
1
|
|
24766
|
-
]
|
|
26371
|
+
"title": "Start",
|
|
26372
|
+
"description": "Actions to execute on the first input from the user."
|
|
24767
26373
|
},
|
|
24768
|
-
"
|
|
26374
|
+
"enter": {
|
|
24769
26375
|
"anyOf": [
|
|
24770
26376
|
{
|
|
24771
26377
|
"items": {
|
|
24772
|
-
"
|
|
26378
|
+
"oneOf": [
|
|
26379
|
+
{
|
|
26380
|
+
"$ref": "#/components/schemas/SetValueAction"
|
|
26381
|
+
},
|
|
26382
|
+
{
|
|
26383
|
+
"$ref": "#/components/schemas/IncrementAction"
|
|
26384
|
+
},
|
|
26385
|
+
{
|
|
26386
|
+
"$ref": "#/components/schemas/SayAction"
|
|
26387
|
+
},
|
|
26388
|
+
{
|
|
26389
|
+
"$ref": "#/components/schemas/SaveAction"
|
|
26390
|
+
},
|
|
26391
|
+
{
|
|
26392
|
+
"$ref": "#/components/schemas/CallAction"
|
|
26393
|
+
}
|
|
26394
|
+
],
|
|
26395
|
+
"discriminator": {
|
|
26396
|
+
"propertyName": "action",
|
|
26397
|
+
"mapping": {
|
|
26398
|
+
"call": "#/components/schemas/CallAction",
|
|
26399
|
+
"inc": "#/components/schemas/IncrementAction",
|
|
26400
|
+
"save": "#/components/schemas/SaveAction",
|
|
26401
|
+
"say": "#/components/schemas/SayAction",
|
|
26402
|
+
"set": "#/components/schemas/SetValueAction"
|
|
26403
|
+
}
|
|
26404
|
+
}
|
|
24773
26405
|
},
|
|
24774
26406
|
"type": "array"
|
|
24775
26407
|
},
|
|
@@ -24777,66 +26409,104 @@
|
|
|
24777
26409
|
"type": "null"
|
|
24778
26410
|
}
|
|
24779
26411
|
],
|
|
24780
|
-
"title": "
|
|
24781
|
-
"description": "
|
|
24782
|
-
|
|
24783
|
-
|
|
24784
|
-
|
|
24785
|
-
|
|
24786
|
-
|
|
24787
|
-
|
|
26412
|
+
"title": "Enter",
|
|
26413
|
+
"description": "Actions to execute when entering a step (before collecting inputs)."
|
|
26414
|
+
},
|
|
26415
|
+
"submit": {
|
|
26416
|
+
"anyOf": [
|
|
26417
|
+
{
|
|
26418
|
+
"items": {
|
|
26419
|
+
"oneOf": [
|
|
26420
|
+
{
|
|
26421
|
+
"$ref": "#/components/schemas/SetValueAction"
|
|
26422
|
+
},
|
|
26423
|
+
{
|
|
26424
|
+
"$ref": "#/components/schemas/IncrementAction"
|
|
26425
|
+
},
|
|
26426
|
+
{
|
|
26427
|
+
"$ref": "#/components/schemas/SayAction"
|
|
26428
|
+
},
|
|
26429
|
+
{
|
|
26430
|
+
"$ref": "#/components/schemas/SaveAction"
|
|
26431
|
+
},
|
|
26432
|
+
{
|
|
26433
|
+
"$ref": "#/components/schemas/CallAction"
|
|
26434
|
+
}
|
|
26435
|
+
],
|
|
26436
|
+
"discriminator": {
|
|
26437
|
+
"propertyName": "action",
|
|
26438
|
+
"mapping": {
|
|
26439
|
+
"call": "#/components/schemas/CallAction",
|
|
26440
|
+
"inc": "#/components/schemas/IncrementAction",
|
|
26441
|
+
"save": "#/components/schemas/SaveAction",
|
|
26442
|
+
"say": "#/components/schemas/SayAction",
|
|
26443
|
+
"set": "#/components/schemas/SetValueAction"
|
|
26444
|
+
}
|
|
26445
|
+
}
|
|
26446
|
+
},
|
|
26447
|
+
"type": "array"
|
|
26448
|
+
},
|
|
26449
|
+
{
|
|
26450
|
+
"type": "null"
|
|
26451
|
+
}
|
|
26452
|
+
],
|
|
26453
|
+
"title": "Submit",
|
|
26454
|
+
"description": "Actions to execute when the tool/step is submitted by the LLM."
|
|
24788
26455
|
}
|
|
24789
26456
|
},
|
|
24790
26457
|
"type": "object",
|
|
24791
|
-
"title": "
|
|
24792
|
-
"description": "
|
|
26458
|
+
"title": "StepEventActions",
|
|
26459
|
+
"description": "Actions to perform when events occur (enter, submit)."
|
|
24793
26460
|
},
|
|
24794
|
-
"
|
|
26461
|
+
"StepTools": {
|
|
24795
26462
|
"properties": {
|
|
24796
|
-
"
|
|
26463
|
+
"call": {
|
|
24797
26464
|
"anyOf": [
|
|
24798
26465
|
{
|
|
24799
|
-
"type": "
|
|
26466
|
+
"type": "boolean"
|
|
24800
26467
|
},
|
|
24801
26468
|
{
|
|
24802
26469
|
"type": "null"
|
|
24803
26470
|
}
|
|
24804
26471
|
],
|
|
24805
|
-
"title": "
|
|
24806
|
-
"description": "
|
|
24807
|
-
"examples": [
|
|
24808
|
-
"The customer service agent successfully assisted the caller with their inquiry and the call ended positively."
|
|
24809
|
-
]
|
|
26472
|
+
"title": "Call",
|
|
26473
|
+
"description": "Whether to force immediate tool call without user interaction."
|
|
24810
26474
|
},
|
|
24811
|
-
"
|
|
26475
|
+
"allow": {
|
|
24812
26476
|
"anyOf": [
|
|
24813
26477
|
{
|
|
24814
|
-
"
|
|
26478
|
+
"items": {
|
|
26479
|
+
"type": "string"
|
|
26480
|
+
},
|
|
26481
|
+
"type": "array"
|
|
24815
26482
|
},
|
|
24816
26483
|
{
|
|
24817
26484
|
"type": "null"
|
|
24818
26485
|
}
|
|
24819
26486
|
],
|
|
24820
|
-
"title": "
|
|
24821
|
-
"description": "
|
|
24822
|
-
|
|
24823
|
-
|
|
24824
|
-
|
|
26487
|
+
"title": "Allow",
|
|
26488
|
+
"description": "List of allowed tool names for this step."
|
|
26489
|
+
},
|
|
26490
|
+
"allow_go_to_step": {
|
|
26491
|
+
"anyOf": [
|
|
26492
|
+
{
|
|
26493
|
+
"type": "boolean"
|
|
26494
|
+
},
|
|
26495
|
+
{
|
|
26496
|
+
"type": "null"
|
|
26497
|
+
}
|
|
26498
|
+
],
|
|
26499
|
+
"title": "Allow Go To Step",
|
|
26500
|
+
"description": "Whether to expose the go_to_step escape hatch to the LLM. Defaults to disabled."
|
|
24825
26501
|
}
|
|
24826
26502
|
},
|
|
24827
26503
|
"type": "object",
|
|
24828
|
-
"title": "
|
|
24829
|
-
"description": "
|
|
26504
|
+
"title": "StepTools",
|
|
26505
|
+
"description": "Configuration for tools available in a step."
|
|
24830
26506
|
},
|
|
24831
|
-
"
|
|
26507
|
+
"StepsTask": {
|
|
24832
26508
|
"properties": {
|
|
24833
|
-
"
|
|
24834
|
-
"type": "string",
|
|
24835
|
-
"format": "date-time",
|
|
24836
|
-
"title": "Timestamp",
|
|
24837
|
-
"description": "Timestamp of the message"
|
|
24838
|
-
},
|
|
24839
|
-
"lang": {
|
|
26509
|
+
"id": {
|
|
24840
26510
|
"anyOf": [
|
|
24841
26511
|
{
|
|
24842
26512
|
"type": "string"
|
|
@@ -24845,156 +26515,79 @@
|
|
|
24845
26515
|
"type": "null"
|
|
24846
26516
|
}
|
|
24847
26517
|
],
|
|
24848
|
-
"title": "
|
|
24849
|
-
"description": "
|
|
24850
|
-
"examples": [
|
|
24851
|
-
"en-US",
|
|
24852
|
-
"es-US",
|
|
24853
|
-
"unset"
|
|
24854
|
-
]
|
|
26518
|
+
"title": "Id",
|
|
26519
|
+
"description": "A unique identifier for the task."
|
|
24855
26520
|
},
|
|
24856
|
-
"
|
|
26521
|
+
"config": {
|
|
24857
26522
|
"anyOf": [
|
|
24858
26523
|
{
|
|
24859
|
-
"
|
|
26524
|
+
"additionalProperties": {
|
|
26525
|
+
"$ref": "#/components/schemas/JsonValue"
|
|
26526
|
+
},
|
|
26527
|
+
"type": "object"
|
|
24860
26528
|
},
|
|
24861
26529
|
{
|
|
24862
26530
|
"type": "null"
|
|
24863
26531
|
}
|
|
24864
26532
|
],
|
|
24865
|
-
"title": "
|
|
24866
|
-
"description": "Whether the user or agent sent the message",
|
|
24867
|
-
"examples": [
|
|
24868
|
-
"user",
|
|
24869
|
-
"agent"
|
|
24870
|
-
]
|
|
26533
|
+
"title": "Config"
|
|
24871
26534
|
},
|
|
24872
|
-
"
|
|
26535
|
+
"variables": {
|
|
24873
26536
|
"anyOf": [
|
|
24874
26537
|
{
|
|
24875
|
-
"
|
|
26538
|
+
"items": {
|
|
26539
|
+
"$ref": "#/components/schemas/Variable"
|
|
26540
|
+
},
|
|
26541
|
+
"type": "array"
|
|
24876
26542
|
},
|
|
24877
26543
|
{
|
|
24878
26544
|
"type": "null"
|
|
24879
26545
|
}
|
|
24880
26546
|
],
|
|
24881
|
-
"title": "
|
|
24882
|
-
"description": "Content of the message"
|
|
24883
|
-
}
|
|
24884
|
-
},
|
|
24885
|
-
"type": "object",
|
|
24886
|
-
"required": [
|
|
24887
|
-
"timestamp"
|
|
24888
|
-
],
|
|
24889
|
-
"title": "SessionText",
|
|
24890
|
-
"description": "Information about a given message from a user to an agent or vice-versa."
|
|
24891
|
-
},
|
|
24892
|
-
"SessionTranscriptionResponse": {
|
|
24893
|
-
"properties": {
|
|
24894
|
-
"session_id": {
|
|
24895
|
-
"type": "string",
|
|
24896
|
-
"title": "Session Id",
|
|
24897
|
-
"description": "Internal ID of the session"
|
|
24898
|
-
},
|
|
24899
|
-
"transcription": {
|
|
24900
|
-
"items": {
|
|
24901
|
-
"$ref": "#/components/schemas/SessionText"
|
|
24902
|
-
},
|
|
24903
|
-
"type": "array",
|
|
24904
|
-
"title": "Transcription",
|
|
24905
|
-
"description": "Transcriptions of all messages in the session"
|
|
24906
|
-
},
|
|
24907
|
-
"actions": {
|
|
24908
|
-
"items": {
|
|
24909
|
-
"$ref": "#/components/schemas/SessionAction"
|
|
24910
|
-
},
|
|
24911
|
-
"type": "array",
|
|
24912
|
-
"title": "Actions",
|
|
24913
|
-
"description": "Tool invocations that occurred during the session"
|
|
24914
|
-
}
|
|
24915
|
-
},
|
|
24916
|
-
"type": "object",
|
|
24917
|
-
"required": [
|
|
24918
|
-
"session_id",
|
|
24919
|
-
"transcription",
|
|
24920
|
-
"actions"
|
|
24921
|
-
],
|
|
24922
|
-
"title": "SessionTranscriptionResponse",
|
|
24923
|
-
"description": "Text transcript of a given session. For more information, see\n[Console docs](https://docs.syllable.ai/workspaces/Sessions)."
|
|
24924
|
-
},
|
|
24925
|
-
"StaticToolParameter": {
|
|
24926
|
-
"properties": {
|
|
24927
|
-
"name": {
|
|
24928
|
-
"type": "string",
|
|
24929
|
-
"title": "Name",
|
|
24930
|
-
"description": "The name of the parameter - must be unique within the tool.",
|
|
24931
|
-
"examples": [
|
|
24932
|
-
"temperature_unit"
|
|
24933
|
-
]
|
|
26547
|
+
"title": "Variables"
|
|
24934
26548
|
},
|
|
24935
|
-
"
|
|
26549
|
+
"metadata": {
|
|
24936
26550
|
"anyOf": [
|
|
24937
26551
|
{
|
|
24938
|
-
"
|
|
26552
|
+
"$ref": "#/components/schemas/ContextTaskMetadata"
|
|
24939
26553
|
},
|
|
24940
26554
|
{
|
|
24941
26555
|
"type": "null"
|
|
24942
26556
|
}
|
|
24943
|
-
],
|
|
24944
|
-
"title": "Description",
|
|
24945
|
-
"description": "The description of the parameter.",
|
|
24946
|
-
"examples": [
|
|
24947
|
-
"Whether the temperature information should be fetched in celsius or fahrenheit."
|
|
24948
|
-
]
|
|
24949
|
-
},
|
|
24950
|
-
"required": {
|
|
24951
|
-
"type": "boolean",
|
|
24952
|
-
"title": "Required",
|
|
24953
|
-
"description": "Whether the parameter is required to have a value assigned.",
|
|
24954
|
-
"examples": [
|
|
24955
|
-
true
|
|
24956
|
-
]
|
|
24957
|
-
},
|
|
24958
|
-
"type": {
|
|
24959
|
-
"$ref": "#/components/schemas/StaticToolParameterType",
|
|
24960
|
-
"description": "The expected type for the parameter.",
|
|
24961
|
-
"examples": [
|
|
24962
|
-
"string"
|
|
24963
26557
|
]
|
|
24964
26558
|
},
|
|
24965
|
-
"
|
|
26559
|
+
"tool": {
|
|
24966
26560
|
"anyOf": [
|
|
24967
|
-
{
|
|
26561
|
+
{
|
|
26562
|
+
"$ref": "#/components/schemas/ContextToolInfo"
|
|
26563
|
+
},
|
|
24968
26564
|
{
|
|
24969
26565
|
"type": "null"
|
|
24970
26566
|
}
|
|
24971
|
-
],
|
|
24972
|
-
"title": "Default",
|
|
24973
|
-
"description": "The default value for the parameter. If `type` is string, must be a string. If `type` is int, must be an int. If `type` is boolean, must be a boolean. If `type` is data_source_list, must be a list of strings (data source names).",
|
|
24974
|
-
"examples": [
|
|
24975
|
-
"fahrenheit"
|
|
24976
26567
|
]
|
|
26568
|
+
},
|
|
26569
|
+
"type": {
|
|
26570
|
+
"type": "string",
|
|
26571
|
+
"const": "steps",
|
|
26572
|
+
"title": "Type",
|
|
26573
|
+
"default": "steps"
|
|
26574
|
+
},
|
|
26575
|
+
"version": {
|
|
26576
|
+
"type": "string",
|
|
26577
|
+
"const": "v1alpha",
|
|
26578
|
+
"title": "Version",
|
|
26579
|
+
"default": "v1alpha"
|
|
26580
|
+
},
|
|
26581
|
+
"steps": {
|
|
26582
|
+
"items": {
|
|
26583
|
+
"$ref": "#/components/schemas/Step"
|
|
26584
|
+
},
|
|
26585
|
+
"type": "array",
|
|
26586
|
+
"title": "Steps"
|
|
24977
26587
|
}
|
|
24978
26588
|
},
|
|
24979
26589
|
"type": "object",
|
|
24980
|
-
"
|
|
24981
|
-
"name",
|
|
24982
|
-
"required",
|
|
24983
|
-
"type"
|
|
24984
|
-
],
|
|
24985
|
-
"title": "StaticToolParameter",
|
|
24986
|
-
"description": "A parameter for the tool whose value should be set at config time."
|
|
24987
|
-
},
|
|
24988
|
-
"StaticToolParameterType": {
|
|
24989
|
-
"type": "string",
|
|
24990
|
-
"enum": [
|
|
24991
|
-
"string",
|
|
24992
|
-
"int",
|
|
24993
|
-
"boolean",
|
|
24994
|
-
"data_source_list"
|
|
24995
|
-
],
|
|
24996
|
-
"title": "StaticToolParameterType",
|
|
24997
|
-
"description": "The expected type for a static tool parameter."
|
|
26590
|
+
"title": "StepsTask"
|
|
24998
26591
|
},
|
|
24999
26592
|
"SummaryEntry": {
|
|
25000
26593
|
"properties": {
|
|
@@ -25497,6 +27090,15 @@
|
|
|
25497
27090
|
"method": "get",
|
|
25498
27091
|
"url": "https://api.open-meteo.com/v1/forecast"
|
|
25499
27092
|
},
|
|
27093
|
+
"static_parameters": [
|
|
27094
|
+
{
|
|
27095
|
+
"default": "fahrenheit",
|
|
27096
|
+
"description": "Whether the temperature information should be fetched in Celsius or Fahrenheit",
|
|
27097
|
+
"name": "temperature_unit",
|
|
27098
|
+
"required": false,
|
|
27099
|
+
"type": "string"
|
|
27100
|
+
}
|
|
27101
|
+
],
|
|
25500
27102
|
"tool": {
|
|
25501
27103
|
"function": {
|
|
25502
27104
|
"description": "Get the weather for a city",
|
|
@@ -25694,6 +27296,15 @@
|
|
|
25694
27296
|
"method": "get",
|
|
25695
27297
|
"url": "https://api.open-meteo.com/v1/forecast"
|
|
25696
27298
|
},
|
|
27299
|
+
"static_parameters": [
|
|
27300
|
+
{
|
|
27301
|
+
"default": "fahrenheit",
|
|
27302
|
+
"description": "Whether the temperature information should be fetched in Celsius or Fahrenheit",
|
|
27303
|
+
"name": "temperature_unit",
|
|
27304
|
+
"required": false,
|
|
27305
|
+
"type": "string"
|
|
27306
|
+
}
|
|
27307
|
+
],
|
|
25697
27308
|
"tool": {
|
|
25698
27309
|
"function": {
|
|
25699
27310
|
"description": "Get the weather for a city",
|
|
@@ -26105,6 +27716,15 @@
|
|
|
26105
27716
|
"method": "get",
|
|
26106
27717
|
"url": "https://api.open-meteo.com/v1/forecast"
|
|
26107
27718
|
},
|
|
27719
|
+
"static_parameters": [
|
|
27720
|
+
{
|
|
27721
|
+
"default": "fahrenheit",
|
|
27722
|
+
"description": "Whether the temperature information should be fetched in Celsius or Fahrenheit",
|
|
27723
|
+
"name": "temperature_unit",
|
|
27724
|
+
"required": false,
|
|
27725
|
+
"type": "string"
|
|
27726
|
+
}
|
|
27727
|
+
],
|
|
26108
27728
|
"tool": {
|
|
26109
27729
|
"function": {
|
|
26110
27730
|
"description": "Get the weather for a city",
|
|
@@ -26286,6 +27906,15 @@
|
|
|
26286
27906
|
"method": "get",
|
|
26287
27907
|
"url": "https://api.open-meteo.com/v1/forecast"
|
|
26288
27908
|
},
|
|
27909
|
+
"static_parameters": [
|
|
27910
|
+
{
|
|
27911
|
+
"default": "fahrenheit",
|
|
27912
|
+
"description": "Whether the temperature information should be fetched in Celsius or Fahrenheit",
|
|
27913
|
+
"name": "temperature_unit",
|
|
27914
|
+
"required": false,
|
|
27915
|
+
"type": "string"
|
|
27916
|
+
}
|
|
27917
|
+
],
|
|
26289
27918
|
"tool": {
|
|
26290
27919
|
"function": {
|
|
26291
27920
|
"description": "Get the weather for a city",
|
|
@@ -27031,6 +28660,156 @@
|
|
|
27031
28660
|
],
|
|
27032
28661
|
"title": "ValidationError"
|
|
27033
28662
|
},
|
|
28663
|
+
"Variable": {
|
|
28664
|
+
"properties": {
|
|
28665
|
+
"value": {
|
|
28666
|
+
"anyOf": [
|
|
28667
|
+
{
|
|
28668
|
+
"$ref": "#/components/schemas/JsonValue"
|
|
28669
|
+
},
|
|
28670
|
+
{
|
|
28671
|
+
"type": "null"
|
|
28672
|
+
}
|
|
28673
|
+
],
|
|
28674
|
+
"description": "Initial value of the variable."
|
|
28675
|
+
},
|
|
28676
|
+
"value_from": {
|
|
28677
|
+
"anyOf": [
|
|
28678
|
+
{
|
|
28679
|
+
"oneOf": [
|
|
28680
|
+
{
|
|
28681
|
+
"$ref": "#/components/schemas/CelExpression"
|
|
28682
|
+
},
|
|
28683
|
+
{
|
|
28684
|
+
"$ref": "#/components/schemas/JMESPathExpression"
|
|
28685
|
+
}
|
|
28686
|
+
],
|
|
28687
|
+
"discriminator": {
|
|
28688
|
+
"propertyName": "type",
|
|
28689
|
+
"mapping": {
|
|
28690
|
+
"cel": "#/components/schemas/CelExpression",
|
|
28691
|
+
"jmespath": "#/components/schemas/JMESPathExpression",
|
|
28692
|
+
"jp": "#/components/schemas/JMESPathExpression"
|
|
28693
|
+
}
|
|
28694
|
+
}
|
|
28695
|
+
},
|
|
28696
|
+
{
|
|
28697
|
+
"$ref": "#/components/schemas/CaseExpression"
|
|
28698
|
+
},
|
|
28699
|
+
{
|
|
28700
|
+
"type": "string"
|
|
28701
|
+
},
|
|
28702
|
+
{
|
|
28703
|
+
"type": "null"
|
|
28704
|
+
}
|
|
28705
|
+
],
|
|
28706
|
+
"title": "Value From",
|
|
28707
|
+
"description": "Expression to compute initial value (mutually exclusive with value)."
|
|
28708
|
+
},
|
|
28709
|
+
"name": {
|
|
28710
|
+
"type": "string",
|
|
28711
|
+
"title": "Name",
|
|
28712
|
+
"description": "The name of the property."
|
|
28713
|
+
},
|
|
28714
|
+
"type": {
|
|
28715
|
+
"anyOf": [
|
|
28716
|
+
{
|
|
28717
|
+
"type": "string",
|
|
28718
|
+
"enum": [
|
|
28719
|
+
"string",
|
|
28720
|
+
"number",
|
|
28721
|
+
"integer",
|
|
28722
|
+
"boolean",
|
|
28723
|
+
"object",
|
|
28724
|
+
"array",
|
|
28725
|
+
"null"
|
|
28726
|
+
]
|
|
28727
|
+
},
|
|
28728
|
+
{
|
|
28729
|
+
"type": "null"
|
|
28730
|
+
}
|
|
28731
|
+
],
|
|
28732
|
+
"title": "Type"
|
|
28733
|
+
},
|
|
28734
|
+
"description": {
|
|
28735
|
+
"anyOf": [
|
|
28736
|
+
{
|
|
28737
|
+
"type": "string"
|
|
28738
|
+
},
|
|
28739
|
+
{
|
|
28740
|
+
"type": "null"
|
|
28741
|
+
}
|
|
28742
|
+
],
|
|
28743
|
+
"title": "Description"
|
|
28744
|
+
},
|
|
28745
|
+
"title": {
|
|
28746
|
+
"anyOf": [
|
|
28747
|
+
{
|
|
28748
|
+
"type": "string"
|
|
28749
|
+
},
|
|
28750
|
+
{
|
|
28751
|
+
"type": "null"
|
|
28752
|
+
}
|
|
28753
|
+
],
|
|
28754
|
+
"title": "Title"
|
|
28755
|
+
},
|
|
28756
|
+
"format": {
|
|
28757
|
+
"anyOf": [
|
|
28758
|
+
{
|
|
28759
|
+
"type": "string"
|
|
28760
|
+
},
|
|
28761
|
+
{
|
|
28762
|
+
"type": "null"
|
|
28763
|
+
}
|
|
28764
|
+
],
|
|
28765
|
+
"title": "Format"
|
|
28766
|
+
},
|
|
28767
|
+
"pattern": {
|
|
28768
|
+
"anyOf": [
|
|
28769
|
+
{
|
|
28770
|
+
"type": "string"
|
|
28771
|
+
},
|
|
28772
|
+
{
|
|
28773
|
+
"type": "null"
|
|
28774
|
+
}
|
|
28775
|
+
],
|
|
28776
|
+
"title": "Pattern"
|
|
28777
|
+
},
|
|
28778
|
+
"enum": {
|
|
28779
|
+
"anyOf": [
|
|
28780
|
+
{
|
|
28781
|
+
"items": {
|
|
28782
|
+
"type": "string"
|
|
28783
|
+
},
|
|
28784
|
+
"type": "array"
|
|
28785
|
+
},
|
|
28786
|
+
{
|
|
28787
|
+
"type": "null"
|
|
28788
|
+
}
|
|
28789
|
+
],
|
|
28790
|
+
"title": "Enum"
|
|
28791
|
+
},
|
|
28792
|
+
"examples": {
|
|
28793
|
+
"anyOf": [
|
|
28794
|
+
{
|
|
28795
|
+
"items": {
|
|
28796
|
+
"$ref": "#/components/schemas/JsonValue"
|
|
28797
|
+
},
|
|
28798
|
+
"type": "array"
|
|
28799
|
+
},
|
|
28800
|
+
{
|
|
28801
|
+
"type": "null"
|
|
28802
|
+
}
|
|
28803
|
+
],
|
|
28804
|
+
"title": "Examples"
|
|
28805
|
+
}
|
|
28806
|
+
},
|
|
28807
|
+
"type": "object",
|
|
28808
|
+
"required": [
|
|
28809
|
+
"name"
|
|
28810
|
+
],
|
|
28811
|
+
"title": "Variable"
|
|
28812
|
+
},
|
|
27034
28813
|
"VoiceDisplayInfo": {
|
|
27035
28814
|
"properties": {
|
|
27036
28815
|
"display_name": {
|