@wildix/wilma-agents-client 1.0.38 → 1.0.40
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/models/enums.js +1 -11
- package/dist-cjs/schemas/schemas_0.js +35 -25
- package/dist-es/models/enums.js +0 -10
- package/dist-es/schemas/schemas_0.js +31 -21
- package/dist-types/commands/CreateAgentCommand.d.ts +66 -16
- package/dist-types/commands/GetAgentCommand.d.ts +33 -8
- package/dist-types/commands/GetAgentVersionCommand.d.ts +33 -8
- package/dist-types/commands/ListAgentsCommand.d.ts +33 -8
- package/dist-types/commands/PublishAgentVersionCommand.d.ts +33 -8
- package/dist-types/commands/RestoreAgentVersionToDraftCommand.d.ts +33 -8
- package/dist-types/commands/UpdateAgentCommand.d.ts +66 -16
- package/dist-types/models/enums.d.ts +0 -35
- package/dist-types/models/models_0.d.ts +49 -34
- package/dist-types/schemas/schemas_0.d.ts +1 -0
- package/package.json +1 -1
package/dist-cjs/models/enums.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AgentStatus = exports.AgentWorkflowLayout = exports.AgentWorkflowFailureKind = exports.AgentWorkflowMessageButtonVariant = exports.AgentWorkflowEntryBehavior = exports.AgentVariableType = exports.AgentGuardrailWindow = exports.AgentGuardrailMode = exports.AgentGuardrailErrorMode = exports.AgentGuardrailSensitivity = exports.AgentGuardrailPreset = exports.WebSearchContextSize = exports.AgentTransferVariant = exports.AgentTransferPipelineType = exports.SandboxSize = exports.SandboxNetworkAccess = exports.
|
|
3
|
+
exports.AgentStatus = exports.AgentWorkflowLayout = exports.AgentWorkflowFailureKind = exports.AgentWorkflowMessageButtonVariant = exports.AgentWorkflowEntryBehavior = exports.AgentVariableType = exports.AgentGuardrailWindow = exports.AgentGuardrailMode = exports.AgentGuardrailErrorMode = exports.AgentGuardrailSensitivity = exports.AgentGuardrailPreset = exports.WebSearchContextSize = exports.AgentTransferVariant = exports.AgentTransferPipelineType = exports.SandboxSize = exports.SandboxNetworkAccess = exports.AgentHangupPipelineType = exports.AgentHandoverVariant = exports.AgentHandoverPipelineType = exports.AgentToolPipelineType = exports.ChannelType = exports.ActorType = exports.VoicePronunciationEncoding = exports.AgentVisibility = void 0;
|
|
4
4
|
exports.AgentVisibility = {
|
|
5
5
|
EXPLICIT: "explicit",
|
|
6
6
|
ORGANIZATION: "organization",
|
|
@@ -40,16 +40,6 @@ exports.AgentHangupPipelineType = {
|
|
|
40
40
|
REPLY_AND_HANGUP: "reply_and_hangup",
|
|
41
41
|
REPLY_INSTRUCTED_AND_HANGUP: "reply_instructed_and_hangup",
|
|
42
42
|
};
|
|
43
|
-
exports.KnowledgeBaseSearchStrategy = {
|
|
44
|
-
BM25: "bm25",
|
|
45
|
-
HYBRID: "hybrid",
|
|
46
|
-
VECTOR: "vector",
|
|
47
|
-
};
|
|
48
|
-
exports.KnowledgeBaseSearchThreshold = {
|
|
49
|
-
HIGH: "high",
|
|
50
|
-
LOW: "low",
|
|
51
|
-
MEDIUM: "medium",
|
|
52
|
-
};
|
|
53
43
|
exports.SandboxNetworkAccess = {
|
|
54
44
|
ALL: "allow-all",
|
|
55
45
|
ALLOWLIST: "allowlist",
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.UpdateAgent$ = exports.RestoreAgentVersionToDraft$ = exports.ResetAgentDeployment$ = exports.PutAgentDeployment$ = exports.PublishAgentVersion$ = exports.ListAgentVersions$ = exports.ListAgentsNames$ = exports.ListAgents$ = exports.ListAgentApiKeys$ = exports.GetAgentVersion$ = exports.GetAgentDeployment$ = exports.GetAgent$ = exports.DeleteAgentApiKey$ = exports.DeleteAgent$ = exports.CreateAgentApiKey$ = exports.CreateAgent$ = exports.CompareAgentVersions$ = exports.VoiceTerminateAction$ = exports.AgentWorkflowMessageContent$ = exports.AgentWorkflowMessageButtonHandler$ = exports.AgentWorkflowHandler$ = exports.AgentWorkflowCondition$ = exports.AgentWorkflowAction$ = exports.AgentToolVariableHandler$ = exports.AgentToolFieldHandler$ = exports.AgentToolAnnotation$ = exports.AgentSandboxCapability$ = exports.AgentGuardrailCheckKind$ = void 0;
|
|
3
|
+
exports.AgentToolVariablePredefinedHandler$ = exports.AgentToolVariableGuidedHandler$ = exports.AgentToolVariableAutoHandler$ = exports.AgentToolVariable$ = exports.AgentToolTagAnnotation$ = exports.AgentToolResultAnnotation$ = exports.AgentToolPipeline$ = exports.AgentToolFieldPredefinedHandler$ = exports.AgentToolFieldGuidedHandler$ = exports.AgentToolField$ = exports.AgentToolCommentAnnotation$ = exports.AgentToolApproval$ = exports.AgentTool$ = exports.AgentSuggestionsCapability$ = exports.AgentSqsEngine$ = exports.AgentSpokenPhrase$ = exports.AgentSnapshotSandboxOptions$ = exports.AgentSettings$ = exports.AgentKnowledgeBase$ = exports.AgentInfo$ = exports.AgentHangupPipeline$ = exports.AgentHangupCapability$ = exports.AgentHandoverPipeline$ = exports.AgentHandoverCapability$ = exports.AgentGuardrails$ = exports.AgentGuardrailRedactAction$ = exports.AgentGuardrailPresetCheck$ = exports.AgentGuardrailObserveAction$ = exports.AgentGuardrailInput$ = exports.AgentGuardrailEndAction$ = exports.AgentGuardrailCustomCheck$ = exports.AgentGuardrailCheck$ = exports.AgentGuardrailBlockAction$ = exports.AgentDeploymentRoute$ = exports.AgentDelegationCapability$ = exports.AgentDefinitionSnapshot$ = exports.AgentConnectorCapability$ = exports.AgentChannels$ = exports.AgentCallCapability$ = exports.AgentApiKey$ = exports.AgentAiEngine$ = exports.AgentAccess$ = exports.Agent$ = exports.errorTypeRegistries = exports.RevisionConflictException$ = exports.NothingToPublishException$ = exports.ValidationException$ = exports.NotFoundException$ = exports.ConflictException$ = exports.WilmaAgentsServiceException$ = void 0;
|
|
4
|
+
exports.CreateAgentApiKeyOutput$ = exports.CreateAgentApiKeyInput$ = exports.CompareAgentVersionsOutput$ = exports.CompareAgentVersionsInput$ = exports.ChatChannelSettings$ = exports.AssistantWelcomeSettings$ = exports.AssistantUiSettings$ = exports.AssistantQuickCommand$ = exports.AssistantChannelSettings$ = exports.AgentWorkflowVariablesHandler$ = exports.AgentWorkflowTransition$ = exports.AgentWorkflowStepPosition$ = exports.AgentWorkflowStep$ = exports.AgentWorkflowSettings$ = exports.AgentWorkflowResultHandler$ = exports.AgentWorkflowResultCondition$ = exports.AgentWorkflowPromptCondition$ = exports.AgentWorkflowNested$ = exports.AgentWorkflowMessageVoiceSettings$ = exports.AgentWorkflowMessageHandler$ = exports.AgentWorkflowMessageGeneration$ = exports.AgentWorkflowMessageChatSettings$ = exports.AgentWorkflowMessageChannelsSettings$ = exports.AgentWorkflowMessageButtonReplyHandler$ = exports.AgentWorkflowMessageButtonLinkHandler$ = exports.AgentWorkflowMessageButton$ = exports.AgentWorkflowInvokeHandler$ = exports.AgentWorkflowFallbackCondition$ = exports.AgentWorkflowFailureCondition$ = exports.AgentWorkflowExpressionCondition$ = exports.AgentWorkflowEndHandler$ = exports.AgentWorkflowConversationVoiceSettings$ = exports.AgentWorkflowConversationHandler$ = exports.AgentWorkflowConversationChannelsSettings$ = exports.AgentWorkflowAssignment$ = exports.AgentWorkflowAlwaysCondition$ = exports.AgentWorkflowActionHandler$ = exports.AgentWorkflow$ = exports.AgentWebSearchCapability$ = exports.AgentWebhookEngine$ = exports.AgentWebFetchCapability$ = exports.AgentWaitCapability$ = exports.AgentVersionInfo$ = exports.AgentVersionChange$ = exports.AgentVersion$ = exports.AgentVercelSandboxOptions$ = exports.AgentVariable$ = exports.AgentTransferPipeline$ = exports.AgentTransferCapability$ = exports.AgentToolVariablesAnnotation$ = void 0;
|
|
5
|
+
exports.AgentGrantPrincipal$ = exports.AgentEngine$ = exports.AgentCapability$ = exports.AgentSkillReference$ = exports.SecretRef$ = exports.Actor$ = exports.WebSearchUserLocation$ = exports.VoiceTransferTarget$ = exports.VoiceTranscriptionSettings$ = exports.VoiceTerminateHangupAction$ = exports.VoiceSpeechSettings$ = exports.VoiceSilenceTimeoutSettings$ = exports.VoicePronunciation$ = exports.VoiceMaxDurationSettings$ = exports.VoiceLanguage$ = exports.VoiceInterruptionSettings$ = exports.VoiceEndCallSettings$ = exports.VoiceChannelSettings$ = exports.VoiceCallerMetadataSettings$ = exports.VoiceBackgroundSoundSettings$ = exports.UpdateAgentOutput$ = exports.UpdateAgentInput$ = exports.RestoreAgentVersionToDraftOutput$ = exports.RestoreAgentVersionToDraftInput$ = exports.ResetAgentDeploymentOutput$ = exports.ResetAgentDeploymentInput$ = exports.PutAgentDeploymentOutput$ = exports.PutAgentDeploymentInput$ = exports.PublishAgentVersionOutput$ = exports.PublishAgentVersionInput$ = exports.ListAgentVersionsOutput$ = exports.ListAgentVersionsInput$ = exports.ListAgentsOutput$ = exports.ListAgentsNamesOutput$ = exports.ListAgentsNamesInput$ = exports.ListAgentsInput$ = exports.ListAgentApiKeysOutput$ = exports.ListAgentApiKeysInput$ = exports.GetAgentVersionOutput$ = exports.GetAgentVersionInput$ = exports.GetAgentOutput$ = exports.GetAgentInput$ = exports.GetAgentDeploymentOutput$ = exports.GetAgentDeploymentInput$ = exports.DeleteAgentOutput$ = exports.DeleteAgentInput$ = exports.DeleteAgentApiKeyOutput$ = exports.DeleteAgentApiKeyInput$ = exports.CreateAgentOutput$ = exports.CreateAgentInput$ = void 0;
|
|
6
|
+
exports.UpdateAgent$ = exports.RestoreAgentVersionToDraft$ = exports.ResetAgentDeployment$ = exports.PutAgentDeployment$ = exports.PublishAgentVersion$ = exports.ListAgentVersions$ = exports.ListAgentsNames$ = exports.ListAgents$ = exports.ListAgentApiKeys$ = exports.GetAgentVersion$ = exports.GetAgentDeployment$ = exports.GetAgent$ = exports.DeleteAgentApiKey$ = exports.DeleteAgent$ = exports.CreateAgentApiKey$ = exports.CreateAgent$ = exports.CompareAgentVersions$ = exports.VoiceTerminateAction$ = exports.AgentWorkflowMessageContent$ = exports.AgentWorkflowMessageButtonHandler$ = exports.AgentWorkflowHandler$ = exports.AgentWorkflowCondition$ = exports.AgentWorkflowAction$ = exports.AgentToolVariableHandler$ = exports.AgentToolFieldHandler$ = exports.AgentToolAnnotation$ = exports.AgentSandboxCapability$ = exports.AgentGuardrailCheckKind$ = exports.AgentGuardrailAction$ = void 0;
|
|
7
7
|
const _A = "Agent";
|
|
8
8
|
const _AA = "AgentAccess";
|
|
9
9
|
const _AAE = "AgentAiEngine";
|
|
@@ -49,6 +49,8 @@ const _ASC = "AgentSuggestionsCapability";
|
|
|
49
49
|
const _ASCg = "AgentSandboxCapability";
|
|
50
50
|
const _ASE = "AgentSqsEngine";
|
|
51
51
|
const _ASL = "AgentSkillsList";
|
|
52
|
+
const _ASP = "AgentSpokenPhrase";
|
|
53
|
+
const _ASPL = "AgentSpokenPhraseList";
|
|
52
54
|
const _ASR = "AgentSkillReference";
|
|
53
55
|
const _ASSO = "AgentSnapshotSandboxOptions";
|
|
54
56
|
const _AT = "AgentTool";
|
|
@@ -310,10 +312,11 @@ const _kb = "kb";
|
|
|
310
312
|
const _ke = "key";
|
|
311
313
|
const _key = "keys";
|
|
312
314
|
const _ki = "kinds";
|
|
313
|
-
const _l = "
|
|
315
|
+
const _l = "language";
|
|
314
316
|
const _lUA = "lastUsedAt";
|
|
315
317
|
const _lV = "latestVersion";
|
|
316
|
-
const _la = "
|
|
318
|
+
const _la = "layout";
|
|
319
|
+
const _lab = "label";
|
|
317
320
|
const _lan = "languages";
|
|
318
321
|
const _li = "limit";
|
|
319
322
|
const _lin = "link";
|
|
@@ -321,6 +324,7 @@ const _m = "message";
|
|
|
321
324
|
const _mD = "maxDuration";
|
|
322
325
|
const _mT = "maxTransitions";
|
|
323
326
|
const _mW = "minWords";
|
|
327
|
+
const _me = "messages";
|
|
324
328
|
const _mo = "model";
|
|
325
329
|
const _mod = "mode";
|
|
326
330
|
const _n = "name";
|
|
@@ -356,11 +360,9 @@ const _s = "smithy.ts.sdk.synthetic.wildix.wilma.agents";
|
|
|
356
360
|
const _sC = "speechConfigured";
|
|
357
361
|
const _sI = "skillIds";
|
|
358
362
|
const _sIn = "snapshotId";
|
|
359
|
-
const _sL = "searchLimit";
|
|
360
363
|
const _sM = "startMessage";
|
|
361
|
-
const
|
|
362
|
-
const _sT = "
|
|
363
|
-
const _sTi = "silenceTimeout";
|
|
364
|
+
const _sMt = "startMessages";
|
|
365
|
+
const _sT = "silenceTimeout";
|
|
364
366
|
const _sV = "skillVersion";
|
|
365
367
|
const _sa = "sandbox";
|
|
366
368
|
const _se = "settings";
|
|
@@ -501,8 +503,8 @@ exports.AgentChannels$ = [3, n2, _AC,
|
|
|
501
503
|
];
|
|
502
504
|
exports.AgentConnectorCapability$ = [3, n2, _ACCg,
|
|
503
505
|
0,
|
|
504
|
-
[_i, _sM, _pi, _ap, _ch, _an],
|
|
505
|
-
[0, 0, () => exports.AgentToolPipeline$, () => exports.AgentToolApproval$, 64 | 0, () => AgentToolAnnotationsList], 1
|
|
506
|
+
[_i, _sM, _sMt, _pi, _ap, _ch, _an],
|
|
507
|
+
[0, 0, () => AgentSpokenPhraseList, () => exports.AgentToolPipeline$, () => exports.AgentToolApproval$, 64 | 0, () => AgentToolAnnotationsList], 1
|
|
506
508
|
];
|
|
507
509
|
exports.AgentDefinitionSnapshot$ = [3, n2, _ADS,
|
|
508
510
|
0,
|
|
@@ -591,8 +593,8 @@ exports.AgentInfo$ = [3, n2, _AI,
|
|
|
591
593
|
];
|
|
592
594
|
exports.AgentKnowledgeBase$ = [3, n2, _AKB,
|
|
593
595
|
0,
|
|
594
|
-
[_kBI, _in,
|
|
595
|
-
[0, 0,
|
|
596
|
+
[_kBI, _in, _ch, _an],
|
|
597
|
+
[0, 0, 64 | 0, () => AgentToolAnnotationsList]
|
|
596
598
|
];
|
|
597
599
|
exports.AgentSettings$ = [3, n2, _AS,
|
|
598
600
|
0,
|
|
@@ -604,6 +606,11 @@ exports.AgentSnapshotSandboxOptions$ = [3, n2, _ASSO,
|
|
|
604
606
|
[_sIn, _ne, _aD, _siz],
|
|
605
607
|
[0, 0, 64 | 0, 0], 1
|
|
606
608
|
];
|
|
609
|
+
exports.AgentSpokenPhrase$ = [3, n2, _ASP,
|
|
610
|
+
0,
|
|
611
|
+
[_l, _te],
|
|
612
|
+
[0, 0], 2
|
|
613
|
+
];
|
|
607
614
|
exports.AgentSqsEngine$ = [3, n2, _ASE,
|
|
608
615
|
0,
|
|
609
616
|
[_u, _ke, _sec],
|
|
@@ -611,13 +618,13 @@ exports.AgentSqsEngine$ = [3, n2, _ASE,
|
|
|
611
618
|
];
|
|
612
619
|
exports.AgentSuggestionsCapability$ = [3, n2, _ASC,
|
|
613
620
|
0,
|
|
614
|
-
[_n,
|
|
615
|
-
[0,
|
|
621
|
+
[_n, _ch, _an],
|
|
622
|
+
[0, 64 | 0, () => AgentToolAnnotationsList]
|
|
616
623
|
];
|
|
617
624
|
exports.AgentTool$ = [3, n2, _AT,
|
|
618
625
|
0,
|
|
619
|
-
[_i, _tV, _d, _f, _sM, _pi, _ap, _ch, _an],
|
|
620
|
-
[0, 1, 0, () => AgentToolFieldsList, 0, () => exports.AgentToolPipeline$, () => exports.AgentToolApproval$, 64 | 0, () => AgentToolAnnotationsList], 1
|
|
626
|
+
[_i, _tV, _d, _f, _sM, _sMt, _pi, _ap, _ch, _an],
|
|
627
|
+
[0, 1, 0, () => AgentToolFieldsList, 0, () => AgentSpokenPhraseList, () => exports.AgentToolPipeline$, () => exports.AgentToolApproval$, 64 | 0, () => AgentToolAnnotationsList], 1
|
|
621
628
|
];
|
|
622
629
|
exports.AgentToolApproval$ = [3, n2, _ATA,
|
|
623
630
|
0,
|
|
@@ -721,8 +728,8 @@ exports.AgentVersionInfo$ = [3, n2, _AVI,
|
|
|
721
728
|
];
|
|
722
729
|
exports.AgentWaitCapability$ = [3, n2, _AWC,
|
|
723
730
|
0,
|
|
724
|
-
[_n, _d, _m, _ch, _an],
|
|
725
|
-
[0, 0, 0, 64 | 0, () => AgentToolAnnotationsList]
|
|
731
|
+
[_n, _d, _m, _me, _ch, _an],
|
|
732
|
+
[0, 0, 0, () => AgentSpokenPhraseList, 64 | 0, () => AgentToolAnnotationsList]
|
|
726
733
|
];
|
|
727
734
|
exports.AgentWebFetchCapability$ = [3, n2, _AWFC,
|
|
728
735
|
0,
|
|
@@ -861,12 +868,12 @@ exports.AgentWorkflowResultHandler$ = [3, n2, _AWRH,
|
|
|
861
868
|
];
|
|
862
869
|
exports.AgentWorkflowSettings$ = [3, n2, _AWS,
|
|
863
870
|
0,
|
|
864
|
-
[_mT, _va,
|
|
871
|
+
[_mT, _va, _la],
|
|
865
872
|
[1, () => AgentWorkflowAssignmentsList, 0]
|
|
866
873
|
];
|
|
867
874
|
exports.AgentWorkflowStep$ = [3, n2, _AWSg,
|
|
868
875
|
0,
|
|
869
|
-
[_i,
|
|
876
|
+
[_i, _lab, _h, _sta, _tr, _po],
|
|
870
877
|
[0, 0, () => exports.AgentWorkflowHandler$, 0, () => AgentWorkflowTransitionsList, () => exports.AgentWorkflowStepPosition$], 3
|
|
871
878
|
];
|
|
872
879
|
exports.AgentWorkflowStepPosition$ = [3, n2, _AWSP,
|
|
@@ -1091,7 +1098,7 @@ exports.VoiceCallerMetadataSettings$ = [3, n2, _VCMS,
|
|
|
1091
1098
|
];
|
|
1092
1099
|
exports.VoiceChannelSettings$ = [3, n2, _VCS,
|
|
1093
1100
|
0,
|
|
1094
|
-
[_gr, _bS, _sp, _int,
|
|
1101
|
+
[_gr, _bS, _sp, _int, _sT, _mD, _eC, _cM],
|
|
1095
1102
|
[0, () => exports.VoiceBackgroundSoundSettings$, () => exports.VoiceSpeechSettings$, () => exports.VoiceInterruptionSettings$, () => exports.VoiceSilenceTimeoutSettings$, () => exports.VoiceMaxDurationSettings$, () => exports.VoiceEndCallSettings$, () => exports.VoiceCallerMetadataSettings$]
|
|
1096
1103
|
];
|
|
1097
1104
|
exports.VoiceEndCallSettings$ = [3, n2, _VECS,
|
|
@@ -1131,8 +1138,8 @@ exports.VoiceSpeechSettings$ = [3, n2, _VSS,
|
|
|
1131
1138
|
];
|
|
1132
1139
|
exports.VoiceTerminateHangupAction$ = [3, n2, _VTHA,
|
|
1133
1140
|
0,
|
|
1134
|
-
[_m],
|
|
1135
|
-
[0]
|
|
1141
|
+
[_m, _me],
|
|
1142
|
+
[0, () => AgentSpokenPhraseList]
|
|
1136
1143
|
];
|
|
1137
1144
|
exports.VoiceTranscriptionSettings$ = [3, n2, _VTS,
|
|
1138
1145
|
0,
|
|
@@ -1188,6 +1195,9 @@ var AgentSkillIdsList = 64 | 0;
|
|
|
1188
1195
|
var AgentsList = [1, n2, _AL,
|
|
1189
1196
|
0, () => exports.Agent$
|
|
1190
1197
|
];
|
|
1198
|
+
var AgentSpokenPhraseList = [1, n2, _ASPL,
|
|
1199
|
+
0, () => exports.AgentSpokenPhrase$
|
|
1200
|
+
];
|
|
1191
1201
|
var AgentToolAnnotationsList = [1, n2, _ATAL,
|
|
1192
1202
|
0, () => exports.AgentToolAnnotation$
|
|
1193
1203
|
];
|
package/dist-es/models/enums.js
CHANGED
|
@@ -37,16 +37,6 @@ export const AgentHangupPipelineType = {
|
|
|
37
37
|
REPLY_AND_HANGUP: "reply_and_hangup",
|
|
38
38
|
REPLY_INSTRUCTED_AND_HANGUP: "reply_instructed_and_hangup",
|
|
39
39
|
};
|
|
40
|
-
export const KnowledgeBaseSearchStrategy = {
|
|
41
|
-
BM25: "bm25",
|
|
42
|
-
HYBRID: "hybrid",
|
|
43
|
-
VECTOR: "vector",
|
|
44
|
-
};
|
|
45
|
-
export const KnowledgeBaseSearchThreshold = {
|
|
46
|
-
HIGH: "high",
|
|
47
|
-
LOW: "low",
|
|
48
|
-
MEDIUM: "medium",
|
|
49
|
-
};
|
|
50
40
|
export const SandboxNetworkAccess = {
|
|
51
41
|
ALL: "allow-all",
|
|
52
42
|
ALLOWLIST: "allowlist",
|
|
@@ -43,6 +43,8 @@ const _ASC = "AgentSuggestionsCapability";
|
|
|
43
43
|
const _ASCg = "AgentSandboxCapability";
|
|
44
44
|
const _ASE = "AgentSqsEngine";
|
|
45
45
|
const _ASL = "AgentSkillsList";
|
|
46
|
+
const _ASP = "AgentSpokenPhrase";
|
|
47
|
+
const _ASPL = "AgentSpokenPhraseList";
|
|
46
48
|
const _ASR = "AgentSkillReference";
|
|
47
49
|
const _ASSO = "AgentSnapshotSandboxOptions";
|
|
48
50
|
const _AT = "AgentTool";
|
|
@@ -304,10 +306,11 @@ const _kb = "kb";
|
|
|
304
306
|
const _ke = "key";
|
|
305
307
|
const _key = "keys";
|
|
306
308
|
const _ki = "kinds";
|
|
307
|
-
const _l = "
|
|
309
|
+
const _l = "language";
|
|
308
310
|
const _lUA = "lastUsedAt";
|
|
309
311
|
const _lV = "latestVersion";
|
|
310
|
-
const _la = "
|
|
312
|
+
const _la = "layout";
|
|
313
|
+
const _lab = "label";
|
|
311
314
|
const _lan = "languages";
|
|
312
315
|
const _li = "limit";
|
|
313
316
|
const _lin = "link";
|
|
@@ -315,6 +318,7 @@ const _m = "message";
|
|
|
315
318
|
const _mD = "maxDuration";
|
|
316
319
|
const _mT = "maxTransitions";
|
|
317
320
|
const _mW = "minWords";
|
|
321
|
+
const _me = "messages";
|
|
318
322
|
const _mo = "model";
|
|
319
323
|
const _mod = "mode";
|
|
320
324
|
const _n = "name";
|
|
@@ -350,11 +354,9 @@ const _s = "smithy.ts.sdk.synthetic.wildix.wilma.agents";
|
|
|
350
354
|
const _sC = "speechConfigured";
|
|
351
355
|
const _sI = "skillIds";
|
|
352
356
|
const _sIn = "snapshotId";
|
|
353
|
-
const _sL = "searchLimit";
|
|
354
357
|
const _sM = "startMessage";
|
|
355
|
-
const
|
|
356
|
-
const _sT = "
|
|
357
|
-
const _sTi = "silenceTimeout";
|
|
358
|
+
const _sMt = "startMessages";
|
|
359
|
+
const _sT = "silenceTimeout";
|
|
358
360
|
const _sV = "skillVersion";
|
|
359
361
|
const _sa = "sandbox";
|
|
360
362
|
const _se = "settings";
|
|
@@ -495,8 +497,8 @@ export var AgentChannels$ = [3, n2, _AC,
|
|
|
495
497
|
];
|
|
496
498
|
export var AgentConnectorCapability$ = [3, n2, _ACCg,
|
|
497
499
|
0,
|
|
498
|
-
[_i, _sM, _pi, _ap, _ch, _an],
|
|
499
|
-
[0, 0, () => AgentToolPipeline$, () => AgentToolApproval$, 64 | 0, () => AgentToolAnnotationsList], 1
|
|
500
|
+
[_i, _sM, _sMt, _pi, _ap, _ch, _an],
|
|
501
|
+
[0, 0, () => AgentSpokenPhraseList, () => AgentToolPipeline$, () => AgentToolApproval$, 64 | 0, () => AgentToolAnnotationsList], 1
|
|
500
502
|
];
|
|
501
503
|
export var AgentDefinitionSnapshot$ = [3, n2, _ADS,
|
|
502
504
|
0,
|
|
@@ -585,8 +587,8 @@ export var AgentInfo$ = [3, n2, _AI,
|
|
|
585
587
|
];
|
|
586
588
|
export var AgentKnowledgeBase$ = [3, n2, _AKB,
|
|
587
589
|
0,
|
|
588
|
-
[_kBI, _in,
|
|
589
|
-
[0, 0,
|
|
590
|
+
[_kBI, _in, _ch, _an],
|
|
591
|
+
[0, 0, 64 | 0, () => AgentToolAnnotationsList]
|
|
590
592
|
];
|
|
591
593
|
export var AgentSettings$ = [3, n2, _AS,
|
|
592
594
|
0,
|
|
@@ -598,6 +600,11 @@ export var AgentSnapshotSandboxOptions$ = [3, n2, _ASSO,
|
|
|
598
600
|
[_sIn, _ne, _aD, _siz],
|
|
599
601
|
[0, 0, 64 | 0, 0], 1
|
|
600
602
|
];
|
|
603
|
+
export var AgentSpokenPhrase$ = [3, n2, _ASP,
|
|
604
|
+
0,
|
|
605
|
+
[_l, _te],
|
|
606
|
+
[0, 0], 2
|
|
607
|
+
];
|
|
601
608
|
export var AgentSqsEngine$ = [3, n2, _ASE,
|
|
602
609
|
0,
|
|
603
610
|
[_u, _ke, _sec],
|
|
@@ -605,13 +612,13 @@ export var AgentSqsEngine$ = [3, n2, _ASE,
|
|
|
605
612
|
];
|
|
606
613
|
export var AgentSuggestionsCapability$ = [3, n2, _ASC,
|
|
607
614
|
0,
|
|
608
|
-
[_n,
|
|
609
|
-
[0,
|
|
615
|
+
[_n, _ch, _an],
|
|
616
|
+
[0, 64 | 0, () => AgentToolAnnotationsList]
|
|
610
617
|
];
|
|
611
618
|
export var AgentTool$ = [3, n2, _AT,
|
|
612
619
|
0,
|
|
613
|
-
[_i, _tV, _d, _f, _sM, _pi, _ap, _ch, _an],
|
|
614
|
-
[0, 1, 0, () => AgentToolFieldsList, 0, () => AgentToolPipeline$, () => AgentToolApproval$, 64 | 0, () => AgentToolAnnotationsList], 1
|
|
620
|
+
[_i, _tV, _d, _f, _sM, _sMt, _pi, _ap, _ch, _an],
|
|
621
|
+
[0, 1, 0, () => AgentToolFieldsList, 0, () => AgentSpokenPhraseList, () => AgentToolPipeline$, () => AgentToolApproval$, 64 | 0, () => AgentToolAnnotationsList], 1
|
|
615
622
|
];
|
|
616
623
|
export var AgentToolApproval$ = [3, n2, _ATA,
|
|
617
624
|
0,
|
|
@@ -715,8 +722,8 @@ export var AgentVersionInfo$ = [3, n2, _AVI,
|
|
|
715
722
|
];
|
|
716
723
|
export var AgentWaitCapability$ = [3, n2, _AWC,
|
|
717
724
|
0,
|
|
718
|
-
[_n, _d, _m, _ch, _an],
|
|
719
|
-
[0, 0, 0, 64 | 0, () => AgentToolAnnotationsList]
|
|
725
|
+
[_n, _d, _m, _me, _ch, _an],
|
|
726
|
+
[0, 0, 0, () => AgentSpokenPhraseList, 64 | 0, () => AgentToolAnnotationsList]
|
|
720
727
|
];
|
|
721
728
|
export var AgentWebFetchCapability$ = [3, n2, _AWFC,
|
|
722
729
|
0,
|
|
@@ -855,12 +862,12 @@ export var AgentWorkflowResultHandler$ = [3, n2, _AWRH,
|
|
|
855
862
|
];
|
|
856
863
|
export var AgentWorkflowSettings$ = [3, n2, _AWS,
|
|
857
864
|
0,
|
|
858
|
-
[_mT, _va,
|
|
865
|
+
[_mT, _va, _la],
|
|
859
866
|
[1, () => AgentWorkflowAssignmentsList, 0]
|
|
860
867
|
];
|
|
861
868
|
export var AgentWorkflowStep$ = [3, n2, _AWSg,
|
|
862
869
|
0,
|
|
863
|
-
[_i,
|
|
870
|
+
[_i, _lab, _h, _sta, _tr, _po],
|
|
864
871
|
[0, 0, () => AgentWorkflowHandler$, 0, () => AgentWorkflowTransitionsList, () => AgentWorkflowStepPosition$], 3
|
|
865
872
|
];
|
|
866
873
|
export var AgentWorkflowStepPosition$ = [3, n2, _AWSP,
|
|
@@ -1085,7 +1092,7 @@ export var VoiceCallerMetadataSettings$ = [3, n2, _VCMS,
|
|
|
1085
1092
|
];
|
|
1086
1093
|
export var VoiceChannelSettings$ = [3, n2, _VCS,
|
|
1087
1094
|
0,
|
|
1088
|
-
[_gr, _bS, _sp, _int,
|
|
1095
|
+
[_gr, _bS, _sp, _int, _sT, _mD, _eC, _cM],
|
|
1089
1096
|
[0, () => VoiceBackgroundSoundSettings$, () => VoiceSpeechSettings$, () => VoiceInterruptionSettings$, () => VoiceSilenceTimeoutSettings$, () => VoiceMaxDurationSettings$, () => VoiceEndCallSettings$, () => VoiceCallerMetadataSettings$]
|
|
1090
1097
|
];
|
|
1091
1098
|
export var VoiceEndCallSettings$ = [3, n2, _VECS,
|
|
@@ -1125,8 +1132,8 @@ export var VoiceSpeechSettings$ = [3, n2, _VSS,
|
|
|
1125
1132
|
];
|
|
1126
1133
|
export var VoiceTerminateHangupAction$ = [3, n2, _VTHA,
|
|
1127
1134
|
0,
|
|
1128
|
-
[_m],
|
|
1129
|
-
[0]
|
|
1135
|
+
[_m, _me],
|
|
1136
|
+
[0, () => AgentSpokenPhraseList]
|
|
1130
1137
|
];
|
|
1131
1138
|
export var VoiceTranscriptionSettings$ = [3, n2, _VTS,
|
|
1132
1139
|
0,
|
|
@@ -1182,6 +1189,9 @@ var AgentSkillIdsList = 64 | 0;
|
|
|
1182
1189
|
var AgentsList = [1, n2, _AL,
|
|
1183
1190
|
0, () => Agent$
|
|
1184
1191
|
];
|
|
1192
|
+
var AgentSpokenPhraseList = [1, n2, _ASPL,
|
|
1193
|
+
0, () => AgentSpokenPhrase$
|
|
1194
|
+
];
|
|
1185
1195
|
var AgentToolAnnotationsList = [1, n2, _ATAL,
|
|
1186
1196
|
0, () => AgentToolAnnotation$
|
|
1187
1197
|
];
|
|
@@ -79,6 +79,12 @@ declare const CreateAgentCommand_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
|
+
* ],
|
|
82
88
|
* },
|
|
83
89
|
* transfer: { // VoiceTransferTarget
|
|
84
90
|
* name: "STRING_VALUE", // required
|
|
@@ -93,6 +99,12 @@ declare const CreateAgentCommand_base: {
|
|
|
93
99
|
* action: {// Union: only one key present
|
|
94
100
|
* hangup: {
|
|
95
101
|
* message: "STRING_VALUE",
|
|
102
|
+
* messages: [
|
|
103
|
+
* {
|
|
104
|
+
* language: "STRING_VALUE", // required
|
|
105
|
+
* text: "STRING_VALUE", // required
|
|
106
|
+
* },
|
|
107
|
+
* ],
|
|
96
108
|
* },
|
|
97
109
|
* transfer: {
|
|
98
110
|
* name: "STRING_VALUE", // required
|
|
@@ -177,6 +189,12 @@ declare const CreateAgentCommand_base: {
|
|
|
177
189
|
* },
|
|
178
190
|
* ],
|
|
179
191
|
* startMessage: "STRING_VALUE",
|
|
192
|
+
* startMessages: [
|
|
193
|
+
* {
|
|
194
|
+
* language: "STRING_VALUE", // required
|
|
195
|
+
* text: "STRING_VALUE", // required
|
|
196
|
+
* },
|
|
197
|
+
* ],
|
|
180
198
|
* pipeline: { // AgentToolPipeline
|
|
181
199
|
* type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
|
|
182
200
|
* instructions: "STRING_VALUE",
|
|
@@ -207,6 +225,12 @@ declare const CreateAgentCommand_base: {
|
|
|
207
225
|
* connector: { // AgentConnectorCapability
|
|
208
226
|
* id: "STRING_VALUE", // required
|
|
209
227
|
* startMessage: "STRING_VALUE",
|
|
228
|
+
* startMessages: [
|
|
229
|
+
* {
|
|
230
|
+
* language: "STRING_VALUE", // required
|
|
231
|
+
* text: "STRING_VALUE", // required
|
|
232
|
+
* },
|
|
233
|
+
* ],
|
|
210
234
|
* pipeline: {
|
|
211
235
|
* type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
|
|
212
236
|
* instructions: "STRING_VALUE",
|
|
@@ -237,9 +261,6 @@ declare const CreateAgentCommand_base: {
|
|
|
237
261
|
* kb: { // AgentKnowledgeBase
|
|
238
262
|
* knowledgeBaseId: "STRING_VALUE",
|
|
239
263
|
* instructions: "STRING_VALUE",
|
|
240
|
-
* searchStrategy: "bm25" || "vector" || "hybrid",
|
|
241
|
-
* searchThreshold: "low" || "medium" || "high",
|
|
242
|
-
* searchLimit: Number("int"),
|
|
243
264
|
* channels: [
|
|
244
265
|
* "voice" || "chat" || "assistant",
|
|
245
266
|
* ],
|
|
@@ -396,7 +417,6 @@ declare const CreateAgentCommand_base: {
|
|
|
396
417
|
* },
|
|
397
418
|
* suggestions: { // AgentSuggestionsCapability
|
|
398
419
|
* name: "STRING_VALUE",
|
|
399
|
-
* instructions: "STRING_VALUE",
|
|
400
420
|
* channels: "<AgentCapabilityChannelsList>",
|
|
401
421
|
* annotations: "<AgentToolAnnotationsList>",
|
|
402
422
|
* },
|
|
@@ -414,6 +434,12 @@ declare const CreateAgentCommand_base: {
|
|
|
414
434
|
* name: "STRING_VALUE",
|
|
415
435
|
* description: "STRING_VALUE",
|
|
416
436
|
* message: "STRING_VALUE",
|
|
437
|
+
* messages: [
|
|
438
|
+
* {
|
|
439
|
+
* language: "STRING_VALUE", // required
|
|
440
|
+
* text: "STRING_VALUE", // required
|
|
441
|
+
* },
|
|
442
|
+
* ],
|
|
417
443
|
* channels: "<AgentCapabilityChannelsList>",
|
|
418
444
|
* annotations: "<AgentToolAnnotationsList>",
|
|
419
445
|
* },
|
|
@@ -472,6 +498,7 @@ declare const CreateAgentCommand_base: {
|
|
|
472
498
|
* },
|
|
473
499
|
* ],
|
|
474
500
|
* startMessage: "STRING_VALUE",
|
|
501
|
+
* startMessages: "<AgentSpokenPhraseList>",
|
|
475
502
|
* pipeline: {
|
|
476
503
|
* type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
|
|
477
504
|
* instructions: "STRING_VALUE",
|
|
@@ -485,6 +512,7 @@ declare const CreateAgentCommand_base: {
|
|
|
485
512
|
* connector: {
|
|
486
513
|
* id: "STRING_VALUE", // required
|
|
487
514
|
* startMessage: "STRING_VALUE",
|
|
515
|
+
* startMessages: "<AgentSpokenPhraseList>",
|
|
488
516
|
* pipeline: {
|
|
489
517
|
* type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
|
|
490
518
|
* instructions: "STRING_VALUE",
|
|
@@ -573,6 +601,7 @@ declare const CreateAgentCommand_base: {
|
|
|
573
601
|
* name: "STRING_VALUE",
|
|
574
602
|
* description: "STRING_VALUE",
|
|
575
603
|
* message: "STRING_VALUE",
|
|
604
|
+
* messages: "<AgentSpokenPhraseList>",
|
|
576
605
|
* channels: "<AgentCapabilityChannelsList>",
|
|
577
606
|
* annotations: "<AgentToolAnnotationsList>",
|
|
578
607
|
* },
|
|
@@ -651,9 +680,6 @@ declare const CreateAgentCommand_base: {
|
|
|
651
680
|
* kb: {
|
|
652
681
|
* knowledgeBaseId: "STRING_VALUE",
|
|
653
682
|
* instructions: "STRING_VALUE",
|
|
654
|
-
* searchStrategy: "bm25" || "vector" || "hybrid",
|
|
655
|
-
* searchThreshold: "low" || "medium" || "high",
|
|
656
|
-
* searchLimit: Number("int"),
|
|
657
683
|
* channels: "<AgentCapabilityChannelsList>",
|
|
658
684
|
* annotations: "<AgentToolAnnotationsList>",
|
|
659
685
|
* },
|
|
@@ -691,7 +717,6 @@ declare const CreateAgentCommand_base: {
|
|
|
691
717
|
* transfer: "<AgentTransferCapability>",
|
|
692
718
|
* suggestions: {
|
|
693
719
|
* name: "STRING_VALUE",
|
|
694
|
-
* instructions: "STRING_VALUE",
|
|
695
720
|
* channels: "<AgentCapabilityChannelsList>",
|
|
696
721
|
* annotations: "<AgentToolAnnotationsList>",
|
|
697
722
|
* },
|
|
@@ -933,6 +958,12 @@ declare const CreateAgentCommand_base: {
|
|
|
933
958
|
* // action: { // VoiceTerminateAction Union: only one key present
|
|
934
959
|
* // hangup: { // VoiceTerminateHangupAction
|
|
935
960
|
* // message: "STRING_VALUE",
|
|
961
|
+
* // messages: [ // AgentSpokenPhraseList
|
|
962
|
+
* // { // AgentSpokenPhrase
|
|
963
|
+
* // language: "STRING_VALUE", // required
|
|
964
|
+
* // text: "STRING_VALUE", // required
|
|
965
|
+
* // },
|
|
966
|
+
* // ],
|
|
936
967
|
* // },
|
|
937
968
|
* // transfer: { // VoiceTransferTarget
|
|
938
969
|
* // name: "STRING_VALUE", // required
|
|
@@ -947,6 +978,12 @@ declare const CreateAgentCommand_base: {
|
|
|
947
978
|
* // action: {// Union: only one key present
|
|
948
979
|
* // hangup: {
|
|
949
980
|
* // message: "STRING_VALUE",
|
|
981
|
+
* // messages: [
|
|
982
|
+
* // {
|
|
983
|
+
* // language: "STRING_VALUE", // required
|
|
984
|
+
* // text: "STRING_VALUE", // required
|
|
985
|
+
* // },
|
|
986
|
+
* // ],
|
|
950
987
|
* // },
|
|
951
988
|
* // transfer: {
|
|
952
989
|
* // name: "STRING_VALUE", // required
|
|
@@ -1031,6 +1068,12 @@ declare const CreateAgentCommand_base: {
|
|
|
1031
1068
|
* // },
|
|
1032
1069
|
* // ],
|
|
1033
1070
|
* // startMessage: "STRING_VALUE",
|
|
1071
|
+
* // startMessages: [
|
|
1072
|
+
* // {
|
|
1073
|
+
* // language: "STRING_VALUE", // required
|
|
1074
|
+
* // text: "STRING_VALUE", // required
|
|
1075
|
+
* // },
|
|
1076
|
+
* // ],
|
|
1034
1077
|
* // pipeline: { // AgentToolPipeline
|
|
1035
1078
|
* // type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
|
|
1036
1079
|
* // instructions: "STRING_VALUE",
|
|
@@ -1061,6 +1104,12 @@ declare const CreateAgentCommand_base: {
|
|
|
1061
1104
|
* // connector: { // AgentConnectorCapability
|
|
1062
1105
|
* // id: "STRING_VALUE", // required
|
|
1063
1106
|
* // startMessage: "STRING_VALUE",
|
|
1107
|
+
* // startMessages: [
|
|
1108
|
+
* // {
|
|
1109
|
+
* // language: "STRING_VALUE", // required
|
|
1110
|
+
* // text: "STRING_VALUE", // required
|
|
1111
|
+
* // },
|
|
1112
|
+
* // ],
|
|
1064
1113
|
* // pipeline: {
|
|
1065
1114
|
* // type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
|
|
1066
1115
|
* // instructions: "STRING_VALUE",
|
|
@@ -1091,9 +1140,6 @@ declare const CreateAgentCommand_base: {
|
|
|
1091
1140
|
* // kb: { // AgentKnowledgeBase
|
|
1092
1141
|
* // knowledgeBaseId: "STRING_VALUE",
|
|
1093
1142
|
* // instructions: "STRING_VALUE",
|
|
1094
|
-
* // searchStrategy: "bm25" || "vector" || "hybrid",
|
|
1095
|
-
* // searchThreshold: "low" || "medium" || "high",
|
|
1096
|
-
* // searchLimit: Number("int"),
|
|
1097
1143
|
* // channels: [
|
|
1098
1144
|
* // "voice" || "chat" || "assistant",
|
|
1099
1145
|
* // ],
|
|
@@ -1250,7 +1296,6 @@ declare const CreateAgentCommand_base: {
|
|
|
1250
1296
|
* // },
|
|
1251
1297
|
* // suggestions: { // AgentSuggestionsCapability
|
|
1252
1298
|
* // name: "STRING_VALUE",
|
|
1253
|
-
* // instructions: "STRING_VALUE",
|
|
1254
1299
|
* // channels: "<AgentCapabilityChannelsList>",
|
|
1255
1300
|
* // annotations: "<AgentToolAnnotationsList>",
|
|
1256
1301
|
* // },
|
|
@@ -1268,6 +1313,12 @@ declare const CreateAgentCommand_base: {
|
|
|
1268
1313
|
* // name: "STRING_VALUE",
|
|
1269
1314
|
* // description: "STRING_VALUE",
|
|
1270
1315
|
* // message: "STRING_VALUE",
|
|
1316
|
+
* // messages: [
|
|
1317
|
+
* // {
|
|
1318
|
+
* // language: "STRING_VALUE", // required
|
|
1319
|
+
* // text: "STRING_VALUE", // required
|
|
1320
|
+
* // },
|
|
1321
|
+
* // ],
|
|
1271
1322
|
* // channels: "<AgentCapabilityChannelsList>",
|
|
1272
1323
|
* // annotations: "<AgentToolAnnotationsList>",
|
|
1273
1324
|
* // },
|
|
@@ -1326,6 +1377,7 @@ declare const CreateAgentCommand_base: {
|
|
|
1326
1377
|
* // },
|
|
1327
1378
|
* // ],
|
|
1328
1379
|
* // startMessage: "STRING_VALUE",
|
|
1380
|
+
* // startMessages: "<AgentSpokenPhraseList>",
|
|
1329
1381
|
* // pipeline: {
|
|
1330
1382
|
* // type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
|
|
1331
1383
|
* // instructions: "STRING_VALUE",
|
|
@@ -1339,6 +1391,7 @@ declare const CreateAgentCommand_base: {
|
|
|
1339
1391
|
* // connector: {
|
|
1340
1392
|
* // id: "STRING_VALUE", // required
|
|
1341
1393
|
* // startMessage: "STRING_VALUE",
|
|
1394
|
+
* // startMessages: "<AgentSpokenPhraseList>",
|
|
1342
1395
|
* // pipeline: {
|
|
1343
1396
|
* // type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
|
|
1344
1397
|
* // instructions: "STRING_VALUE",
|
|
@@ -1427,6 +1480,7 @@ declare const CreateAgentCommand_base: {
|
|
|
1427
1480
|
* // name: "STRING_VALUE",
|
|
1428
1481
|
* // description: "STRING_VALUE",
|
|
1429
1482
|
* // message: "STRING_VALUE",
|
|
1483
|
+
* // messages: "<AgentSpokenPhraseList>",
|
|
1430
1484
|
* // channels: "<AgentCapabilityChannelsList>",
|
|
1431
1485
|
* // annotations: "<AgentToolAnnotationsList>",
|
|
1432
1486
|
* // },
|
|
@@ -1505,9 +1559,6 @@ declare const CreateAgentCommand_base: {
|
|
|
1505
1559
|
* // kb: {
|
|
1506
1560
|
* // knowledgeBaseId: "STRING_VALUE",
|
|
1507
1561
|
* // instructions: "STRING_VALUE",
|
|
1508
|
-
* // searchStrategy: "bm25" || "vector" || "hybrid",
|
|
1509
|
-
* // searchThreshold: "low" || "medium" || "high",
|
|
1510
|
-
* // searchLimit: Number("int"),
|
|
1511
1562
|
* // channels: "<AgentCapabilityChannelsList>",
|
|
1512
1563
|
* // annotations: "<AgentToolAnnotationsList>",
|
|
1513
1564
|
* // },
|
|
@@ -1545,7 +1596,6 @@ declare const CreateAgentCommand_base: {
|
|
|
1545
1596
|
* // transfer: "<AgentTransferCapability>",
|
|
1546
1597
|
* // suggestions: {
|
|
1547
1598
|
* // name: "STRING_VALUE",
|
|
1548
|
-
* // instructions: "STRING_VALUE",
|
|
1549
1599
|
* // channels: "<AgentCapabilityChannelsList>",
|
|
1550
1600
|
* // annotations: "<AgentToolAnnotationsList>",
|
|
1551
1601
|
* // },
|