@wildix/wilma-agents-client 1.0.41 → 1.0.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/schemas/schemas_0.js +51 -35
- package/dist-es/schemas/schemas_0.js +47 -31
- package/dist-types/commands/CreateAgentCommand.d.ts +34 -66
- package/dist-types/commands/GetAgentCommand.d.ts +17 -33
- package/dist-types/commands/GetAgentVersionCommand.d.ts +17 -33
- package/dist-types/commands/ListAgentsCommand.d.ts +17 -33
- package/dist-types/commands/PublishAgentVersionCommand.d.ts +17 -33
- package/dist-types/commands/RestoreAgentVersionToDraftCommand.d.ts +17 -33
- package/dist-types/commands/UpdateAgentCommand.d.ts +34 -66
- package/dist-types/models/models_0.d.ts +110 -49
- package/dist-types/schemas/schemas_0.d.ts +4 -1
- package/package.json +56 -56
|
@@ -95,12 +95,6 @@ declare const PublishAgentVersionCommand_base: {
|
|
|
95
95
|
* // action: { // VoiceTerminateAction Union: only one key present
|
|
96
96
|
* // hangup: { // VoiceTerminateHangupAction
|
|
97
97
|
* // message: "STRING_VALUE",
|
|
98
|
-
* // messages: [ // AgentSpokenPhraseList
|
|
99
|
-
* // { // AgentSpokenPhrase
|
|
100
|
-
* // language: "STRING_VALUE", // required
|
|
101
|
-
* // text: "STRING_VALUE", // required
|
|
102
|
-
* // },
|
|
103
|
-
* // ],
|
|
104
98
|
* // },
|
|
105
99
|
* // transfer: { // VoiceTransferTarget
|
|
106
100
|
* // name: "STRING_VALUE", // required
|
|
@@ -115,12 +109,6 @@ declare const PublishAgentVersionCommand_base: {
|
|
|
115
109
|
* // action: {// Union: only one key present
|
|
116
110
|
* // hangup: {
|
|
117
111
|
* // message: "STRING_VALUE",
|
|
118
|
-
* // messages: [
|
|
119
|
-
* // {
|
|
120
|
-
* // language: "STRING_VALUE", // required
|
|
121
|
-
* // text: "STRING_VALUE", // required
|
|
122
|
-
* // },
|
|
123
|
-
* // ],
|
|
124
112
|
* // },
|
|
125
113
|
* // transfer: {
|
|
126
114
|
* // name: "STRING_VALUE", // required
|
|
@@ -161,6 +149,23 @@ declare const PublishAgentVersionCommand_base: {
|
|
|
161
149
|
* // ],
|
|
162
150
|
* // placeholder: "STRING_VALUE",
|
|
163
151
|
* // },
|
|
152
|
+
* // audio: { // AssistantAudioSettings
|
|
153
|
+
* // enabled: true || false, // required
|
|
154
|
+
* // engine: "STRING_VALUE",
|
|
155
|
+
* // speech: { // AssistantSpeechSettings
|
|
156
|
+
* // languages: [ // AssistantLanguageList // required
|
|
157
|
+
* // { // AssistantLanguage
|
|
158
|
+
* // code: "STRING_VALUE", // required
|
|
159
|
+
* // voice: "STRING_VALUE", // required
|
|
160
|
+
* // isDefault: true || false,
|
|
161
|
+
* // },
|
|
162
|
+
* // ],
|
|
163
|
+
* // transcription: { // AssistantTranscriptionSettings
|
|
164
|
+
* // engine: "STRING_VALUE",
|
|
165
|
+
* // autoDetect: true || false,
|
|
166
|
+
* // },
|
|
167
|
+
* // },
|
|
168
|
+
* // },
|
|
164
169
|
* // },
|
|
165
170
|
* // },
|
|
166
171
|
* // engine: { // AgentEngine Union: only one key present
|
|
@@ -205,12 +210,6 @@ declare const PublishAgentVersionCommand_base: {
|
|
|
205
210
|
* // },
|
|
206
211
|
* // ],
|
|
207
212
|
* // startMessage: "STRING_VALUE",
|
|
208
|
-
* // startMessages: [
|
|
209
|
-
* // {
|
|
210
|
-
* // language: "STRING_VALUE", // required
|
|
211
|
-
* // text: "STRING_VALUE", // required
|
|
212
|
-
* // },
|
|
213
|
-
* // ],
|
|
214
213
|
* // pipeline: { // AgentToolPipeline
|
|
215
214
|
* // type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
|
|
216
215
|
* // instructions: "STRING_VALUE",
|
|
@@ -241,12 +240,6 @@ declare const PublishAgentVersionCommand_base: {
|
|
|
241
240
|
* // connector: { // AgentConnectorCapability
|
|
242
241
|
* // id: "STRING_VALUE", // required
|
|
243
242
|
* // startMessage: "STRING_VALUE",
|
|
244
|
-
* // startMessages: [
|
|
245
|
-
* // {
|
|
246
|
-
* // language: "STRING_VALUE", // required
|
|
247
|
-
* // text: "STRING_VALUE", // required
|
|
248
|
-
* // },
|
|
249
|
-
* // ],
|
|
250
243
|
* // pipeline: {
|
|
251
244
|
* // type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
|
|
252
245
|
* // instructions: "STRING_VALUE",
|
|
@@ -450,12 +443,6 @@ declare const PublishAgentVersionCommand_base: {
|
|
|
450
443
|
* // name: "STRING_VALUE",
|
|
451
444
|
* // description: "STRING_VALUE",
|
|
452
445
|
* // message: "STRING_VALUE",
|
|
453
|
-
* // messages: [
|
|
454
|
-
* // {
|
|
455
|
-
* // language: "STRING_VALUE", // required
|
|
456
|
-
* // text: "STRING_VALUE", // required
|
|
457
|
-
* // },
|
|
458
|
-
* // ],
|
|
459
446
|
* // channels: "<AgentCapabilityChannelsList>",
|
|
460
447
|
* // annotations: "<AgentToolAnnotationsList>",
|
|
461
448
|
* // },
|
|
@@ -514,7 +501,6 @@ declare const PublishAgentVersionCommand_base: {
|
|
|
514
501
|
* // },
|
|
515
502
|
* // ],
|
|
516
503
|
* // startMessage: "STRING_VALUE",
|
|
517
|
-
* // startMessages: "<AgentSpokenPhraseList>",
|
|
518
504
|
* // pipeline: {
|
|
519
505
|
* // type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
|
|
520
506
|
* // instructions: "STRING_VALUE",
|
|
@@ -528,7 +514,6 @@ declare const PublishAgentVersionCommand_base: {
|
|
|
528
514
|
* // connector: {
|
|
529
515
|
* // id: "STRING_VALUE", // required
|
|
530
516
|
* // startMessage: "STRING_VALUE",
|
|
531
|
-
* // startMessages: "<AgentSpokenPhraseList>",
|
|
532
517
|
* // pipeline: {
|
|
533
518
|
* // type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
|
|
534
519
|
* // instructions: "STRING_VALUE",
|
|
@@ -617,7 +602,6 @@ declare const PublishAgentVersionCommand_base: {
|
|
|
617
602
|
* // name: "STRING_VALUE",
|
|
618
603
|
* // description: "STRING_VALUE",
|
|
619
604
|
* // message: "STRING_VALUE",
|
|
620
|
-
* // messages: "<AgentSpokenPhraseList>",
|
|
621
605
|
* // channels: "<AgentCapabilityChannelsList>",
|
|
622
606
|
* // annotations: "<AgentToolAnnotationsList>",
|
|
623
607
|
* // },
|
|
@@ -88,12 +88,6 @@ declare const RestoreAgentVersionToDraftCommand_base: {
|
|
|
88
88
|
* // action: { // VoiceTerminateAction Union: only one key present
|
|
89
89
|
* // hangup: { // VoiceTerminateHangupAction
|
|
90
90
|
* // message: "STRING_VALUE",
|
|
91
|
-
* // messages: [ // AgentSpokenPhraseList
|
|
92
|
-
* // { // AgentSpokenPhrase
|
|
93
|
-
* // language: "STRING_VALUE", // required
|
|
94
|
-
* // text: "STRING_VALUE", // required
|
|
95
|
-
* // },
|
|
96
|
-
* // ],
|
|
97
91
|
* // },
|
|
98
92
|
* // transfer: { // VoiceTransferTarget
|
|
99
93
|
* // name: "STRING_VALUE", // required
|
|
@@ -108,12 +102,6 @@ declare const RestoreAgentVersionToDraftCommand_base: {
|
|
|
108
102
|
* // action: {// Union: only one key present
|
|
109
103
|
* // hangup: {
|
|
110
104
|
* // message: "STRING_VALUE",
|
|
111
|
-
* // messages: [
|
|
112
|
-
* // {
|
|
113
|
-
* // language: "STRING_VALUE", // required
|
|
114
|
-
* // text: "STRING_VALUE", // required
|
|
115
|
-
* // },
|
|
116
|
-
* // ],
|
|
117
105
|
* // },
|
|
118
106
|
* // transfer: {
|
|
119
107
|
* // name: "STRING_VALUE", // required
|
|
@@ -154,6 +142,23 @@ declare const RestoreAgentVersionToDraftCommand_base: {
|
|
|
154
142
|
* // ],
|
|
155
143
|
* // placeholder: "STRING_VALUE",
|
|
156
144
|
* // },
|
|
145
|
+
* // audio: { // AssistantAudioSettings
|
|
146
|
+
* // enabled: true || false, // required
|
|
147
|
+
* // engine: "STRING_VALUE",
|
|
148
|
+
* // speech: { // AssistantSpeechSettings
|
|
149
|
+
* // languages: [ // AssistantLanguageList // required
|
|
150
|
+
* // { // AssistantLanguage
|
|
151
|
+
* // code: "STRING_VALUE", // required
|
|
152
|
+
* // voice: "STRING_VALUE", // required
|
|
153
|
+
* // isDefault: true || false,
|
|
154
|
+
* // },
|
|
155
|
+
* // ],
|
|
156
|
+
* // transcription: { // AssistantTranscriptionSettings
|
|
157
|
+
* // engine: "STRING_VALUE",
|
|
158
|
+
* // autoDetect: true || false,
|
|
159
|
+
* // },
|
|
160
|
+
* // },
|
|
161
|
+
* // },
|
|
157
162
|
* // },
|
|
158
163
|
* // },
|
|
159
164
|
* // engine: { // AgentEngine Union: only one key present
|
|
@@ -198,12 +203,6 @@ declare const RestoreAgentVersionToDraftCommand_base: {
|
|
|
198
203
|
* // },
|
|
199
204
|
* // ],
|
|
200
205
|
* // startMessage: "STRING_VALUE",
|
|
201
|
-
* // startMessages: [
|
|
202
|
-
* // {
|
|
203
|
-
* // language: "STRING_VALUE", // required
|
|
204
|
-
* // text: "STRING_VALUE", // required
|
|
205
|
-
* // },
|
|
206
|
-
* // ],
|
|
207
206
|
* // pipeline: { // AgentToolPipeline
|
|
208
207
|
* // type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
|
|
209
208
|
* // instructions: "STRING_VALUE",
|
|
@@ -234,12 +233,6 @@ declare const RestoreAgentVersionToDraftCommand_base: {
|
|
|
234
233
|
* // connector: { // AgentConnectorCapability
|
|
235
234
|
* // id: "STRING_VALUE", // required
|
|
236
235
|
* // startMessage: "STRING_VALUE",
|
|
237
|
-
* // startMessages: [
|
|
238
|
-
* // {
|
|
239
|
-
* // language: "STRING_VALUE", // required
|
|
240
|
-
* // text: "STRING_VALUE", // required
|
|
241
|
-
* // },
|
|
242
|
-
* // ],
|
|
243
236
|
* // pipeline: {
|
|
244
237
|
* // type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
|
|
245
238
|
* // instructions: "STRING_VALUE",
|
|
@@ -443,12 +436,6 @@ declare const RestoreAgentVersionToDraftCommand_base: {
|
|
|
443
436
|
* // name: "STRING_VALUE",
|
|
444
437
|
* // description: "STRING_VALUE",
|
|
445
438
|
* // message: "STRING_VALUE",
|
|
446
|
-
* // messages: [
|
|
447
|
-
* // {
|
|
448
|
-
* // language: "STRING_VALUE", // required
|
|
449
|
-
* // text: "STRING_VALUE", // required
|
|
450
|
-
* // },
|
|
451
|
-
* // ],
|
|
452
439
|
* // channels: "<AgentCapabilityChannelsList>",
|
|
453
440
|
* // annotations: "<AgentToolAnnotationsList>",
|
|
454
441
|
* // },
|
|
@@ -507,7 +494,6 @@ declare const RestoreAgentVersionToDraftCommand_base: {
|
|
|
507
494
|
* // },
|
|
508
495
|
* // ],
|
|
509
496
|
* // startMessage: "STRING_VALUE",
|
|
510
|
-
* // startMessages: "<AgentSpokenPhraseList>",
|
|
511
497
|
* // pipeline: {
|
|
512
498
|
* // type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
|
|
513
499
|
* // instructions: "STRING_VALUE",
|
|
@@ -521,7 +507,6 @@ declare const RestoreAgentVersionToDraftCommand_base: {
|
|
|
521
507
|
* // connector: {
|
|
522
508
|
* // id: "STRING_VALUE", // required
|
|
523
509
|
* // startMessage: "STRING_VALUE",
|
|
524
|
-
* // startMessages: "<AgentSpokenPhraseList>",
|
|
525
510
|
* // pipeline: {
|
|
526
511
|
* // type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
|
|
527
512
|
* // instructions: "STRING_VALUE",
|
|
@@ -610,7 +595,6 @@ declare const RestoreAgentVersionToDraftCommand_base: {
|
|
|
610
595
|
* // name: "STRING_VALUE",
|
|
611
596
|
* // description: "STRING_VALUE",
|
|
612
597
|
* // message: "STRING_VALUE",
|
|
613
|
-
* // messages: "<AgentSpokenPhraseList>",
|
|
614
598
|
* // channels: "<AgentCapabilityChannelsList>",
|
|
615
599
|
* // annotations: "<AgentToolAnnotationsList>",
|
|
616
600
|
* // },
|
|
@@ -79,12 +79,6 @@ declare const UpdateAgentCommand_base: {
|
|
|
79
79
|
* action: { // VoiceTerminateAction Union: only one key present
|
|
80
80
|
* hangup: { // VoiceTerminateHangupAction
|
|
81
81
|
* message: "STRING_VALUE",
|
|
82
|
-
* messages: [ // AgentSpokenPhraseList
|
|
83
|
-
* { // AgentSpokenPhrase
|
|
84
|
-
* language: "STRING_VALUE", // required
|
|
85
|
-
* text: "STRING_VALUE", // required
|
|
86
|
-
* },
|
|
87
|
-
* ],
|
|
88
82
|
* },
|
|
89
83
|
* transfer: { // VoiceTransferTarget
|
|
90
84
|
* name: "STRING_VALUE", // required
|
|
@@ -99,12 +93,6 @@ declare const UpdateAgentCommand_base: {
|
|
|
99
93
|
* action: {// Union: only one key present
|
|
100
94
|
* hangup: {
|
|
101
95
|
* message: "STRING_VALUE",
|
|
102
|
-
* messages: [
|
|
103
|
-
* {
|
|
104
|
-
* language: "STRING_VALUE", // required
|
|
105
|
-
* text: "STRING_VALUE", // required
|
|
106
|
-
* },
|
|
107
|
-
* ],
|
|
108
96
|
* },
|
|
109
97
|
* transfer: {
|
|
110
98
|
* name: "STRING_VALUE", // required
|
|
@@ -145,6 +133,23 @@ declare const UpdateAgentCommand_base: {
|
|
|
145
133
|
* ],
|
|
146
134
|
* placeholder: "STRING_VALUE",
|
|
147
135
|
* },
|
|
136
|
+
* audio: { // AssistantAudioSettings
|
|
137
|
+
* enabled: true || false, // required
|
|
138
|
+
* engine: "STRING_VALUE",
|
|
139
|
+
* speech: { // AssistantSpeechSettings
|
|
140
|
+
* languages: [ // AssistantLanguageList // required
|
|
141
|
+
* { // AssistantLanguage
|
|
142
|
+
* code: "STRING_VALUE", // required
|
|
143
|
+
* voice: "STRING_VALUE", // required
|
|
144
|
+
* isDefault: true || false,
|
|
145
|
+
* },
|
|
146
|
+
* ],
|
|
147
|
+
* transcription: { // AssistantTranscriptionSettings
|
|
148
|
+
* engine: "STRING_VALUE",
|
|
149
|
+
* autoDetect: true || false,
|
|
150
|
+
* },
|
|
151
|
+
* },
|
|
152
|
+
* },
|
|
148
153
|
* },
|
|
149
154
|
* },
|
|
150
155
|
* engine: { // AgentEngine Union: only one key present
|
|
@@ -189,12 +194,6 @@ declare const UpdateAgentCommand_base: {
|
|
|
189
194
|
* },
|
|
190
195
|
* ],
|
|
191
196
|
* startMessage: "STRING_VALUE",
|
|
192
|
-
* startMessages: [
|
|
193
|
-
* {
|
|
194
|
-
* language: "STRING_VALUE", // required
|
|
195
|
-
* text: "STRING_VALUE", // required
|
|
196
|
-
* },
|
|
197
|
-
* ],
|
|
198
197
|
* pipeline: { // AgentToolPipeline
|
|
199
198
|
* type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
|
|
200
199
|
* instructions: "STRING_VALUE",
|
|
@@ -225,12 +224,6 @@ declare const UpdateAgentCommand_base: {
|
|
|
225
224
|
* connector: { // AgentConnectorCapability
|
|
226
225
|
* id: "STRING_VALUE", // required
|
|
227
226
|
* startMessage: "STRING_VALUE",
|
|
228
|
-
* startMessages: [
|
|
229
|
-
* {
|
|
230
|
-
* language: "STRING_VALUE", // required
|
|
231
|
-
* text: "STRING_VALUE", // required
|
|
232
|
-
* },
|
|
233
|
-
* ],
|
|
234
227
|
* pipeline: {
|
|
235
228
|
* type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
|
|
236
229
|
* instructions: "STRING_VALUE",
|
|
@@ -434,12 +427,6 @@ declare const UpdateAgentCommand_base: {
|
|
|
434
427
|
* name: "STRING_VALUE",
|
|
435
428
|
* description: "STRING_VALUE",
|
|
436
429
|
* message: "STRING_VALUE",
|
|
437
|
-
* messages: [
|
|
438
|
-
* {
|
|
439
|
-
* language: "STRING_VALUE", // required
|
|
440
|
-
* text: "STRING_VALUE", // required
|
|
441
|
-
* },
|
|
442
|
-
* ],
|
|
443
430
|
* channels: "<AgentCapabilityChannelsList>",
|
|
444
431
|
* annotations: "<AgentToolAnnotationsList>",
|
|
445
432
|
* },
|
|
@@ -498,7 +485,6 @@ declare const UpdateAgentCommand_base: {
|
|
|
498
485
|
* },
|
|
499
486
|
* ],
|
|
500
487
|
* startMessage: "STRING_VALUE",
|
|
501
|
-
* startMessages: "<AgentSpokenPhraseList>",
|
|
502
488
|
* pipeline: {
|
|
503
489
|
* type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
|
|
504
490
|
* instructions: "STRING_VALUE",
|
|
@@ -512,7 +498,6 @@ declare const UpdateAgentCommand_base: {
|
|
|
512
498
|
* connector: {
|
|
513
499
|
* id: "STRING_VALUE", // required
|
|
514
500
|
* startMessage: "STRING_VALUE",
|
|
515
|
-
* startMessages: "<AgentSpokenPhraseList>",
|
|
516
501
|
* pipeline: {
|
|
517
502
|
* type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
|
|
518
503
|
* instructions: "STRING_VALUE",
|
|
@@ -601,7 +586,6 @@ declare const UpdateAgentCommand_base: {
|
|
|
601
586
|
* name: "STRING_VALUE",
|
|
602
587
|
* description: "STRING_VALUE",
|
|
603
588
|
* message: "STRING_VALUE",
|
|
604
|
-
* messages: "<AgentSpokenPhraseList>",
|
|
605
589
|
* channels: "<AgentCapabilityChannelsList>",
|
|
606
590
|
* annotations: "<AgentToolAnnotationsList>",
|
|
607
591
|
* },
|
|
@@ -960,12 +944,6 @@ declare const UpdateAgentCommand_base: {
|
|
|
960
944
|
* // action: { // VoiceTerminateAction Union: only one key present
|
|
961
945
|
* // hangup: { // VoiceTerminateHangupAction
|
|
962
946
|
* // message: "STRING_VALUE",
|
|
963
|
-
* // messages: [ // AgentSpokenPhraseList
|
|
964
|
-
* // { // AgentSpokenPhrase
|
|
965
|
-
* // language: "STRING_VALUE", // required
|
|
966
|
-
* // text: "STRING_VALUE", // required
|
|
967
|
-
* // },
|
|
968
|
-
* // ],
|
|
969
947
|
* // },
|
|
970
948
|
* // transfer: { // VoiceTransferTarget
|
|
971
949
|
* // name: "STRING_VALUE", // required
|
|
@@ -980,12 +958,6 @@ declare const UpdateAgentCommand_base: {
|
|
|
980
958
|
* // action: {// Union: only one key present
|
|
981
959
|
* // hangup: {
|
|
982
960
|
* // message: "STRING_VALUE",
|
|
983
|
-
* // messages: [
|
|
984
|
-
* // {
|
|
985
|
-
* // language: "STRING_VALUE", // required
|
|
986
|
-
* // text: "STRING_VALUE", // required
|
|
987
|
-
* // },
|
|
988
|
-
* // ],
|
|
989
961
|
* // },
|
|
990
962
|
* // transfer: {
|
|
991
963
|
* // name: "STRING_VALUE", // required
|
|
@@ -1026,6 +998,23 @@ declare const UpdateAgentCommand_base: {
|
|
|
1026
998
|
* // ],
|
|
1027
999
|
* // placeholder: "STRING_VALUE",
|
|
1028
1000
|
* // },
|
|
1001
|
+
* // audio: { // AssistantAudioSettings
|
|
1002
|
+
* // enabled: true || false, // required
|
|
1003
|
+
* // engine: "STRING_VALUE",
|
|
1004
|
+
* // speech: { // AssistantSpeechSettings
|
|
1005
|
+
* // languages: [ // AssistantLanguageList // required
|
|
1006
|
+
* // { // AssistantLanguage
|
|
1007
|
+
* // code: "STRING_VALUE", // required
|
|
1008
|
+
* // voice: "STRING_VALUE", // required
|
|
1009
|
+
* // isDefault: true || false,
|
|
1010
|
+
* // },
|
|
1011
|
+
* // ],
|
|
1012
|
+
* // transcription: { // AssistantTranscriptionSettings
|
|
1013
|
+
* // engine: "STRING_VALUE",
|
|
1014
|
+
* // autoDetect: true || false,
|
|
1015
|
+
* // },
|
|
1016
|
+
* // },
|
|
1017
|
+
* // },
|
|
1029
1018
|
* // },
|
|
1030
1019
|
* // },
|
|
1031
1020
|
* // engine: { // AgentEngine Union: only one key present
|
|
@@ -1070,12 +1059,6 @@ declare const UpdateAgentCommand_base: {
|
|
|
1070
1059
|
* // },
|
|
1071
1060
|
* // ],
|
|
1072
1061
|
* // startMessage: "STRING_VALUE",
|
|
1073
|
-
* // startMessages: [
|
|
1074
|
-
* // {
|
|
1075
|
-
* // language: "STRING_VALUE", // required
|
|
1076
|
-
* // text: "STRING_VALUE", // required
|
|
1077
|
-
* // },
|
|
1078
|
-
* // ],
|
|
1079
1062
|
* // pipeline: { // AgentToolPipeline
|
|
1080
1063
|
* // type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
|
|
1081
1064
|
* // instructions: "STRING_VALUE",
|
|
@@ -1106,12 +1089,6 @@ declare const UpdateAgentCommand_base: {
|
|
|
1106
1089
|
* // connector: { // AgentConnectorCapability
|
|
1107
1090
|
* // id: "STRING_VALUE", // required
|
|
1108
1091
|
* // startMessage: "STRING_VALUE",
|
|
1109
|
-
* // startMessages: [
|
|
1110
|
-
* // {
|
|
1111
|
-
* // language: "STRING_VALUE", // required
|
|
1112
|
-
* // text: "STRING_VALUE", // required
|
|
1113
|
-
* // },
|
|
1114
|
-
* // ],
|
|
1115
1092
|
* // pipeline: {
|
|
1116
1093
|
* // type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
|
|
1117
1094
|
* // instructions: "STRING_VALUE",
|
|
@@ -1315,12 +1292,6 @@ declare const UpdateAgentCommand_base: {
|
|
|
1315
1292
|
* // name: "STRING_VALUE",
|
|
1316
1293
|
* // description: "STRING_VALUE",
|
|
1317
1294
|
* // message: "STRING_VALUE",
|
|
1318
|
-
* // messages: [
|
|
1319
|
-
* // {
|
|
1320
|
-
* // language: "STRING_VALUE", // required
|
|
1321
|
-
* // text: "STRING_VALUE", // required
|
|
1322
|
-
* // },
|
|
1323
|
-
* // ],
|
|
1324
1295
|
* // channels: "<AgentCapabilityChannelsList>",
|
|
1325
1296
|
* // annotations: "<AgentToolAnnotationsList>",
|
|
1326
1297
|
* // },
|
|
@@ -1379,7 +1350,6 @@ declare const UpdateAgentCommand_base: {
|
|
|
1379
1350
|
* // },
|
|
1380
1351
|
* // ],
|
|
1381
1352
|
* // startMessage: "STRING_VALUE",
|
|
1382
|
-
* // startMessages: "<AgentSpokenPhraseList>",
|
|
1383
1353
|
* // pipeline: {
|
|
1384
1354
|
* // type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
|
|
1385
1355
|
* // instructions: "STRING_VALUE",
|
|
@@ -1393,7 +1363,6 @@ declare const UpdateAgentCommand_base: {
|
|
|
1393
1363
|
* // connector: {
|
|
1394
1364
|
* // id: "STRING_VALUE", // required
|
|
1395
1365
|
* // startMessage: "STRING_VALUE",
|
|
1396
|
-
* // startMessages: "<AgentSpokenPhraseList>",
|
|
1397
1366
|
* // pipeline: {
|
|
1398
1367
|
* // type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
|
|
1399
1368
|
* // instructions: "STRING_VALUE",
|
|
@@ -1482,7 +1451,6 @@ declare const UpdateAgentCommand_base: {
|
|
|
1482
1451
|
* // name: "STRING_VALUE",
|
|
1483
1452
|
* // description: "STRING_VALUE",
|
|
1484
1453
|
* // message: "STRING_VALUE",
|
|
1485
|
-
* // messages: "<AgentSpokenPhraseList>",
|
|
1486
1454
|
* // channels: "<AgentCapabilityChannelsList>",
|
|
1487
1455
|
* // annotations: "<AgentToolAnnotationsList>",
|
|
1488
1456
|
* // },
|