@wildix/wilma-agents-client 1.0.43 → 1.0.45
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 +11 -1
- package/dist-cjs/schemas/schemas_0.js +38 -22
- package/dist-es/models/enums.js +10 -0
- package/dist-es/schemas/schemas_0.js +34 -18
- package/dist-types/commands/CreateAgentCommand.d.ts +82 -0
- package/dist-types/commands/GetAgentCommand.d.ts +41 -0
- package/dist-types/commands/GetAgentVersionCommand.d.ts +41 -0
- package/dist-types/commands/ListAgentsCommand.d.ts +41 -0
- package/dist-types/commands/PublishAgentVersionCommand.d.ts +41 -0
- package/dist-types/commands/RestoreAgentVersionToDraftCommand.d.ts +41 -0
- package/dist-types/commands/UpdateAgentCommand.d.ts +82 -0
- package/dist-types/models/enums.d.ts +35 -0
- package/dist-types/models/models_0.d.ts +79 -5
- 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.AgentHangupPipelineType = exports.AgentHandoverVariant = exports.AgentHandoverPipelineType = exports.AgentToolPipelineType = exports.ChannelType = exports.ActorType = exports.VoicePronunciationEncoding = exports.AgentVisibility = void 0;
|
|
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.KnowledgeBaseSearchThreshold = exports.KnowledgeBaseSearchStrategy = 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,6 +40,16 @@ 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
|
+
};
|
|
43
53
|
exports.SandboxNetworkAccess = {
|
|
44
54
|
ALL: "allow-all",
|
|
45
55
|
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$ = exports.AgentGuardrailAction$ = exports.AgentGrantPrincipal$ = exports.AgentEngine$ = exports.AgentCapability$ = 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.ChatChannelSettings$ = exports.AssistantWelcomeSettings$ = exports.AssistantUiSettings$ = exports.AssistantTranscriptionSettings$ = exports.AssistantSpeechSettings$ = exports.AssistantQuickCommand$ = exports.AssistantLanguage$ = exports.AssistantChannelSettings$ = exports.AssistantAudioSettings$ = 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.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$ = exports.CreateAgentApiKeyOutput$ = exports.CreateAgentApiKeyInput$ = exports.CompareAgentVersionsOutput$ = exports.CompareAgentVersionsInput$ = 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$ = exports.AgentGrantPrincipal$ = exports.AgentEngine$ = exports.AgentCapability$ = exports.AgentSkillReference$ = void 0;
|
|
7
7
|
const _A = "Agent";
|
|
8
8
|
const _AA = "AgentAccess";
|
|
9
9
|
const _AAE = "AgentAiEngine";
|
|
@@ -52,6 +52,8 @@ const _ASC = "AgentSuggestionsCapability";
|
|
|
52
52
|
const _ASCg = "AgentSandboxCapability";
|
|
53
53
|
const _ASE = "AgentSqsEngine";
|
|
54
54
|
const _ASL = "AgentSkillsList";
|
|
55
|
+
const _ASP = "AgentSpokenPhrase";
|
|
56
|
+
const _ASPL = "AgentSpokenPhraseList";
|
|
55
57
|
const _ASR = "AgentSkillReference";
|
|
56
58
|
const _ASS = "AssistantSpeechSettings";
|
|
57
59
|
const _ASSO = "AgentSnapshotSandboxOptions";
|
|
@@ -316,10 +318,11 @@ const _kb = "kb";
|
|
|
316
318
|
const _ke = "key";
|
|
317
319
|
const _key = "keys";
|
|
318
320
|
const _ki = "kinds";
|
|
319
|
-
const _l = "
|
|
321
|
+
const _l = "language";
|
|
320
322
|
const _lUA = "lastUsedAt";
|
|
321
323
|
const _lV = "latestVersion";
|
|
322
|
-
const _la = "
|
|
324
|
+
const _la = "layout";
|
|
325
|
+
const _lab = "label";
|
|
323
326
|
const _lan = "languages";
|
|
324
327
|
const _li = "limit";
|
|
325
328
|
const _lin = "link";
|
|
@@ -327,6 +330,7 @@ const _m = "message";
|
|
|
327
330
|
const _mD = "maxDuration";
|
|
328
331
|
const _mT = "maxTransitions";
|
|
329
332
|
const _mW = "minWords";
|
|
333
|
+
const _me = "messages";
|
|
330
334
|
const _mo = "model";
|
|
331
335
|
const _mod = "mode";
|
|
332
336
|
const _n = "name";
|
|
@@ -362,8 +366,12 @@ const _s = "smithy.ts.sdk.synthetic.wildix.wilma.agents";
|
|
|
362
366
|
const _sC = "speechConfigured";
|
|
363
367
|
const _sI = "skillIds";
|
|
364
368
|
const _sIn = "snapshotId";
|
|
369
|
+
const _sL = "searchLimit";
|
|
365
370
|
const _sM = "startMessage";
|
|
366
|
-
const
|
|
371
|
+
const _sMt = "startMessages";
|
|
372
|
+
const _sS = "searchStrategy";
|
|
373
|
+
const _sT = "searchThreshold";
|
|
374
|
+
const _sTi = "silenceTimeout";
|
|
367
375
|
const _sV = "skillVersion";
|
|
368
376
|
const _sa = "sandbox";
|
|
369
377
|
const _se = "settings";
|
|
@@ -504,8 +512,8 @@ exports.AgentChannels$ = [3, n2, _AC,
|
|
|
504
512
|
];
|
|
505
513
|
exports.AgentConnectorCapability$ = [3, n2, _ACCg,
|
|
506
514
|
0,
|
|
507
|
-
[_i, _sM, _pi, _ap, _ch, _an],
|
|
508
|
-
[0, 0, () => exports.AgentToolPipeline$, () => exports.AgentToolApproval$, 64 | 0, () => AgentToolAnnotationsList], 1
|
|
515
|
+
[_i, _sM, _sMt, _pi, _ap, _ch, _an],
|
|
516
|
+
[0, 0, () => AgentSpokenPhraseList, () => exports.AgentToolPipeline$, () => exports.AgentToolApproval$, 64 | 0, () => AgentToolAnnotationsList], 1
|
|
509
517
|
];
|
|
510
518
|
exports.AgentDefinitionSnapshot$ = [3, n2, _ADS,
|
|
511
519
|
0,
|
|
@@ -594,8 +602,8 @@ exports.AgentInfo$ = [3, n2, _AI,
|
|
|
594
602
|
];
|
|
595
603
|
exports.AgentKnowledgeBase$ = [3, n2, _AKB,
|
|
596
604
|
0,
|
|
597
|
-
[_kBI, _in, _ch, _an],
|
|
598
|
-
[0, 0, 64 | 0, () => AgentToolAnnotationsList]
|
|
605
|
+
[_kBI, _in, _sS, _sT, _sL, _ch, _an],
|
|
606
|
+
[0, 0, 0, 0, 1, 64 | 0, () => AgentToolAnnotationsList]
|
|
599
607
|
];
|
|
600
608
|
exports.AgentSettings$ = [3, n2, _AS,
|
|
601
609
|
0,
|
|
@@ -607,6 +615,11 @@ exports.AgentSnapshotSandboxOptions$ = [3, n2, _ASSO,
|
|
|
607
615
|
[_sIn, _ne, _aD, _siz],
|
|
608
616
|
[0, 0, 64 | 0, 0], 1
|
|
609
617
|
];
|
|
618
|
+
exports.AgentSpokenPhrase$ = [3, n2, _ASP,
|
|
619
|
+
0,
|
|
620
|
+
[_l, _te],
|
|
621
|
+
[0, 0], 2
|
|
622
|
+
];
|
|
610
623
|
exports.AgentSqsEngine$ = [3, n2, _ASE,
|
|
611
624
|
0,
|
|
612
625
|
[_u, _ke, _sec],
|
|
@@ -614,13 +627,13 @@ exports.AgentSqsEngine$ = [3, n2, _ASE,
|
|
|
614
627
|
];
|
|
615
628
|
exports.AgentSuggestionsCapability$ = [3, n2, _ASC,
|
|
616
629
|
0,
|
|
617
|
-
[_n, _ch, _an],
|
|
618
|
-
[0, 64 | 0, () => AgentToolAnnotationsList]
|
|
630
|
+
[_n, _in, _ch, _an],
|
|
631
|
+
[0, 0, 64 | 0, () => AgentToolAnnotationsList]
|
|
619
632
|
];
|
|
620
633
|
exports.AgentTool$ = [3, n2, _AT,
|
|
621
634
|
0,
|
|
622
|
-
[_i, _tV, _d, _f, _sM, _pi, _ap, _ch, _an],
|
|
623
|
-
[0, 1, 0, () => AgentToolFieldsList, 0, () => exports.AgentToolPipeline$, () => exports.AgentToolApproval$, 64 | 0, () => AgentToolAnnotationsList], 1
|
|
635
|
+
[_i, _tV, _d, _f, _sM, _sMt, _pi, _ap, _ch, _an],
|
|
636
|
+
[0, 1, 0, () => AgentToolFieldsList, 0, () => AgentSpokenPhraseList, () => exports.AgentToolPipeline$, () => exports.AgentToolApproval$, 64 | 0, () => AgentToolAnnotationsList], 1
|
|
624
637
|
];
|
|
625
638
|
exports.AgentToolApproval$ = [3, n2, _ATA,
|
|
626
639
|
0,
|
|
@@ -724,8 +737,8 @@ exports.AgentVersionInfo$ = [3, n2, _AVI,
|
|
|
724
737
|
];
|
|
725
738
|
exports.AgentWaitCapability$ = [3, n2, _AWC,
|
|
726
739
|
0,
|
|
727
|
-
[_n, _d, _m, _ch, _an],
|
|
728
|
-
[0, 0, 0, 64 | 0, () => AgentToolAnnotationsList]
|
|
740
|
+
[_n, _d, _m, _me, _ch, _an],
|
|
741
|
+
[0, 0, 0, () => AgentSpokenPhraseList, 64 | 0, () => AgentToolAnnotationsList]
|
|
729
742
|
];
|
|
730
743
|
exports.AgentWebFetchCapability$ = [3, n2, _AWFC,
|
|
731
744
|
0,
|
|
@@ -864,12 +877,12 @@ exports.AgentWorkflowResultHandler$ = [3, n2, _AWRH,
|
|
|
864
877
|
];
|
|
865
878
|
exports.AgentWorkflowSettings$ = [3, n2, _AWS,
|
|
866
879
|
0,
|
|
867
|
-
[_mT, _va,
|
|
880
|
+
[_mT, _va, _la],
|
|
868
881
|
[1, () => AgentWorkflowAssignmentsList, 0]
|
|
869
882
|
];
|
|
870
883
|
exports.AgentWorkflowStep$ = [3, n2, _AWSg,
|
|
871
884
|
0,
|
|
872
|
-
[_i,
|
|
885
|
+
[_i, _lab, _h, _sta, _tr, _po],
|
|
873
886
|
[0, 0, () => exports.AgentWorkflowHandler$, 0, () => AgentWorkflowTransitionsList, () => exports.AgentWorkflowStepPosition$], 3
|
|
874
887
|
];
|
|
875
888
|
exports.AgentWorkflowStepPosition$ = [3, n2, _AWSP,
|
|
@@ -1114,7 +1127,7 @@ exports.VoiceCallerMetadataSettings$ = [3, n2, _VCMS,
|
|
|
1114
1127
|
];
|
|
1115
1128
|
exports.VoiceChannelSettings$ = [3, n2, _VCS,
|
|
1116
1129
|
0,
|
|
1117
|
-
[_gr, _bS, _sp, _int,
|
|
1130
|
+
[_gr, _bS, _sp, _int, _sTi, _mD, _eC, _cM],
|
|
1118
1131
|
[0, () => exports.VoiceBackgroundSoundSettings$, () => exports.VoiceSpeechSettings$, () => exports.VoiceInterruptionSettings$, () => exports.VoiceSilenceTimeoutSettings$, () => exports.VoiceMaxDurationSettings$, () => exports.VoiceEndCallSettings$, () => exports.VoiceCallerMetadataSettings$]
|
|
1119
1132
|
];
|
|
1120
1133
|
exports.VoiceEndCallSettings$ = [3, n2, _VECS,
|
|
@@ -1154,8 +1167,8 @@ exports.VoiceSpeechSettings$ = [3, n2, _VSS,
|
|
|
1154
1167
|
];
|
|
1155
1168
|
exports.VoiceTerminateHangupAction$ = [3, n2, _VTHA,
|
|
1156
1169
|
0,
|
|
1157
|
-
[_m],
|
|
1158
|
-
[0]
|
|
1170
|
+
[_m, _me],
|
|
1171
|
+
[0, () => AgentSpokenPhraseList]
|
|
1159
1172
|
];
|
|
1160
1173
|
exports.VoiceTranscriptionSettings$ = [3, n2, _VTS,
|
|
1161
1174
|
0,
|
|
@@ -1211,6 +1224,9 @@ var AgentSkillIdsList = 64 | 0;
|
|
|
1211
1224
|
var AgentsList = [1, n2, _ALg,
|
|
1212
1225
|
0, () => exports.Agent$
|
|
1213
1226
|
];
|
|
1227
|
+
var AgentSpokenPhraseList = [1, n2, _ASPL,
|
|
1228
|
+
0, () => exports.AgentSpokenPhrase$
|
|
1229
|
+
];
|
|
1214
1230
|
var AgentToolAnnotationsList = [1, n2, _ATAL,
|
|
1215
1231
|
0, () => exports.AgentToolAnnotation$
|
|
1216
1232
|
];
|
package/dist-es/models/enums.js
CHANGED
|
@@ -37,6 +37,16 @@ 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
|
+
};
|
|
40
50
|
export const SandboxNetworkAccess = {
|
|
41
51
|
ALL: "allow-all",
|
|
42
52
|
ALLOWLIST: "allowlist",
|
|
@@ -46,6 +46,8 @@ const _ASC = "AgentSuggestionsCapability";
|
|
|
46
46
|
const _ASCg = "AgentSandboxCapability";
|
|
47
47
|
const _ASE = "AgentSqsEngine";
|
|
48
48
|
const _ASL = "AgentSkillsList";
|
|
49
|
+
const _ASP = "AgentSpokenPhrase";
|
|
50
|
+
const _ASPL = "AgentSpokenPhraseList";
|
|
49
51
|
const _ASR = "AgentSkillReference";
|
|
50
52
|
const _ASS = "AssistantSpeechSettings";
|
|
51
53
|
const _ASSO = "AgentSnapshotSandboxOptions";
|
|
@@ -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,8 +360,12 @@ const _s = "smithy.ts.sdk.synthetic.wildix.wilma.agents";
|
|
|
356
360
|
const _sC = "speechConfigured";
|
|
357
361
|
const _sI = "skillIds";
|
|
358
362
|
const _sIn = "snapshotId";
|
|
363
|
+
const _sL = "searchLimit";
|
|
359
364
|
const _sM = "startMessage";
|
|
360
|
-
const
|
|
365
|
+
const _sMt = "startMessages";
|
|
366
|
+
const _sS = "searchStrategy";
|
|
367
|
+
const _sT = "searchThreshold";
|
|
368
|
+
const _sTi = "silenceTimeout";
|
|
361
369
|
const _sV = "skillVersion";
|
|
362
370
|
const _sa = "sandbox";
|
|
363
371
|
const _se = "settings";
|
|
@@ -498,8 +506,8 @@ export var AgentChannels$ = [3, n2, _AC,
|
|
|
498
506
|
];
|
|
499
507
|
export var AgentConnectorCapability$ = [3, n2, _ACCg,
|
|
500
508
|
0,
|
|
501
|
-
[_i, _sM, _pi, _ap, _ch, _an],
|
|
502
|
-
[0, 0, () => AgentToolPipeline$, () => AgentToolApproval$, 64 | 0, () => AgentToolAnnotationsList], 1
|
|
509
|
+
[_i, _sM, _sMt, _pi, _ap, _ch, _an],
|
|
510
|
+
[0, 0, () => AgentSpokenPhraseList, () => AgentToolPipeline$, () => AgentToolApproval$, 64 | 0, () => AgentToolAnnotationsList], 1
|
|
503
511
|
];
|
|
504
512
|
export var AgentDefinitionSnapshot$ = [3, n2, _ADS,
|
|
505
513
|
0,
|
|
@@ -588,8 +596,8 @@ export var AgentInfo$ = [3, n2, _AI,
|
|
|
588
596
|
];
|
|
589
597
|
export var AgentKnowledgeBase$ = [3, n2, _AKB,
|
|
590
598
|
0,
|
|
591
|
-
[_kBI, _in, _ch, _an],
|
|
592
|
-
[0, 0, 64 | 0, () => AgentToolAnnotationsList]
|
|
599
|
+
[_kBI, _in, _sS, _sT, _sL, _ch, _an],
|
|
600
|
+
[0, 0, 0, 0, 1, 64 | 0, () => AgentToolAnnotationsList]
|
|
593
601
|
];
|
|
594
602
|
export var AgentSettings$ = [3, n2, _AS,
|
|
595
603
|
0,
|
|
@@ -601,6 +609,11 @@ export var AgentSnapshotSandboxOptions$ = [3, n2, _ASSO,
|
|
|
601
609
|
[_sIn, _ne, _aD, _siz],
|
|
602
610
|
[0, 0, 64 | 0, 0], 1
|
|
603
611
|
];
|
|
612
|
+
export var AgentSpokenPhrase$ = [3, n2, _ASP,
|
|
613
|
+
0,
|
|
614
|
+
[_l, _te],
|
|
615
|
+
[0, 0], 2
|
|
616
|
+
];
|
|
604
617
|
export var AgentSqsEngine$ = [3, n2, _ASE,
|
|
605
618
|
0,
|
|
606
619
|
[_u, _ke, _sec],
|
|
@@ -608,13 +621,13 @@ export var AgentSqsEngine$ = [3, n2, _ASE,
|
|
|
608
621
|
];
|
|
609
622
|
export var AgentSuggestionsCapability$ = [3, n2, _ASC,
|
|
610
623
|
0,
|
|
611
|
-
[_n, _ch, _an],
|
|
612
|
-
[0, 64 | 0, () => AgentToolAnnotationsList]
|
|
624
|
+
[_n, _in, _ch, _an],
|
|
625
|
+
[0, 0, 64 | 0, () => AgentToolAnnotationsList]
|
|
613
626
|
];
|
|
614
627
|
export var AgentTool$ = [3, n2, _AT,
|
|
615
628
|
0,
|
|
616
|
-
[_i, _tV, _d, _f, _sM, _pi, _ap, _ch, _an],
|
|
617
|
-
[0, 1, 0, () => AgentToolFieldsList, 0, () => AgentToolPipeline$, () => AgentToolApproval$, 64 | 0, () => AgentToolAnnotationsList], 1
|
|
629
|
+
[_i, _tV, _d, _f, _sM, _sMt, _pi, _ap, _ch, _an],
|
|
630
|
+
[0, 1, 0, () => AgentToolFieldsList, 0, () => AgentSpokenPhraseList, () => AgentToolPipeline$, () => AgentToolApproval$, 64 | 0, () => AgentToolAnnotationsList], 1
|
|
618
631
|
];
|
|
619
632
|
export var AgentToolApproval$ = [3, n2, _ATA,
|
|
620
633
|
0,
|
|
@@ -718,8 +731,8 @@ export var AgentVersionInfo$ = [3, n2, _AVI,
|
|
|
718
731
|
];
|
|
719
732
|
export var AgentWaitCapability$ = [3, n2, _AWC,
|
|
720
733
|
0,
|
|
721
|
-
[_n, _d, _m, _ch, _an],
|
|
722
|
-
[0, 0, 0, 64 | 0, () => AgentToolAnnotationsList]
|
|
734
|
+
[_n, _d, _m, _me, _ch, _an],
|
|
735
|
+
[0, 0, 0, () => AgentSpokenPhraseList, 64 | 0, () => AgentToolAnnotationsList]
|
|
723
736
|
];
|
|
724
737
|
export var AgentWebFetchCapability$ = [3, n2, _AWFC,
|
|
725
738
|
0,
|
|
@@ -858,12 +871,12 @@ export var AgentWorkflowResultHandler$ = [3, n2, _AWRH,
|
|
|
858
871
|
];
|
|
859
872
|
export var AgentWorkflowSettings$ = [3, n2, _AWS,
|
|
860
873
|
0,
|
|
861
|
-
[_mT, _va,
|
|
874
|
+
[_mT, _va, _la],
|
|
862
875
|
[1, () => AgentWorkflowAssignmentsList, 0]
|
|
863
876
|
];
|
|
864
877
|
export var AgentWorkflowStep$ = [3, n2, _AWSg,
|
|
865
878
|
0,
|
|
866
|
-
[_i,
|
|
879
|
+
[_i, _lab, _h, _sta, _tr, _po],
|
|
867
880
|
[0, 0, () => AgentWorkflowHandler$, 0, () => AgentWorkflowTransitionsList, () => AgentWorkflowStepPosition$], 3
|
|
868
881
|
];
|
|
869
882
|
export var AgentWorkflowStepPosition$ = [3, n2, _AWSP,
|
|
@@ -1108,7 +1121,7 @@ export var VoiceCallerMetadataSettings$ = [3, n2, _VCMS,
|
|
|
1108
1121
|
];
|
|
1109
1122
|
export var VoiceChannelSettings$ = [3, n2, _VCS,
|
|
1110
1123
|
0,
|
|
1111
|
-
[_gr, _bS, _sp, _int,
|
|
1124
|
+
[_gr, _bS, _sp, _int, _sTi, _mD, _eC, _cM],
|
|
1112
1125
|
[0, () => VoiceBackgroundSoundSettings$, () => VoiceSpeechSettings$, () => VoiceInterruptionSettings$, () => VoiceSilenceTimeoutSettings$, () => VoiceMaxDurationSettings$, () => VoiceEndCallSettings$, () => VoiceCallerMetadataSettings$]
|
|
1113
1126
|
];
|
|
1114
1127
|
export var VoiceEndCallSettings$ = [3, n2, _VECS,
|
|
@@ -1148,8 +1161,8 @@ export var VoiceSpeechSettings$ = [3, n2, _VSS,
|
|
|
1148
1161
|
];
|
|
1149
1162
|
export var VoiceTerminateHangupAction$ = [3, n2, _VTHA,
|
|
1150
1163
|
0,
|
|
1151
|
-
[_m],
|
|
1152
|
-
[0]
|
|
1164
|
+
[_m, _me],
|
|
1165
|
+
[0, () => AgentSpokenPhraseList]
|
|
1153
1166
|
];
|
|
1154
1167
|
export var VoiceTranscriptionSettings$ = [3, n2, _VTS,
|
|
1155
1168
|
0,
|
|
@@ -1205,6 +1218,9 @@ var AgentSkillIdsList = 64 | 0;
|
|
|
1205
1218
|
var AgentsList = [1, n2, _ALg,
|
|
1206
1219
|
0, () => Agent$
|
|
1207
1220
|
];
|
|
1221
|
+
var AgentSpokenPhraseList = [1, n2, _ASPL,
|
|
1222
|
+
0, () => AgentSpokenPhrase$
|
|
1223
|
+
];
|
|
1208
1224
|
var AgentToolAnnotationsList = [1, n2, _ATAL,
|
|
1209
1225
|
0, () => AgentToolAnnotation$
|
|
1210
1226
|
];
|
|
@@ -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
|
|
@@ -194,6 +206,12 @@ declare const CreateAgentCommand_base: {
|
|
|
194
206
|
* },
|
|
195
207
|
* ],
|
|
196
208
|
* startMessage: "STRING_VALUE",
|
|
209
|
+
* startMessages: [
|
|
210
|
+
* {
|
|
211
|
+
* language: "STRING_VALUE", // required
|
|
212
|
+
* text: "STRING_VALUE", // required
|
|
213
|
+
* },
|
|
214
|
+
* ],
|
|
197
215
|
* pipeline: { // AgentToolPipeline
|
|
198
216
|
* type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
|
|
199
217
|
* instructions: "STRING_VALUE",
|
|
@@ -224,6 +242,12 @@ declare const CreateAgentCommand_base: {
|
|
|
224
242
|
* connector: { // AgentConnectorCapability
|
|
225
243
|
* id: "STRING_VALUE", // required
|
|
226
244
|
* startMessage: "STRING_VALUE",
|
|
245
|
+
* startMessages: [
|
|
246
|
+
* {
|
|
247
|
+
* language: "STRING_VALUE", // required
|
|
248
|
+
* text: "STRING_VALUE", // required
|
|
249
|
+
* },
|
|
250
|
+
* ],
|
|
227
251
|
* pipeline: {
|
|
228
252
|
* type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
|
|
229
253
|
* instructions: "STRING_VALUE",
|
|
@@ -254,6 +278,9 @@ declare const CreateAgentCommand_base: {
|
|
|
254
278
|
* kb: { // AgentKnowledgeBase
|
|
255
279
|
* knowledgeBaseId: "STRING_VALUE",
|
|
256
280
|
* instructions: "STRING_VALUE",
|
|
281
|
+
* searchStrategy: "bm25" || "vector" || "hybrid",
|
|
282
|
+
* searchThreshold: "low" || "medium" || "high",
|
|
283
|
+
* searchLimit: Number("int"),
|
|
257
284
|
* channels: [
|
|
258
285
|
* "voice" || "chat" || "assistant",
|
|
259
286
|
* ],
|
|
@@ -410,6 +437,7 @@ declare const CreateAgentCommand_base: {
|
|
|
410
437
|
* },
|
|
411
438
|
* suggestions: { // AgentSuggestionsCapability
|
|
412
439
|
* name: "STRING_VALUE",
|
|
440
|
+
* instructions: "STRING_VALUE",
|
|
413
441
|
* channels: "<AgentCapabilityChannelsList>",
|
|
414
442
|
* annotations: "<AgentToolAnnotationsList>",
|
|
415
443
|
* },
|
|
@@ -427,6 +455,12 @@ declare const CreateAgentCommand_base: {
|
|
|
427
455
|
* name: "STRING_VALUE",
|
|
428
456
|
* description: "STRING_VALUE",
|
|
429
457
|
* message: "STRING_VALUE",
|
|
458
|
+
* messages: [
|
|
459
|
+
* {
|
|
460
|
+
* language: "STRING_VALUE", // required
|
|
461
|
+
* text: "STRING_VALUE", // required
|
|
462
|
+
* },
|
|
463
|
+
* ],
|
|
430
464
|
* channels: "<AgentCapabilityChannelsList>",
|
|
431
465
|
* annotations: "<AgentToolAnnotationsList>",
|
|
432
466
|
* },
|
|
@@ -485,6 +519,7 @@ declare const CreateAgentCommand_base: {
|
|
|
485
519
|
* },
|
|
486
520
|
* ],
|
|
487
521
|
* startMessage: "STRING_VALUE",
|
|
522
|
+
* startMessages: "<AgentSpokenPhraseList>",
|
|
488
523
|
* pipeline: {
|
|
489
524
|
* type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
|
|
490
525
|
* instructions: "STRING_VALUE",
|
|
@@ -498,6 +533,7 @@ declare const CreateAgentCommand_base: {
|
|
|
498
533
|
* connector: {
|
|
499
534
|
* id: "STRING_VALUE", // required
|
|
500
535
|
* startMessage: "STRING_VALUE",
|
|
536
|
+
* startMessages: "<AgentSpokenPhraseList>",
|
|
501
537
|
* pipeline: {
|
|
502
538
|
* type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
|
|
503
539
|
* instructions: "STRING_VALUE",
|
|
@@ -586,6 +622,7 @@ declare const CreateAgentCommand_base: {
|
|
|
586
622
|
* name: "STRING_VALUE",
|
|
587
623
|
* description: "STRING_VALUE",
|
|
588
624
|
* message: "STRING_VALUE",
|
|
625
|
+
* messages: "<AgentSpokenPhraseList>",
|
|
589
626
|
* channels: "<AgentCapabilityChannelsList>",
|
|
590
627
|
* annotations: "<AgentToolAnnotationsList>",
|
|
591
628
|
* },
|
|
@@ -664,6 +701,9 @@ declare const CreateAgentCommand_base: {
|
|
|
664
701
|
* kb: {
|
|
665
702
|
* knowledgeBaseId: "STRING_VALUE",
|
|
666
703
|
* instructions: "STRING_VALUE",
|
|
704
|
+
* searchStrategy: "bm25" || "vector" || "hybrid",
|
|
705
|
+
* searchThreshold: "low" || "medium" || "high",
|
|
706
|
+
* searchLimit: Number("int"),
|
|
667
707
|
* channels: "<AgentCapabilityChannelsList>",
|
|
668
708
|
* annotations: "<AgentToolAnnotationsList>",
|
|
669
709
|
* },
|
|
@@ -701,6 +741,7 @@ declare const CreateAgentCommand_base: {
|
|
|
701
741
|
* transfer: "<AgentTransferCapability>",
|
|
702
742
|
* suggestions: {
|
|
703
743
|
* name: "STRING_VALUE",
|
|
744
|
+
* instructions: "STRING_VALUE",
|
|
704
745
|
* channels: "<AgentCapabilityChannelsList>",
|
|
705
746
|
* annotations: "<AgentToolAnnotationsList>",
|
|
706
747
|
* },
|
|
@@ -942,6 +983,12 @@ declare const CreateAgentCommand_base: {
|
|
|
942
983
|
* // action: { // VoiceTerminateAction Union: only one key present
|
|
943
984
|
* // hangup: { // VoiceTerminateHangupAction
|
|
944
985
|
* // message: "STRING_VALUE",
|
|
986
|
+
* // messages: [ // AgentSpokenPhraseList
|
|
987
|
+
* // { // AgentSpokenPhrase
|
|
988
|
+
* // language: "STRING_VALUE", // required
|
|
989
|
+
* // text: "STRING_VALUE", // required
|
|
990
|
+
* // },
|
|
991
|
+
* // ],
|
|
945
992
|
* // },
|
|
946
993
|
* // transfer: { // VoiceTransferTarget
|
|
947
994
|
* // name: "STRING_VALUE", // required
|
|
@@ -956,6 +1003,12 @@ declare const CreateAgentCommand_base: {
|
|
|
956
1003
|
* // action: {// Union: only one key present
|
|
957
1004
|
* // hangup: {
|
|
958
1005
|
* // message: "STRING_VALUE",
|
|
1006
|
+
* // messages: [
|
|
1007
|
+
* // {
|
|
1008
|
+
* // language: "STRING_VALUE", // required
|
|
1009
|
+
* // text: "STRING_VALUE", // required
|
|
1010
|
+
* // },
|
|
1011
|
+
* // ],
|
|
959
1012
|
* // },
|
|
960
1013
|
* // transfer: {
|
|
961
1014
|
* // name: "STRING_VALUE", // required
|
|
@@ -1057,6 +1110,12 @@ declare const CreateAgentCommand_base: {
|
|
|
1057
1110
|
* // },
|
|
1058
1111
|
* // ],
|
|
1059
1112
|
* // startMessage: "STRING_VALUE",
|
|
1113
|
+
* // startMessages: [
|
|
1114
|
+
* // {
|
|
1115
|
+
* // language: "STRING_VALUE", // required
|
|
1116
|
+
* // text: "STRING_VALUE", // required
|
|
1117
|
+
* // },
|
|
1118
|
+
* // ],
|
|
1060
1119
|
* // pipeline: { // AgentToolPipeline
|
|
1061
1120
|
* // type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
|
|
1062
1121
|
* // instructions: "STRING_VALUE",
|
|
@@ -1087,6 +1146,12 @@ declare const CreateAgentCommand_base: {
|
|
|
1087
1146
|
* // connector: { // AgentConnectorCapability
|
|
1088
1147
|
* // id: "STRING_VALUE", // required
|
|
1089
1148
|
* // startMessage: "STRING_VALUE",
|
|
1149
|
+
* // startMessages: [
|
|
1150
|
+
* // {
|
|
1151
|
+
* // language: "STRING_VALUE", // required
|
|
1152
|
+
* // text: "STRING_VALUE", // required
|
|
1153
|
+
* // },
|
|
1154
|
+
* // ],
|
|
1090
1155
|
* // pipeline: {
|
|
1091
1156
|
* // type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
|
|
1092
1157
|
* // instructions: "STRING_VALUE",
|
|
@@ -1117,6 +1182,9 @@ declare const CreateAgentCommand_base: {
|
|
|
1117
1182
|
* // kb: { // AgentKnowledgeBase
|
|
1118
1183
|
* // knowledgeBaseId: "STRING_VALUE",
|
|
1119
1184
|
* // instructions: "STRING_VALUE",
|
|
1185
|
+
* // searchStrategy: "bm25" || "vector" || "hybrid",
|
|
1186
|
+
* // searchThreshold: "low" || "medium" || "high",
|
|
1187
|
+
* // searchLimit: Number("int"),
|
|
1120
1188
|
* // channels: [
|
|
1121
1189
|
* // "voice" || "chat" || "assistant",
|
|
1122
1190
|
* // ],
|
|
@@ -1273,6 +1341,7 @@ declare const CreateAgentCommand_base: {
|
|
|
1273
1341
|
* // },
|
|
1274
1342
|
* // suggestions: { // AgentSuggestionsCapability
|
|
1275
1343
|
* // name: "STRING_VALUE",
|
|
1344
|
+
* // instructions: "STRING_VALUE",
|
|
1276
1345
|
* // channels: "<AgentCapabilityChannelsList>",
|
|
1277
1346
|
* // annotations: "<AgentToolAnnotationsList>",
|
|
1278
1347
|
* // },
|
|
@@ -1290,6 +1359,12 @@ declare const CreateAgentCommand_base: {
|
|
|
1290
1359
|
* // name: "STRING_VALUE",
|
|
1291
1360
|
* // description: "STRING_VALUE",
|
|
1292
1361
|
* // message: "STRING_VALUE",
|
|
1362
|
+
* // messages: [
|
|
1363
|
+
* // {
|
|
1364
|
+
* // language: "STRING_VALUE", // required
|
|
1365
|
+
* // text: "STRING_VALUE", // required
|
|
1366
|
+
* // },
|
|
1367
|
+
* // ],
|
|
1293
1368
|
* // channels: "<AgentCapabilityChannelsList>",
|
|
1294
1369
|
* // annotations: "<AgentToolAnnotationsList>",
|
|
1295
1370
|
* // },
|
|
@@ -1348,6 +1423,7 @@ declare const CreateAgentCommand_base: {
|
|
|
1348
1423
|
* // },
|
|
1349
1424
|
* // ],
|
|
1350
1425
|
* // startMessage: "STRING_VALUE",
|
|
1426
|
+
* // startMessages: "<AgentSpokenPhraseList>",
|
|
1351
1427
|
* // pipeline: {
|
|
1352
1428
|
* // type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
|
|
1353
1429
|
* // instructions: "STRING_VALUE",
|
|
@@ -1361,6 +1437,7 @@ declare const CreateAgentCommand_base: {
|
|
|
1361
1437
|
* // connector: {
|
|
1362
1438
|
* // id: "STRING_VALUE", // required
|
|
1363
1439
|
* // startMessage: "STRING_VALUE",
|
|
1440
|
+
* // startMessages: "<AgentSpokenPhraseList>",
|
|
1364
1441
|
* // pipeline: {
|
|
1365
1442
|
* // type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
|
|
1366
1443
|
* // instructions: "STRING_VALUE",
|
|
@@ -1449,6 +1526,7 @@ declare const CreateAgentCommand_base: {
|
|
|
1449
1526
|
* // name: "STRING_VALUE",
|
|
1450
1527
|
* // description: "STRING_VALUE",
|
|
1451
1528
|
* // message: "STRING_VALUE",
|
|
1529
|
+
* // messages: "<AgentSpokenPhraseList>",
|
|
1452
1530
|
* // channels: "<AgentCapabilityChannelsList>",
|
|
1453
1531
|
* // annotations: "<AgentToolAnnotationsList>",
|
|
1454
1532
|
* // },
|
|
@@ -1527,6 +1605,9 @@ declare const CreateAgentCommand_base: {
|
|
|
1527
1605
|
* // kb: {
|
|
1528
1606
|
* // knowledgeBaseId: "STRING_VALUE",
|
|
1529
1607
|
* // instructions: "STRING_VALUE",
|
|
1608
|
+
* // searchStrategy: "bm25" || "vector" || "hybrid",
|
|
1609
|
+
* // searchThreshold: "low" || "medium" || "high",
|
|
1610
|
+
* // searchLimit: Number("int"),
|
|
1530
1611
|
* // channels: "<AgentCapabilityChannelsList>",
|
|
1531
1612
|
* // annotations: "<AgentToolAnnotationsList>",
|
|
1532
1613
|
* // },
|
|
@@ -1564,6 +1645,7 @@ declare const CreateAgentCommand_base: {
|
|
|
1564
1645
|
* // transfer: "<AgentTransferCapability>",
|
|
1565
1646
|
* // suggestions: {
|
|
1566
1647
|
* // name: "STRING_VALUE",
|
|
1648
|
+
* // instructions: "STRING_VALUE",
|
|
1567
1649
|
* // channels: "<AgentCapabilityChannelsList>",
|
|
1568
1650
|
* // annotations: "<AgentToolAnnotationsList>",
|
|
1569
1651
|
* // },
|