syllable-sdk 1.0.13-rc.3 → 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 +2809 -806
- package/bin/mcp-server.js.map +34 -9
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- 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 +150 -0
- package/models/components/context.d.ts.map +1 -0
- package/models/components/context.js +265 -0
- package/models/components/context.js.map +1 -0
- 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 +25 -0
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +25 -0
- 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/steptools.js +71 -0
- package/models/components/steptools.js.map +1 -0
- package/models/components/tooldefinition.d.ts +6 -0
- package/models/components/tooldefinition.d.ts.map +1 -1
- package/models/components/tooldefinition.js +3 -0
- package/models/components/tooldefinition.js.map +1 -1
- 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 +2138 -291
- package/package.json +1 -1
- package/src/lib/config.ts +3 -3
- 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 +485 -0
- 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 +25 -0
- 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/tooldefinition.ts +13 -0
- package/src/models/components/variable.ts +332 -0
- package/src/types/enums.ts +1 -21
- package/src/types/index.ts +2 -1
- package/src/types/unrecognized.ts +27 -0
- package/types/enums.d.ts +1 -8
- package/types/enums.d.ts.map +1 -1
- package/types/enums.js +3 -21
- package/types/enums.js.map +1 -1
- package/types/index.d.ts +2 -1
- package/types/index.d.ts.map +1 -1
- package/types/index.js +15 -0
- package/types/index.js.map +1 -1
- package/types/unrecognized.d.ts +10 -0
- package/types/unrecognized.d.ts.map +1 -0
- package/types/unrecognized.js +26 -0
- package/types/unrecognized.js.map +1 -0
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,6 +15257,263 @@
|
|
|
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
|
+
},
|
|
15390
|
+
"Context": {
|
|
15391
|
+
"properties": {
|
|
15392
|
+
"task": {
|
|
15393
|
+
"anyOf": [
|
|
15394
|
+
{
|
|
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
|
+
}
|
|
15418
|
+
},
|
|
15419
|
+
{
|
|
15420
|
+
"items": {
|
|
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
|
+
}
|
|
15444
|
+
},
|
|
15445
|
+
"type": "array"
|
|
15446
|
+
},
|
|
15447
|
+
{
|
|
15448
|
+
"type": "null"
|
|
15449
|
+
}
|
|
15450
|
+
],
|
|
15451
|
+
"title": "Task",
|
|
15452
|
+
"description": "Task implementation details"
|
|
15453
|
+
}
|
|
15454
|
+
},
|
|
15455
|
+
"type": "object",
|
|
15456
|
+
"title": "Context"
|
|
15457
|
+
},
|
|
15458
|
+
"ContextTaskMetadata": {
|
|
15459
|
+
"properties": {
|
|
15460
|
+
"priority": {
|
|
15461
|
+
"anyOf": [
|
|
15462
|
+
{
|
|
15463
|
+
"type": "integer"
|
|
15464
|
+
},
|
|
15465
|
+
{
|
|
15466
|
+
"type": "null"
|
|
15467
|
+
}
|
|
15468
|
+
],
|
|
15469
|
+
"title": "Priority"
|
|
15470
|
+
},
|
|
15471
|
+
"parent_tool_name": {
|
|
15472
|
+
"anyOf": [
|
|
15473
|
+
{
|
|
15474
|
+
"type": "string"
|
|
15475
|
+
},
|
|
15476
|
+
{
|
|
15477
|
+
"type": "null"
|
|
15478
|
+
}
|
|
15479
|
+
],
|
|
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."
|
|
15500
|
+
},
|
|
15501
|
+
"description": {
|
|
15502
|
+
"anyOf": [
|
|
15503
|
+
{
|
|
15504
|
+
"type": "string"
|
|
15505
|
+
},
|
|
15506
|
+
{
|
|
15507
|
+
"type": "null"
|
|
15508
|
+
}
|
|
15509
|
+
],
|
|
15510
|
+
"title": "Description",
|
|
15511
|
+
"description": "The description of the tool."
|
|
15512
|
+
}
|
|
15513
|
+
},
|
|
15514
|
+
"type": "object",
|
|
15515
|
+
"title": "ContextToolInfo"
|
|
15516
|
+
},
|
|
15140
15517
|
"Conversation": {
|
|
15141
15518
|
"properties": {
|
|
15142
15519
|
"timestamp": {
|
|
@@ -15779,6 +16156,15 @@
|
|
|
15779
16156
|
"method": "get",
|
|
15780
16157
|
"url": "https://api.open-meteo.com/v1/forecast"
|
|
15781
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
|
+
],
|
|
15782
16168
|
"tool": {
|
|
15783
16169
|
"function": {
|
|
15784
16170
|
"description": "Get the weather for a city",
|
|
@@ -17219,17 +17605,9 @@
|
|
|
17219
17605
|
],
|
|
17220
17606
|
"title": "EventProperties"
|
|
17221
17607
|
},
|
|
17222
|
-
"
|
|
17608
|
+
"EventTask": {
|
|
17223
17609
|
"properties": {
|
|
17224
|
-
"
|
|
17225
|
-
"type": "string",
|
|
17226
|
-
"title": "Name",
|
|
17227
|
-
"description": "Human-readable name of insight folder",
|
|
17228
|
-
"examples": [
|
|
17229
|
-
"customer-complaints"
|
|
17230
|
-
]
|
|
17231
|
-
},
|
|
17232
|
-
"label": {
|
|
17610
|
+
"id": {
|
|
17233
17611
|
"anyOf": [
|
|
17234
17612
|
{
|
|
17235
17613
|
"type": "string"
|
|
@@ -17238,11 +17616,368 @@
|
|
|
17238
17616
|
"type": "null"
|
|
17239
17617
|
}
|
|
17240
17618
|
],
|
|
17241
|
-
"title": "
|
|
17242
|
-
"description": "
|
|
17243
|
-
|
|
17244
|
-
|
|
17245
|
-
|
|
17619
|
+
"title": "Id",
|
|
17620
|
+
"description": "A unique identifier for the task."
|
|
17621
|
+
},
|
|
17622
|
+
"config": {
|
|
17623
|
+
"anyOf": [
|
|
17624
|
+
{
|
|
17625
|
+
"additionalProperties": {
|
|
17626
|
+
"$ref": "#/components/schemas/JsonValue"
|
|
17627
|
+
},
|
|
17628
|
+
"type": "object"
|
|
17629
|
+
},
|
|
17630
|
+
{
|
|
17631
|
+
"type": "null"
|
|
17632
|
+
}
|
|
17633
|
+
],
|
|
17634
|
+
"title": "Config"
|
|
17635
|
+
},
|
|
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"
|
|
17649
|
+
},
|
|
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
|
+
]
|
|
17246
17981
|
},
|
|
17247
17982
|
"description": {
|
|
17248
17983
|
"anyOf": [
|
|
@@ -17273,7 +18008,7 @@
|
|
|
17273
18008
|
"title": "Created At",
|
|
17274
18009
|
"description": "Timestamp at which insight upload folder was created",
|
|
17275
18010
|
"examples": [
|
|
17276
|
-
"2025-11-
|
|
18011
|
+
"2025-11-23T00:00:00Z"
|
|
17277
18012
|
]
|
|
17278
18013
|
},
|
|
17279
18014
|
"updated_at": {
|
|
@@ -17282,7 +18017,7 @@
|
|
|
17282
18017
|
"title": "Updated At",
|
|
17283
18018
|
"description": "Timestamp at which insight upload folder was last updated",
|
|
17284
18019
|
"examples": [
|
|
17285
|
-
"2025-11-
|
|
18020
|
+
"2025-11-24T00:00:00Z"
|
|
17286
18021
|
]
|
|
17287
18022
|
},
|
|
17288
18023
|
"last_updated_by": {
|
|
@@ -17783,6 +18518,176 @@
|
|
|
17783
18518
|
"title": "IncidentUpdateRequest",
|
|
17784
18519
|
"description": "Request model to update an existing service incident."
|
|
17785
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"
|
|
18690
|
+
},
|
|
17786
18691
|
"InsightToolDefinition": {
|
|
17787
18692
|
"properties": {
|
|
17788
18693
|
"id": {
|
|
@@ -17968,7 +18873,7 @@
|
|
|
17968
18873
|
"title": "Created At",
|
|
17969
18874
|
"description": "Timestamp of at which insight tool configuration was created",
|
|
17970
18875
|
"examples": [
|
|
17971
|
-
"2025-11-
|
|
18876
|
+
"2025-11-23T00:00:00Z"
|
|
17972
18877
|
]
|
|
17973
18878
|
},
|
|
17974
18879
|
"updated_at": {
|
|
@@ -17977,7 +18882,7 @@
|
|
|
17977
18882
|
"title": "Updated At",
|
|
17978
18883
|
"description": "Timestamp at which insight tool configuration was last updated",
|
|
17979
18884
|
"examples": [
|
|
17980
|
-
"2025-11-
|
|
18885
|
+
"2025-11-24T00:00:00Z"
|
|
17981
18886
|
]
|
|
17982
18887
|
},
|
|
17983
18888
|
"last_updated_by": {
|
|
@@ -18358,7 +19263,7 @@
|
|
|
18358
19263
|
"title": "Start Datetime",
|
|
18359
19264
|
"description": "Target session timestamp the workflow (backfill) should start. An empty value indicates start on activation - live sessions only",
|
|
18360
19265
|
"examples": [
|
|
18361
|
-
"2025-11-
|
|
19266
|
+
"2025-11-23T00:00:00Z"
|
|
18362
19267
|
]
|
|
18363
19268
|
},
|
|
18364
19269
|
"end_datetime": {
|
|
@@ -18374,7 +19279,7 @@
|
|
|
18374
19279
|
"title": "End Datetime",
|
|
18375
19280
|
"description": "Target session timestamp the workflow (backfill) should end. An empty value indicates no end, i.e., include live sessions until deactivation",
|
|
18376
19281
|
"examples": [
|
|
18377
|
-
"2025-11-
|
|
19282
|
+
"2025-11-24T00:00:00Z"
|
|
18378
19283
|
]
|
|
18379
19284
|
}
|
|
18380
19285
|
},
|
|
@@ -18449,7 +19354,7 @@
|
|
|
18449
19354
|
"title": "Start Datetime",
|
|
18450
19355
|
"description": "Target session timestamp the workflow (backfill) should start. An empty value indicates start on activation - live sessions only",
|
|
18451
19356
|
"examples": [
|
|
18452
|
-
"2025-11-
|
|
19357
|
+
"2025-11-23T00:00:00Z"
|
|
18453
19358
|
]
|
|
18454
19359
|
},
|
|
18455
19360
|
"end_datetime": {
|
|
@@ -18465,7 +19370,7 @@
|
|
|
18465
19370
|
"title": "End Datetime",
|
|
18466
19371
|
"description": "Target session timestamp the workflow (backfill) should end. An empty value indicates no end, i.e., include live sessions until deactivation",
|
|
18467
19372
|
"examples": [
|
|
18468
|
-
"2025-11-
|
|
19373
|
+
"2025-11-24T00:00:00Z"
|
|
18469
19374
|
]
|
|
18470
19375
|
},
|
|
18471
19376
|
"id": {
|
|
@@ -18518,7 +19423,7 @@
|
|
|
18518
19423
|
"title": "Created At",
|
|
18519
19424
|
"description": "Timestamp at which the insight workflow was created",
|
|
18520
19425
|
"examples": [
|
|
18521
|
-
"2025-11-
|
|
19426
|
+
"2025-11-23T00:00:00Z"
|
|
18522
19427
|
]
|
|
18523
19428
|
},
|
|
18524
19429
|
"updated_at": {
|
|
@@ -18527,7 +19432,7 @@
|
|
|
18527
19432
|
"title": "Updated At",
|
|
18528
19433
|
"description": "Timestamp of most recent update to the insight workflow",
|
|
18529
19434
|
"examples": [
|
|
18530
|
-
"2025-11-
|
|
19435
|
+
"2025-11-24T00:00:00Z"
|
|
18531
19436
|
]
|
|
18532
19437
|
},
|
|
18533
19438
|
"last_updated_by": {
|
|
@@ -18623,7 +19528,7 @@
|
|
|
18623
19528
|
"title": "Created At",
|
|
18624
19529
|
"description": "Timestamp at which insight upload folder was created",
|
|
18625
19530
|
"examples": [
|
|
18626
|
-
"2025-11-
|
|
19531
|
+
"2025-11-23T00:00:00Z"
|
|
18627
19532
|
]
|
|
18628
19533
|
},
|
|
18629
19534
|
"updated_at": {
|
|
@@ -18632,7 +19537,7 @@
|
|
|
18632
19537
|
"title": "Updated At",
|
|
18633
19538
|
"description": "Timestamp at which insight upload folder was last updated",
|
|
18634
19539
|
"examples": [
|
|
18635
|
-
"2025-11-
|
|
19540
|
+
"2025-11-24T00:00:00Z"
|
|
18636
19541
|
]
|
|
18637
19542
|
},
|
|
18638
19543
|
"last_updated_by": {
|
|
@@ -18867,7 +19772,7 @@
|
|
|
18867
19772
|
"title": "Created At",
|
|
18868
19773
|
"description": "Timestamp at which insight tool result was created",
|
|
18869
19774
|
"examples": [
|
|
18870
|
-
"2025-11-
|
|
19775
|
+
"2025-11-23T00:00:00Z"
|
|
18871
19776
|
]
|
|
18872
19777
|
},
|
|
18873
19778
|
"updated_at": {
|
|
@@ -18876,7 +19781,7 @@
|
|
|
18876
19781
|
"title": "Updated At",
|
|
18877
19782
|
"description": "Timestamp at which insight tool result was last updated",
|
|
18878
19783
|
"examples": [
|
|
18879
|
-
"2025-11-
|
|
19784
|
+
"2025-11-24T00:00:00Z"
|
|
18880
19785
|
]
|
|
18881
19786
|
},
|
|
18882
19787
|
"upload_file_metadata": {
|
|
@@ -19021,7 +19926,7 @@
|
|
|
19021
19926
|
"title": "Start Time",
|
|
19022
19927
|
"description": "Start time of the uploaded file",
|
|
19023
19928
|
"examples": [
|
|
19024
|
-
"2025-11-
|
|
19929
|
+
"2025-11-23T00:00:00Z"
|
|
19025
19930
|
]
|
|
19026
19931
|
},
|
|
19027
19932
|
"end_time": {
|
|
@@ -19037,7 +19942,7 @@
|
|
|
19037
19942
|
"title": "End Time",
|
|
19038
19943
|
"description": "End time of the uploaded file",
|
|
19039
19944
|
"examples": [
|
|
19040
|
-
"2025-11-
|
|
19945
|
+
"2025-11-24T00:00:00Z"
|
|
19041
19946
|
]
|
|
19042
19947
|
},
|
|
19043
19948
|
"error_message": {
|
|
@@ -19092,7 +19997,7 @@
|
|
|
19092
19997
|
"title": "Created At",
|
|
19093
19998
|
"description": "Timestamp at which insight upload file was created",
|
|
19094
19999
|
"examples": [
|
|
19095
|
-
"2025-11-
|
|
20000
|
+
"2025-11-23T00:00:00Z"
|
|
19096
20001
|
]
|
|
19097
20002
|
}
|
|
19098
20003
|
},
|
|
@@ -19229,6 +20134,32 @@
|
|
|
19229
20134
|
"title": "InternalTool",
|
|
19230
20135
|
"description": "A tool definition to be used by the OpenAI API."
|
|
19231
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": {},
|
|
19232
20163
|
"LanguageCode": {
|
|
19233
20164
|
"type": "string",
|
|
19234
20165
|
"enum": [
|
|
@@ -21593,36 +22524,9 @@
|
|
|
21593
22524
|
],
|
|
21594
22525
|
"title": "ListResponse[VoiceGroupResponse]"
|
|
21595
22526
|
},
|
|
21596
|
-
"
|
|
21597
|
-
"type": "string",
|
|
21598
|
-
"enum": [
|
|
21599
|
-
"google",
|
|
21600
|
-
"username_and_password"
|
|
21601
|
-
],
|
|
21602
|
-
"title": "LoginType",
|
|
21603
|
-
"description": "The type of login to use for the user."
|
|
21604
|
-
},
|
|
21605
|
-
"MatchType": {
|
|
21606
|
-
"type": "string",
|
|
21607
|
-
"enum": [
|
|
21608
|
-
"exact",
|
|
21609
|
-
"substring"
|
|
21610
|
-
],
|
|
21611
|
-
"title": "MatchType",
|
|
21612
|
-
"description": "Matching strategy for override text."
|
|
21613
|
-
},
|
|
21614
|
-
"OrderByDirection": {
|
|
21615
|
-
"type": "string",
|
|
21616
|
-
"enum": [
|
|
21617
|
-
"asc",
|
|
21618
|
-
"desc"
|
|
21619
|
-
],
|
|
21620
|
-
"title": "OrderByDirection",
|
|
21621
|
-
"description": "The direction in which to order list results, either ascending or descending."
|
|
21622
|
-
},
|
|
21623
|
-
"OrganizationChannelConfig": {
|
|
22527
|
+
"LoadToolFromFileTask": {
|
|
21624
22528
|
"properties": {
|
|
21625
|
-
"
|
|
22529
|
+
"id": {
|
|
21626
22530
|
"anyOf": [
|
|
21627
22531
|
{
|
|
21628
22532
|
"type": "string"
|
|
@@ -21631,106 +22535,293 @@
|
|
|
21631
22535
|
"type": "null"
|
|
21632
22536
|
}
|
|
21633
22537
|
],
|
|
21634
|
-
"title": "
|
|
21635
|
-
"description": "
|
|
21636
|
-
"examples": [
|
|
21637
|
-
"AC123..."
|
|
21638
|
-
]
|
|
22538
|
+
"title": "Id",
|
|
22539
|
+
"description": "A unique identifier for the task."
|
|
21639
22540
|
},
|
|
21640
|
-
"
|
|
22541
|
+
"config": {
|
|
21641
22542
|
"anyOf": [
|
|
21642
22543
|
{
|
|
21643
|
-
"
|
|
22544
|
+
"additionalProperties": {
|
|
22545
|
+
"$ref": "#/components/schemas/JsonValue"
|
|
22546
|
+
},
|
|
22547
|
+
"type": "object"
|
|
21644
22548
|
},
|
|
21645
22549
|
{
|
|
21646
22550
|
"type": "null"
|
|
21647
22551
|
}
|
|
21648
22552
|
],
|
|
21649
|
-
"title": "
|
|
21650
|
-
"description": "The Twilio auth token",
|
|
21651
|
-
"examples": [
|
|
21652
|
-
"sometoken"
|
|
21653
|
-
]
|
|
22553
|
+
"title": "Config"
|
|
21654
22554
|
},
|
|
21655
|
-
"
|
|
22555
|
+
"variables": {
|
|
21656
22556
|
"anyOf": [
|
|
21657
22557
|
{
|
|
21658
|
-
"
|
|
21659
|
-
"
|
|
22558
|
+
"items": {
|
|
22559
|
+
"$ref": "#/components/schemas/Variable"
|
|
21660
22560
|
},
|
|
21661
|
-
"type": "
|
|
22561
|
+
"type": "array"
|
|
21662
22562
|
},
|
|
21663
22563
|
{
|
|
21664
22564
|
"type": "null"
|
|
21665
22565
|
}
|
|
21666
22566
|
],
|
|
21667
|
-
"title": "
|
|
21668
|
-
|
|
21669
|
-
|
|
22567
|
+
"title": "Variables"
|
|
22568
|
+
},
|
|
22569
|
+
"metadata": {
|
|
22570
|
+
"anyOf": [
|
|
21670
22571
|
{
|
|
21671
|
-
"
|
|
21672
|
-
|
|
22572
|
+
"$ref": "#/components/schemas/ContextTaskMetadata"
|
|
22573
|
+
},
|
|
22574
|
+
{
|
|
22575
|
+
"type": "null"
|
|
21673
22576
|
}
|
|
21674
22577
|
]
|
|
21675
22578
|
},
|
|
21676
|
-
"
|
|
22579
|
+
"tool": {
|
|
21677
22580
|
"anyOf": [
|
|
21678
22581
|
{
|
|
21679
|
-
"$ref": "#/components/schemas/
|
|
22582
|
+
"$ref": "#/components/schemas/ContextToolInfo"
|
|
21680
22583
|
},
|
|
21681
22584
|
{
|
|
21682
22585
|
"type": "null"
|
|
21683
22586
|
}
|
|
21684
|
-
],
|
|
21685
|
-
"description": "Telephony configurations to be applied to the targets under the channel",
|
|
21686
|
-
"examples": [
|
|
21687
|
-
{
|
|
21688
|
-
"interruptibility": "dtmf_only",
|
|
21689
|
-
"overall_input_timeout": 20.0,
|
|
21690
|
-
"passive_input_start": 0.5,
|
|
21691
|
-
"passive_speech_input_enabled": true,
|
|
21692
|
-
"pre_input_timeout": 1.2
|
|
21693
|
-
}
|
|
21694
22587
|
]
|
|
21695
|
-
}
|
|
21696
|
-
|
|
21697
|
-
"type": "object",
|
|
21698
|
-
"title": "OrganizationChannelConfig",
|
|
21699
|
-
"description": "Channel config information for creates / updates through the organizations API"
|
|
21700
|
-
},
|
|
21701
|
-
"OrganizationChannelCreateRequest": {
|
|
21702
|
-
"properties": {
|
|
21703
|
-
"name": {
|
|
22588
|
+
},
|
|
22589
|
+
"type": {
|
|
21704
22590
|
"type": "string",
|
|
21705
|
-
"
|
|
21706
|
-
"
|
|
21707
|
-
"
|
|
21708
|
-
"twilio"
|
|
21709
|
-
]
|
|
22591
|
+
"const": "import",
|
|
22592
|
+
"title": "Type",
|
|
22593
|
+
"default": "import"
|
|
21710
22594
|
},
|
|
21711
|
-
"
|
|
21712
|
-
"
|
|
21713
|
-
"
|
|
21714
|
-
"
|
|
21715
|
-
|
|
21716
|
-
]
|
|
22595
|
+
"version": {
|
|
22596
|
+
"type": "string",
|
|
22597
|
+
"const": "v1alpha",
|
|
22598
|
+
"title": "Version",
|
|
22599
|
+
"default": "v1alpha"
|
|
21717
22600
|
},
|
|
21718
|
-
"
|
|
22601
|
+
"file": {
|
|
21719
22602
|
"anyOf": [
|
|
21720
22603
|
{
|
|
21721
22604
|
"type": "string"
|
|
21722
22605
|
},
|
|
21723
22606
|
{
|
|
21724
|
-
"
|
|
22607
|
+
"items": {
|
|
22608
|
+
"type": "string"
|
|
22609
|
+
},
|
|
22610
|
+
"type": "array"
|
|
21725
22611
|
}
|
|
21726
22612
|
],
|
|
21727
|
-
"title": "
|
|
21728
|
-
"description": "The
|
|
21729
|
-
|
|
21730
|
-
|
|
21731
|
-
|
|
21732
|
-
|
|
21733
|
-
"
|
|
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
|
+
},
|
|
22624
|
+
"LoginType": {
|
|
22625
|
+
"type": "string",
|
|
22626
|
+
"enum": [
|
|
22627
|
+
"google",
|
|
22628
|
+
"username_and_password"
|
|
22629
|
+
],
|
|
22630
|
+
"title": "LoginType",
|
|
22631
|
+
"description": "The type of login to use for the user."
|
|
22632
|
+
},
|
|
22633
|
+
"MatchType": {
|
|
22634
|
+
"type": "string",
|
|
22635
|
+
"enum": [
|
|
22636
|
+
"exact",
|
|
22637
|
+
"substring"
|
|
22638
|
+
],
|
|
22639
|
+
"title": "MatchType",
|
|
22640
|
+
"description": "Matching strategy for override text."
|
|
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
|
+
},
|
|
22705
|
+
"OrderByDirection": {
|
|
22706
|
+
"type": "string",
|
|
22707
|
+
"enum": [
|
|
22708
|
+
"asc",
|
|
22709
|
+
"desc"
|
|
22710
|
+
],
|
|
22711
|
+
"title": "OrderByDirection",
|
|
22712
|
+
"description": "The direction in which to order list results, either ascending or descending."
|
|
22713
|
+
},
|
|
22714
|
+
"OrganizationChannelConfig": {
|
|
22715
|
+
"properties": {
|
|
22716
|
+
"account_sid": {
|
|
22717
|
+
"anyOf": [
|
|
22718
|
+
{
|
|
22719
|
+
"type": "string"
|
|
22720
|
+
},
|
|
22721
|
+
{
|
|
22722
|
+
"type": "null"
|
|
22723
|
+
}
|
|
22724
|
+
],
|
|
22725
|
+
"title": "Account Sid",
|
|
22726
|
+
"description": "SID of the Twilio account",
|
|
22727
|
+
"examples": [
|
|
22728
|
+
"AC123..."
|
|
22729
|
+
]
|
|
22730
|
+
},
|
|
22731
|
+
"auth_token": {
|
|
22732
|
+
"anyOf": [
|
|
22733
|
+
{
|
|
22734
|
+
"type": "string"
|
|
22735
|
+
},
|
|
22736
|
+
{
|
|
22737
|
+
"type": "null"
|
|
22738
|
+
}
|
|
22739
|
+
],
|
|
22740
|
+
"title": "Auth Token",
|
|
22741
|
+
"description": "The Twilio auth token",
|
|
22742
|
+
"examples": [
|
|
22743
|
+
"sometoken"
|
|
22744
|
+
]
|
|
22745
|
+
},
|
|
22746
|
+
"provider_credentials": {
|
|
22747
|
+
"anyOf": [
|
|
22748
|
+
{
|
|
22749
|
+
"additionalProperties": {
|
|
22750
|
+
"type": "string"
|
|
22751
|
+
},
|
|
22752
|
+
"type": "object"
|
|
22753
|
+
},
|
|
22754
|
+
{
|
|
22755
|
+
"type": "null"
|
|
22756
|
+
}
|
|
22757
|
+
],
|
|
22758
|
+
"title": "Provider Credentials",
|
|
22759
|
+
"description": "Provider-specific credentials. Initially to be used for AfricasTalking creds.In a future this would be used for Twilio creds too (removing the account_sid and auth_token fields).",
|
|
22760
|
+
"examples": [
|
|
22761
|
+
{
|
|
22762
|
+
"api_key": "atk123",
|
|
22763
|
+
"username": "test_username"
|
|
22764
|
+
}
|
|
22765
|
+
]
|
|
22766
|
+
},
|
|
22767
|
+
"telephony": {
|
|
22768
|
+
"anyOf": [
|
|
22769
|
+
{
|
|
22770
|
+
"$ref": "#/components/schemas/TelephonyConfigurations"
|
|
22771
|
+
},
|
|
22772
|
+
{
|
|
22773
|
+
"type": "null"
|
|
22774
|
+
}
|
|
22775
|
+
],
|
|
22776
|
+
"description": "Telephony configurations to be applied to the targets under the channel",
|
|
22777
|
+
"examples": [
|
|
22778
|
+
{
|
|
22779
|
+
"interruptibility": "dtmf_only",
|
|
22780
|
+
"overall_input_timeout": 20.0,
|
|
22781
|
+
"passive_input_start": 0.5,
|
|
22782
|
+
"passive_speech_input_enabled": true,
|
|
22783
|
+
"pre_input_timeout": 1.2
|
|
22784
|
+
}
|
|
22785
|
+
]
|
|
22786
|
+
}
|
|
22787
|
+
},
|
|
22788
|
+
"type": "object",
|
|
22789
|
+
"title": "OrganizationChannelConfig",
|
|
22790
|
+
"description": "Channel config information for creates / updates through the organizations API"
|
|
22791
|
+
},
|
|
22792
|
+
"OrganizationChannelCreateRequest": {
|
|
22793
|
+
"properties": {
|
|
22794
|
+
"name": {
|
|
22795
|
+
"type": "string",
|
|
22796
|
+
"title": "Name",
|
|
22797
|
+
"description": "The channel name",
|
|
22798
|
+
"examples": [
|
|
22799
|
+
"twilio"
|
|
22800
|
+
]
|
|
22801
|
+
},
|
|
22802
|
+
"channel_service": {
|
|
22803
|
+
"$ref": "#/components/schemas/ChannelServices",
|
|
22804
|
+
"description": "The service that facilitates communication on the channel",
|
|
22805
|
+
"examples": [
|
|
22806
|
+
"webchat"
|
|
22807
|
+
]
|
|
22808
|
+
},
|
|
22809
|
+
"supported_modes": {
|
|
22810
|
+
"anyOf": [
|
|
22811
|
+
{
|
|
22812
|
+
"type": "string"
|
|
22813
|
+
},
|
|
22814
|
+
{
|
|
22815
|
+
"type": "null"
|
|
22816
|
+
}
|
|
22817
|
+
],
|
|
22818
|
+
"title": "Supported Modes",
|
|
22819
|
+
"description": "The comma-delimited list of supported modes for the channel, which defines the possible communication methods for channel targets linked to it.",
|
|
22820
|
+
"examples": [
|
|
22821
|
+
"chat,voice"
|
|
22822
|
+
]
|
|
22823
|
+
},
|
|
22824
|
+
"is_system_channel": {
|
|
21734
22825
|
"type": "boolean",
|
|
21735
22826
|
"title": "Is System Channel",
|
|
21736
22827
|
"description": "Whether the channel is a built-in system channel (i.e., is not customizable)",
|
|
@@ -22265,7 +23356,7 @@
|
|
|
22265
23356
|
"title": "Created At",
|
|
22266
23357
|
"description": "Timestamp of campaign creation",
|
|
22267
23358
|
"examples": [
|
|
22268
|
-
"2025-11-
|
|
23359
|
+
"2025-11-24T00:00:00Z"
|
|
22269
23360
|
]
|
|
22270
23361
|
},
|
|
22271
23362
|
"updated_at": {
|
|
@@ -22274,7 +23365,7 @@
|
|
|
22274
23365
|
"title": "Updated At",
|
|
22275
23366
|
"description": "Timestamp of campaign update",
|
|
22276
23367
|
"examples": [
|
|
22277
|
-
"2025-11-
|
|
23368
|
+
"2025-11-24T00:00:00Z"
|
|
22278
23369
|
]
|
|
22279
23370
|
},
|
|
22280
23371
|
"last_updated_by": {
|
|
@@ -23783,68 +24874,203 @@
|
|
|
23783
24874
|
"title": "RoleUpdateRequest",
|
|
23784
24875
|
"description": "Request model to update an existing role."
|
|
23785
24876
|
},
|
|
23786
|
-
"
|
|
24877
|
+
"SaveAction": {
|
|
23787
24878
|
"properties": {
|
|
23788
|
-
"
|
|
23789
|
-
"
|
|
23790
|
-
|
|
23791
|
-
|
|
23792
|
-
|
|
23793
|
-
|
|
23794
|
-
|
|
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."
|
|
23795
24911
|
},
|
|
23796
|
-
"
|
|
24912
|
+
"action": {
|
|
23797
24913
|
"type": "string",
|
|
23798
|
-
"
|
|
23799
|
-
"
|
|
23800
|
-
"
|
|
23801
|
-
"Service containing tools for fetching weather information"
|
|
23802
|
-
]
|
|
24914
|
+
"const": "save",
|
|
24915
|
+
"title": "Action",
|
|
24916
|
+
"default": "save"
|
|
23803
24917
|
},
|
|
23804
|
-
"
|
|
24918
|
+
"name": {
|
|
23805
24919
|
"anyOf": [
|
|
23806
24920
|
{
|
|
23807
|
-
"
|
|
24921
|
+
"type": "string"
|
|
23808
24922
|
},
|
|
23809
24923
|
{
|
|
23810
24924
|
"type": "null"
|
|
23811
24925
|
}
|
|
23812
24926
|
],
|
|
23813
|
-
"
|
|
23814
|
-
"
|
|
23815
|
-
"basic"
|
|
23816
|
-
]
|
|
24927
|
+
"title": "Name",
|
|
24928
|
+
"description": "Target name to save (defaults to global variable)."
|
|
23817
24929
|
},
|
|
23818
|
-
"
|
|
24930
|
+
"inputs": {
|
|
23819
24931
|
"anyOf": [
|
|
23820
|
-
{
|
|
24932
|
+
{
|
|
24933
|
+
"items": {
|
|
24934
|
+
"type": "string"
|
|
24935
|
+
},
|
|
24936
|
+
"type": "array"
|
|
24937
|
+
},
|
|
23821
24938
|
{
|
|
23822
24939
|
"type": "null"
|
|
23823
24940
|
}
|
|
23824
24941
|
],
|
|
23825
|
-
"title": "
|
|
23826
|
-
"description": "
|
|
23827
|
-
"examples": [
|
|
23828
|
-
{
|
|
23829
|
-
"password": "my-password",
|
|
23830
|
-
"username": "my-username"
|
|
23831
|
-
}
|
|
23832
|
-
]
|
|
24942
|
+
"title": "Inputs",
|
|
24943
|
+
"description": "Input field names to persist; None saves all collected inputs."
|
|
23833
24944
|
}
|
|
23834
24945
|
},
|
|
23835
24946
|
"type": "object",
|
|
23836
|
-
"
|
|
23837
|
-
"name",
|
|
23838
|
-
"description"
|
|
23839
|
-
],
|
|
23840
|
-
"title": "ServiceCreateRequest",
|
|
23841
|
-
"description": "Request model to create a service."
|
|
24947
|
+
"title": "SaveAction"
|
|
23842
24948
|
},
|
|
23843
|
-
"
|
|
23844
|
-
"
|
|
23845
|
-
|
|
23846
|
-
|
|
23847
|
-
|
|
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."
|
|
24983
|
+
},
|
|
24984
|
+
"text": {
|
|
24985
|
+
"type": "string",
|
|
24986
|
+
"title": "Text",
|
|
24987
|
+
"description": "Text to apply if the condition is true."
|
|
24988
|
+
},
|
|
24989
|
+
"action": {
|
|
24990
|
+
"type": "string",
|
|
24991
|
+
"const": "say",
|
|
24992
|
+
"title": "Action",
|
|
24993
|
+
"default": "say"
|
|
24994
|
+
},
|
|
24995
|
+
"role": {
|
|
24996
|
+
"type": "string",
|
|
24997
|
+
"enum": [
|
|
24998
|
+
"user",
|
|
24999
|
+
"assistant"
|
|
25000
|
+
],
|
|
25001
|
+
"title": "Role",
|
|
25002
|
+
"description": "The role of the message.",
|
|
25003
|
+
"default": "assistant"
|
|
25004
|
+
}
|
|
25005
|
+
},
|
|
25006
|
+
"type": "object",
|
|
25007
|
+
"required": [
|
|
25008
|
+
"text"
|
|
25009
|
+
],
|
|
25010
|
+
"title": "SayAction"
|
|
25011
|
+
},
|
|
25012
|
+
"ServiceCreateRequest": {
|
|
25013
|
+
"properties": {
|
|
25014
|
+
"name": {
|
|
25015
|
+
"type": "string",
|
|
25016
|
+
"title": "Name",
|
|
25017
|
+
"description": "The name of the service",
|
|
25018
|
+
"examples": [
|
|
25019
|
+
"Weather tools"
|
|
25020
|
+
]
|
|
25021
|
+
},
|
|
25022
|
+
"description": {
|
|
25023
|
+
"type": "string",
|
|
25024
|
+
"title": "Description",
|
|
25025
|
+
"description": "The description of the service",
|
|
25026
|
+
"examples": [
|
|
25027
|
+
"Service containing tools for fetching weather information"
|
|
25028
|
+
]
|
|
25029
|
+
},
|
|
25030
|
+
"auth_type": {
|
|
25031
|
+
"anyOf": [
|
|
25032
|
+
{
|
|
25033
|
+
"$ref": "#/components/schemas/ToolAuthType"
|
|
25034
|
+
},
|
|
25035
|
+
{
|
|
25036
|
+
"type": "null"
|
|
25037
|
+
}
|
|
25038
|
+
],
|
|
25039
|
+
"description": "The type of authentication to use for the service's tools",
|
|
25040
|
+
"examples": [
|
|
25041
|
+
"basic"
|
|
25042
|
+
]
|
|
25043
|
+
},
|
|
25044
|
+
"auth_values": {
|
|
25045
|
+
"anyOf": [
|
|
25046
|
+
{},
|
|
25047
|
+
{
|
|
25048
|
+
"type": "null"
|
|
25049
|
+
}
|
|
25050
|
+
],
|
|
25051
|
+
"title": "Auth Values",
|
|
25052
|
+
"description": "The values to use for the authentication, as a dict. Should contain \"username\" and \"password\" keys if auth type is basic, \"token\" key if auth type is bearer, arbitrary header keys if auth type is custom_headers. or \"client_id\", \"client_secret\", and \"auth_url\" keys if auth type is oauth2. On an update, leave a value for a given key null and the value in the database will not be updated. (If a key is omitted entirely, any existing value for that key will be removed.)",
|
|
25053
|
+
"examples": [
|
|
25054
|
+
{
|
|
25055
|
+
"password": "my-password",
|
|
25056
|
+
"username": "my-username"
|
|
25057
|
+
}
|
|
25058
|
+
]
|
|
25059
|
+
}
|
|
25060
|
+
},
|
|
25061
|
+
"type": "object",
|
|
25062
|
+
"required": [
|
|
25063
|
+
"name",
|
|
25064
|
+
"description"
|
|
25065
|
+
],
|
|
25066
|
+
"title": "ServiceCreateRequest",
|
|
25067
|
+
"description": "Request model to create a service."
|
|
25068
|
+
},
|
|
25069
|
+
"ServiceProperties": {
|
|
25070
|
+
"type": "string",
|
|
25071
|
+
"enum": [
|
|
25072
|
+
"id",
|
|
25073
|
+
"name",
|
|
23848
25074
|
"description",
|
|
23849
25075
|
"last_updated",
|
|
23850
25076
|
"last_updated_by"
|
|
@@ -24805,139 +26031,563 @@
|
|
|
24805
26031
|
"type": "null"
|
|
24806
26032
|
}
|
|
24807
26033
|
],
|
|
24808
|
-
"title": "Source",
|
|
24809
|
-
"description": "Whether the user or agent sent the message",
|
|
24810
|
-
"examples": [
|
|
24811
|
-
"user",
|
|
24812
|
-
"agent"
|
|
24813
|
-
]
|
|
26034
|
+
"title": "Source",
|
|
26035
|
+
"description": "Whether the user or agent sent the message",
|
|
26036
|
+
"examples": [
|
|
26037
|
+
"user",
|
|
26038
|
+
"agent"
|
|
26039
|
+
]
|
|
26040
|
+
},
|
|
26041
|
+
"text": {
|
|
26042
|
+
"anyOf": [
|
|
26043
|
+
{
|
|
26044
|
+
"type": "string"
|
|
26045
|
+
},
|
|
26046
|
+
{
|
|
26047
|
+
"type": "null"
|
|
26048
|
+
}
|
|
26049
|
+
],
|
|
26050
|
+
"title": "Text",
|
|
26051
|
+
"description": "Content of the message"
|
|
26052
|
+
}
|
|
26053
|
+
},
|
|
26054
|
+
"type": "object",
|
|
26055
|
+
"required": [
|
|
26056
|
+
"timestamp"
|
|
26057
|
+
],
|
|
26058
|
+
"title": "SessionText",
|
|
26059
|
+
"description": "Information about a given message from a user to an agent or vice-versa."
|
|
26060
|
+
},
|
|
26061
|
+
"SessionTranscriptionResponse": {
|
|
26062
|
+
"properties": {
|
|
26063
|
+
"session_id": {
|
|
26064
|
+
"type": "string",
|
|
26065
|
+
"title": "Session Id",
|
|
26066
|
+
"description": "Internal ID of the session"
|
|
26067
|
+
},
|
|
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"
|
|
26075
|
+
},
|
|
26076
|
+
"actions": {
|
|
26077
|
+
"items": {
|
|
26078
|
+
"$ref": "#/components/schemas/SessionAction"
|
|
26079
|
+
},
|
|
26080
|
+
"type": "array",
|
|
26081
|
+
"title": "Actions",
|
|
26082
|
+
"description": "Tool invocations that occurred during the session"
|
|
26083
|
+
}
|
|
26084
|
+
},
|
|
26085
|
+
"type": "object",
|
|
26086
|
+
"required": [
|
|
26087
|
+
"session_id",
|
|
26088
|
+
"transcription",
|
|
26089
|
+
"actions"
|
|
26090
|
+
],
|
|
26091
|
+
"title": "SessionTranscriptionResponse",
|
|
26092
|
+
"description": "Text transcript of a given session. For more information, see\n[Console docs](https://docs.syllable.ai/workspaces/Sessions)."
|
|
26093
|
+
},
|
|
26094
|
+
"SetValueAction": {
|
|
26095
|
+
"properties": {
|
|
26096
|
+
"value": {
|
|
26097
|
+
"anyOf": [
|
|
26098
|
+
{
|
|
26099
|
+
"$ref": "#/components/schemas/JsonValue"
|
|
26100
|
+
},
|
|
26101
|
+
{
|
|
26102
|
+
"type": "null"
|
|
26103
|
+
}
|
|
26104
|
+
],
|
|
26105
|
+
"description": "Initial value of the variable."
|
|
26106
|
+
},
|
|
26107
|
+
"value_from": {
|
|
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
|
+
},
|
|
26130
|
+
{
|
|
26131
|
+
"type": "string"
|
|
26132
|
+
},
|
|
26133
|
+
{
|
|
26134
|
+
"type": "null"
|
|
26135
|
+
}
|
|
26136
|
+
],
|
|
26137
|
+
"title": "Value From",
|
|
26138
|
+
"description": "Expression to compute initial value (mutually exclusive with value)."
|
|
26139
|
+
},
|
|
26140
|
+
"if": {
|
|
26141
|
+
"anyOf": [
|
|
26142
|
+
{
|
|
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"
|
|
26165
|
+
},
|
|
26166
|
+
{
|
|
26167
|
+
"type": "null"
|
|
26168
|
+
}
|
|
26169
|
+
],
|
|
26170
|
+
"title": "If",
|
|
26171
|
+
"description": "An expression that must evaluate to true for the action to be applied."
|
|
26172
|
+
},
|
|
26173
|
+
"action": {
|
|
26174
|
+
"type": "string",
|
|
26175
|
+
"const": "set",
|
|
26176
|
+
"title": "Action",
|
|
26177
|
+
"default": "set"
|
|
26178
|
+
},
|
|
26179
|
+
"name": {
|
|
26180
|
+
"type": "string",
|
|
26181
|
+
"title": "Name",
|
|
26182
|
+
"description": "Destination path to mutate (e.g. output.foo)."
|
|
26183
|
+
}
|
|
26184
|
+
},
|
|
26185
|
+
"type": "object",
|
|
26186
|
+
"required": [
|
|
26187
|
+
"name"
|
|
26188
|
+
],
|
|
26189
|
+
"title": "SetValueAction"
|
|
26190
|
+
},
|
|
26191
|
+
"StaticToolParameter": {
|
|
26192
|
+
"properties": {
|
|
26193
|
+
"name": {
|
|
26194
|
+
"type": "string",
|
|
26195
|
+
"title": "Name",
|
|
26196
|
+
"description": "The name of the parameter - must be unique within the tool.",
|
|
26197
|
+
"examples": [
|
|
26198
|
+
"temperature_unit"
|
|
26199
|
+
]
|
|
26200
|
+
},
|
|
26201
|
+
"description": {
|
|
26202
|
+
"anyOf": [
|
|
26203
|
+
{
|
|
26204
|
+
"type": "string"
|
|
26205
|
+
},
|
|
26206
|
+
{
|
|
26207
|
+
"type": "null"
|
|
26208
|
+
}
|
|
26209
|
+
],
|
|
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
|
+
]
|
|
26230
|
+
},
|
|
26231
|
+
"default": {
|
|
26232
|
+
"anyOf": [
|
|
26233
|
+
{},
|
|
26234
|
+
{
|
|
26235
|
+
"type": "null"
|
|
26236
|
+
}
|
|
26237
|
+
],
|
|
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).",
|
|
26240
|
+
"examples": [
|
|
26241
|
+
"fahrenheit"
|
|
26242
|
+
]
|
|
26243
|
+
}
|
|
26244
|
+
},
|
|
26245
|
+
"type": "object",
|
|
26246
|
+
"required": [
|
|
26247
|
+
"name",
|
|
26248
|
+
"required",
|
|
26249
|
+
"type"
|
|
26250
|
+
],
|
|
26251
|
+
"title": "StaticToolParameter",
|
|
26252
|
+
"description": "A parameter for the tool whose value should be set at config time."
|
|
26253
|
+
},
|
|
26254
|
+
"StaticToolParameterType": {
|
|
26255
|
+
"type": "string",
|
|
26256
|
+
"enum": [
|
|
26257
|
+
"string",
|
|
26258
|
+
"int",
|
|
26259
|
+
"boolean",
|
|
26260
|
+
"data_source_list"
|
|
26261
|
+
],
|
|
26262
|
+
"title": "StaticToolParameterType",
|
|
26263
|
+
"description": "The expected type for a static tool parameter."
|
|
26264
|
+
},
|
|
26265
|
+
"Step": {
|
|
26266
|
+
"properties": {
|
|
26267
|
+
"id": {
|
|
26268
|
+
"type": "string",
|
|
26269
|
+
"title": "Id",
|
|
26270
|
+
"description": "The unique identifier of the step."
|
|
26271
|
+
},
|
|
26272
|
+
"goal": {
|
|
26273
|
+
"type": "string",
|
|
26274
|
+
"title": "Goal",
|
|
26275
|
+
"description": "The goal of the step."
|
|
26276
|
+
},
|
|
26277
|
+
"instructions": {
|
|
26278
|
+
"items": {
|
|
26279
|
+
"anyOf": [
|
|
26280
|
+
{
|
|
26281
|
+
"$ref": "#/components/schemas/ConditionalText"
|
|
26282
|
+
},
|
|
26283
|
+
{
|
|
26284
|
+
"type": "string"
|
|
26285
|
+
}
|
|
26286
|
+
]
|
|
26287
|
+
},
|
|
26288
|
+
"type": "array",
|
|
26289
|
+
"title": "Instructions",
|
|
26290
|
+
"description": "The instructions for the step."
|
|
26291
|
+
},
|
|
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."
|
|
26322
|
+
}
|
|
26323
|
+
},
|
|
26324
|
+
"type": "object",
|
|
26325
|
+
"required": [
|
|
26326
|
+
"id",
|
|
26327
|
+
"goal"
|
|
26328
|
+
],
|
|
26329
|
+
"title": "Step"
|
|
26330
|
+
},
|
|
26331
|
+
"StepEventActions": {
|
|
26332
|
+
"properties": {
|
|
26333
|
+
"start": {
|
|
26334
|
+
"anyOf": [
|
|
26335
|
+
{
|
|
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"
|
|
26366
|
+
},
|
|
26367
|
+
{
|
|
26368
|
+
"type": "null"
|
|
26369
|
+
}
|
|
26370
|
+
],
|
|
26371
|
+
"title": "Start",
|
|
26372
|
+
"description": "Actions to execute on the first input from the user."
|
|
26373
|
+
},
|
|
26374
|
+
"enter": {
|
|
26375
|
+
"anyOf": [
|
|
26376
|
+
{
|
|
26377
|
+
"items": {
|
|
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
|
+
}
|
|
26405
|
+
},
|
|
26406
|
+
"type": "array"
|
|
26407
|
+
},
|
|
26408
|
+
{
|
|
26409
|
+
"type": "null"
|
|
26410
|
+
}
|
|
26411
|
+
],
|
|
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."
|
|
26455
|
+
}
|
|
26456
|
+
},
|
|
26457
|
+
"type": "object",
|
|
26458
|
+
"title": "StepEventActions",
|
|
26459
|
+
"description": "Actions to perform when events occur (enter, submit)."
|
|
26460
|
+
},
|
|
26461
|
+
"StepTools": {
|
|
26462
|
+
"properties": {
|
|
26463
|
+
"call": {
|
|
26464
|
+
"anyOf": [
|
|
26465
|
+
{
|
|
26466
|
+
"type": "boolean"
|
|
26467
|
+
},
|
|
26468
|
+
{
|
|
26469
|
+
"type": "null"
|
|
26470
|
+
}
|
|
26471
|
+
],
|
|
26472
|
+
"title": "Call",
|
|
26473
|
+
"description": "Whether to force immediate tool call without user interaction."
|
|
26474
|
+
},
|
|
26475
|
+
"allow": {
|
|
26476
|
+
"anyOf": [
|
|
26477
|
+
{
|
|
26478
|
+
"items": {
|
|
26479
|
+
"type": "string"
|
|
26480
|
+
},
|
|
26481
|
+
"type": "array"
|
|
26482
|
+
},
|
|
26483
|
+
{
|
|
26484
|
+
"type": "null"
|
|
26485
|
+
}
|
|
26486
|
+
],
|
|
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."
|
|
26501
|
+
}
|
|
26502
|
+
},
|
|
26503
|
+
"type": "object",
|
|
26504
|
+
"title": "StepTools",
|
|
26505
|
+
"description": "Configuration for tools available in a step."
|
|
26506
|
+
},
|
|
26507
|
+
"StepsTask": {
|
|
26508
|
+
"properties": {
|
|
26509
|
+
"id": {
|
|
26510
|
+
"anyOf": [
|
|
26511
|
+
{
|
|
26512
|
+
"type": "string"
|
|
26513
|
+
},
|
|
26514
|
+
{
|
|
26515
|
+
"type": "null"
|
|
26516
|
+
}
|
|
26517
|
+
],
|
|
26518
|
+
"title": "Id",
|
|
26519
|
+
"description": "A unique identifier for the task."
|
|
26520
|
+
},
|
|
26521
|
+
"config": {
|
|
26522
|
+
"anyOf": [
|
|
26523
|
+
{
|
|
26524
|
+
"additionalProperties": {
|
|
26525
|
+
"$ref": "#/components/schemas/JsonValue"
|
|
26526
|
+
},
|
|
26527
|
+
"type": "object"
|
|
26528
|
+
},
|
|
26529
|
+
{
|
|
26530
|
+
"type": "null"
|
|
26531
|
+
}
|
|
26532
|
+
],
|
|
26533
|
+
"title": "Config"
|
|
26534
|
+
},
|
|
26535
|
+
"variables": {
|
|
26536
|
+
"anyOf": [
|
|
26537
|
+
{
|
|
26538
|
+
"items": {
|
|
26539
|
+
"$ref": "#/components/schemas/Variable"
|
|
26540
|
+
},
|
|
26541
|
+
"type": "array"
|
|
26542
|
+
},
|
|
26543
|
+
{
|
|
26544
|
+
"type": "null"
|
|
26545
|
+
}
|
|
26546
|
+
],
|
|
26547
|
+
"title": "Variables"
|
|
24814
26548
|
},
|
|
24815
|
-
"
|
|
26549
|
+
"metadata": {
|
|
24816
26550
|
"anyOf": [
|
|
24817
26551
|
{
|
|
24818
|
-
"
|
|
26552
|
+
"$ref": "#/components/schemas/ContextTaskMetadata"
|
|
24819
26553
|
},
|
|
24820
26554
|
{
|
|
24821
26555
|
"type": "null"
|
|
24822
26556
|
}
|
|
24823
|
-
],
|
|
24824
|
-
"title": "Text",
|
|
24825
|
-
"description": "Content of the message"
|
|
24826
|
-
}
|
|
24827
|
-
},
|
|
24828
|
-
"type": "object",
|
|
24829
|
-
"required": [
|
|
24830
|
-
"timestamp"
|
|
24831
|
-
],
|
|
24832
|
-
"title": "SessionText",
|
|
24833
|
-
"description": "Information about a given message from a user to an agent or vice-versa."
|
|
24834
|
-
},
|
|
24835
|
-
"SessionTranscriptionResponse": {
|
|
24836
|
-
"properties": {
|
|
24837
|
-
"session_id": {
|
|
24838
|
-
"type": "string",
|
|
24839
|
-
"title": "Session Id",
|
|
24840
|
-
"description": "Internal ID of the session"
|
|
24841
|
-
},
|
|
24842
|
-
"transcription": {
|
|
24843
|
-
"items": {
|
|
24844
|
-
"$ref": "#/components/schemas/SessionText"
|
|
24845
|
-
},
|
|
24846
|
-
"type": "array",
|
|
24847
|
-
"title": "Transcription",
|
|
24848
|
-
"description": "Transcriptions of all messages in the session"
|
|
24849
|
-
},
|
|
24850
|
-
"actions": {
|
|
24851
|
-
"items": {
|
|
24852
|
-
"$ref": "#/components/schemas/SessionAction"
|
|
24853
|
-
},
|
|
24854
|
-
"type": "array",
|
|
24855
|
-
"title": "Actions",
|
|
24856
|
-
"description": "Tool invocations that occurred during the session"
|
|
24857
|
-
}
|
|
24858
|
-
},
|
|
24859
|
-
"type": "object",
|
|
24860
|
-
"required": [
|
|
24861
|
-
"session_id",
|
|
24862
|
-
"transcription",
|
|
24863
|
-
"actions"
|
|
24864
|
-
],
|
|
24865
|
-
"title": "SessionTranscriptionResponse",
|
|
24866
|
-
"description": "Text transcript of a given session. For more information, see\n[Console docs](https://docs.syllable.ai/workspaces/Sessions)."
|
|
24867
|
-
},
|
|
24868
|
-
"StaticToolParameter": {
|
|
24869
|
-
"properties": {
|
|
24870
|
-
"name": {
|
|
24871
|
-
"type": "string",
|
|
24872
|
-
"title": "Name",
|
|
24873
|
-
"description": "The name of the parameter - must be unique within the tool.",
|
|
24874
|
-
"examples": [
|
|
24875
|
-
"temperature_unit"
|
|
24876
26557
|
]
|
|
24877
26558
|
},
|
|
24878
|
-
"
|
|
26559
|
+
"tool": {
|
|
24879
26560
|
"anyOf": [
|
|
24880
26561
|
{
|
|
24881
|
-
"
|
|
26562
|
+
"$ref": "#/components/schemas/ContextToolInfo"
|
|
24882
26563
|
},
|
|
24883
26564
|
{
|
|
24884
26565
|
"type": "null"
|
|
24885
26566
|
}
|
|
24886
|
-
],
|
|
24887
|
-
"title": "Description",
|
|
24888
|
-
"description": "The description of the parameter.",
|
|
24889
|
-
"examples": [
|
|
24890
|
-
"Whether the temperature information should be fetched in celsius or fahrenheit."
|
|
24891
|
-
]
|
|
24892
|
-
},
|
|
24893
|
-
"required": {
|
|
24894
|
-
"type": "boolean",
|
|
24895
|
-
"title": "Required",
|
|
24896
|
-
"description": "Whether the parameter is required to have a value assigned.",
|
|
24897
|
-
"examples": [
|
|
24898
|
-
true
|
|
24899
26567
|
]
|
|
24900
26568
|
},
|
|
24901
26569
|
"type": {
|
|
24902
|
-
"
|
|
24903
|
-
"
|
|
24904
|
-
"
|
|
24905
|
-
|
|
24906
|
-
]
|
|
26570
|
+
"type": "string",
|
|
26571
|
+
"const": "steps",
|
|
26572
|
+
"title": "Type",
|
|
26573
|
+
"default": "steps"
|
|
24907
26574
|
},
|
|
24908
|
-
"
|
|
24909
|
-
"
|
|
24910
|
-
|
|
24911
|
-
|
|
24912
|
-
|
|
24913
|
-
|
|
24914
|
-
|
|
24915
|
-
"
|
|
24916
|
-
|
|
24917
|
-
|
|
24918
|
-
|
|
24919
|
-
|
|
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"
|
|
24920
26587
|
}
|
|
24921
26588
|
},
|
|
24922
26589
|
"type": "object",
|
|
24923
|
-
"
|
|
24924
|
-
"name",
|
|
24925
|
-
"required",
|
|
24926
|
-
"type"
|
|
24927
|
-
],
|
|
24928
|
-
"title": "StaticToolParameter",
|
|
24929
|
-
"description": "A parameter for the tool whose value should be set at config time."
|
|
24930
|
-
},
|
|
24931
|
-
"StaticToolParameterType": {
|
|
24932
|
-
"type": "string",
|
|
24933
|
-
"enum": [
|
|
24934
|
-
"string",
|
|
24935
|
-
"int",
|
|
24936
|
-
"boolean",
|
|
24937
|
-
"data_source_list"
|
|
24938
|
-
],
|
|
24939
|
-
"title": "StaticToolParameterType",
|
|
24940
|
-
"description": "The expected type for a static tool parameter."
|
|
26590
|
+
"title": "StepsTask"
|
|
24941
26591
|
},
|
|
24942
26592
|
"SummaryEntry": {
|
|
24943
26593
|
"properties": {
|
|
@@ -25440,6 +27090,15 @@
|
|
|
25440
27090
|
"method": "get",
|
|
25441
27091
|
"url": "https://api.open-meteo.com/v1/forecast"
|
|
25442
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
|
+
],
|
|
25443
27102
|
"tool": {
|
|
25444
27103
|
"function": {
|
|
25445
27104
|
"description": "Get the weather for a city",
|
|
@@ -25532,6 +27191,17 @@
|
|
|
25532
27191
|
"description": "The configuration for an HTTP API call.",
|
|
25533
27192
|
"examples": []
|
|
25534
27193
|
},
|
|
27194
|
+
"context": {
|
|
27195
|
+
"anyOf": [
|
|
27196
|
+
{
|
|
27197
|
+
"$ref": "#/components/schemas/Context"
|
|
27198
|
+
},
|
|
27199
|
+
{
|
|
27200
|
+
"type": "null"
|
|
27201
|
+
}
|
|
27202
|
+
],
|
|
27203
|
+
"description": "The configuration for a context tool."
|
|
27204
|
+
},
|
|
25535
27205
|
"defaults": {
|
|
25536
27206
|
"anyOf": [
|
|
25537
27207
|
{},
|
|
@@ -25626,6 +27296,15 @@
|
|
|
25626
27296
|
"method": "get",
|
|
25627
27297
|
"url": "https://api.open-meteo.com/v1/forecast"
|
|
25628
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
|
+
],
|
|
25629
27308
|
"tool": {
|
|
25630
27309
|
"function": {
|
|
25631
27310
|
"description": "Get the weather for a city",
|
|
@@ -26037,6 +27716,15 @@
|
|
|
26037
27716
|
"method": "get",
|
|
26038
27717
|
"url": "https://api.open-meteo.com/v1/forecast"
|
|
26039
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
|
+
],
|
|
26040
27728
|
"tool": {
|
|
26041
27729
|
"function": {
|
|
26042
27730
|
"description": "Get the weather for a city",
|
|
@@ -26218,6 +27906,15 @@
|
|
|
26218
27906
|
"method": "get",
|
|
26219
27907
|
"url": "https://api.open-meteo.com/v1/forecast"
|
|
26220
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
|
+
],
|
|
26221
27918
|
"tool": {
|
|
26222
27919
|
"function": {
|
|
26223
27920
|
"description": "Get the weather for a city",
|
|
@@ -26963,6 +28660,156 @@
|
|
|
26963
28660
|
],
|
|
26964
28661
|
"title": "ValidationError"
|
|
26965
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
|
+
},
|
|
26966
28813
|
"VoiceDisplayInfo": {
|
|
26967
28814
|
"properties": {
|
|
26968
28815
|
"display_name": {
|