@wildix/wilma-agents-client 1.0.42 → 1.0.44
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 +56 -56
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$ = 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,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 @@ exports.AgentChannels$ = [3, n2, _AC,
|
|
|
498
506
|
];
|
|
499
507
|
exports.AgentConnectorCapability$ = [3, n2, _ACCg,
|
|
500
508
|
0,
|
|
501
|
-
[_i, _sM, _pi, _ap, _ch, _an],
|
|
502
|
-
[0, 0, () => exports.AgentToolPipeline$, () => exports.AgentToolApproval$, 64 | 0, () => AgentToolAnnotationsList], 1
|
|
509
|
+
[_i, _sM, _sMt, _pi, _ap, _ch, _an],
|
|
510
|
+
[0, 0, () => AgentSpokenPhraseList, () => exports.AgentToolPipeline$, () => exports.AgentToolApproval$, 64 | 0, () => AgentToolAnnotationsList], 1
|
|
503
511
|
];
|
|
504
512
|
exports.AgentDefinitionSnapshot$ = [3, n2, _ADS,
|
|
505
513
|
0,
|
|
@@ -588,8 +596,8 @@ exports.AgentInfo$ = [3, n2, _AI,
|
|
|
588
596
|
];
|
|
589
597
|
exports.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
|
exports.AgentSettings$ = [3, n2, _AS,
|
|
595
603
|
0,
|
|
@@ -601,6 +609,11 @@ exports.AgentSnapshotSandboxOptions$ = [3, n2, _ASSO,
|
|
|
601
609
|
[_sIn, _ne, _aD, _siz],
|
|
602
610
|
[0, 0, 64 | 0, 0], 1
|
|
603
611
|
];
|
|
612
|
+
exports.AgentSpokenPhrase$ = [3, n2, _ASP,
|
|
613
|
+
0,
|
|
614
|
+
[_l, _te],
|
|
615
|
+
[0, 0], 2
|
|
616
|
+
];
|
|
604
617
|
exports.AgentSqsEngine$ = [3, n2, _ASE,
|
|
605
618
|
0,
|
|
606
619
|
[_u, _ke, _sec],
|
|
@@ -608,13 +621,13 @@ exports.AgentSqsEngine$ = [3, n2, _ASE,
|
|
|
608
621
|
];
|
|
609
622
|
exports.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
|
exports.AgentTool$ = [3, n2, _AT,
|
|
615
628
|
0,
|
|
616
|
-
[_i, _tV, _d, _f, _sM, _pi, _ap, _ch, _an],
|
|
617
|
-
[0, 1, 0, () => AgentToolFieldsList, 0, () => exports.AgentToolPipeline$, () => exports.AgentToolApproval$, 64 | 0, () => AgentToolAnnotationsList], 1
|
|
629
|
+
[_i, _tV, _d, _f, _sM, _sMt, _pi, _ap, _ch, _an],
|
|
630
|
+
[0, 1, 0, () => AgentToolFieldsList, 0, () => AgentSpokenPhraseList, () => exports.AgentToolPipeline$, () => exports.AgentToolApproval$, 64 | 0, () => AgentToolAnnotationsList], 1
|
|
618
631
|
];
|
|
619
632
|
exports.AgentToolApproval$ = [3, n2, _ATA,
|
|
620
633
|
0,
|
|
@@ -718,8 +731,8 @@ exports.AgentVersionInfo$ = [3, n2, _AVI,
|
|
|
718
731
|
];
|
|
719
732
|
exports.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
|
exports.AgentWebFetchCapability$ = [3, n2, _AWFC,
|
|
725
738
|
0,
|
|
@@ -858,12 +871,12 @@ exports.AgentWorkflowResultHandler$ = [3, n2, _AWRH,
|
|
|
858
871
|
];
|
|
859
872
|
exports.AgentWorkflowSettings$ = [3, n2, _AWS,
|
|
860
873
|
0,
|
|
861
|
-
[_mT, _va,
|
|
874
|
+
[_mT, _va, _la],
|
|
862
875
|
[1, () => AgentWorkflowAssignmentsList, 0]
|
|
863
876
|
];
|
|
864
877
|
exports.AgentWorkflowStep$ = [3, n2, _AWSg,
|
|
865
878
|
0,
|
|
866
|
-
[_i,
|
|
879
|
+
[_i, _lab, _h, _sta, _tr, _po],
|
|
867
880
|
[0, 0, () => exports.AgentWorkflowHandler$, 0, () => AgentWorkflowTransitionsList, () => exports.AgentWorkflowStepPosition$], 3
|
|
868
881
|
];
|
|
869
882
|
exports.AgentWorkflowStepPosition$ = [3, n2, _AWSP,
|
|
@@ -1088,7 +1101,7 @@ exports.VoiceCallerMetadataSettings$ = [3, n2, _VCMS,
|
|
|
1088
1101
|
];
|
|
1089
1102
|
exports.VoiceChannelSettings$ = [3, n2, _VCS,
|
|
1090
1103
|
0,
|
|
1091
|
-
[_gr, _bS, _sp, _int,
|
|
1104
|
+
[_gr, _bS, _sp, _int, _sTi, _mD, _eC, _cM],
|
|
1092
1105
|
[0, () => exports.VoiceBackgroundSoundSettings$, () => exports.VoiceSpeechSettings$, () => exports.VoiceInterruptionSettings$, () => exports.VoiceSilenceTimeoutSettings$, () => exports.VoiceMaxDurationSettings$, () => exports.VoiceEndCallSettings$, () => exports.VoiceCallerMetadataSettings$]
|
|
1093
1106
|
];
|
|
1094
1107
|
exports.VoiceEndCallSettings$ = [3, n2, _VECS,
|
|
@@ -1128,8 +1141,8 @@ exports.VoiceSpeechSettings$ = [3, n2, _VSS,
|
|
|
1128
1141
|
];
|
|
1129
1142
|
exports.VoiceTerminateHangupAction$ = [3, n2, _VTHA,
|
|
1130
1143
|
0,
|
|
1131
|
-
[_m],
|
|
1132
|
-
[0]
|
|
1144
|
+
[_m, _me],
|
|
1145
|
+
[0, () => AgentSpokenPhraseList]
|
|
1133
1146
|
];
|
|
1134
1147
|
exports.VoiceTranscriptionSettings$ = [3, n2, _VTS,
|
|
1135
1148
|
0,
|
|
@@ -1185,6 +1198,9 @@ var AgentSkillIdsList = 64 | 0;
|
|
|
1185
1198
|
var AgentsList = [1, n2, _AL,
|
|
1186
1199
|
0, () => exports.Agent$
|
|
1187
1200
|
];
|
|
1201
|
+
var AgentSpokenPhraseList = [1, n2, _ASPL,
|
|
1202
|
+
0, () => exports.AgentSpokenPhrase$
|
|
1203
|
+
];
|
|
1188
1204
|
var AgentToolAnnotationsList = [1, n2, _ATAL,
|
|
1189
1205
|
0, () => exports.AgentToolAnnotation$
|
|
1190
1206
|
];
|
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",
|
|
@@ -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,8 +354,12 @@ const _s = "smithy.ts.sdk.synthetic.wildix.wilma.agents";
|
|
|
350
354
|
const _sC = "speechConfigured";
|
|
351
355
|
const _sI = "skillIds";
|
|
352
356
|
const _sIn = "snapshotId";
|
|
357
|
+
const _sL = "searchLimit";
|
|
353
358
|
const _sM = "startMessage";
|
|
354
|
-
const
|
|
359
|
+
const _sMt = "startMessages";
|
|
360
|
+
const _sS = "searchStrategy";
|
|
361
|
+
const _sT = "searchThreshold";
|
|
362
|
+
const _sTi = "silenceTimeout";
|
|
355
363
|
const _sV = "skillVersion";
|
|
356
364
|
const _sa = "sandbox";
|
|
357
365
|
const _se = "settings";
|
|
@@ -492,8 +500,8 @@ export var AgentChannels$ = [3, n2, _AC,
|
|
|
492
500
|
];
|
|
493
501
|
export var AgentConnectorCapability$ = [3, n2, _ACCg,
|
|
494
502
|
0,
|
|
495
|
-
[_i, _sM, _pi, _ap, _ch, _an],
|
|
496
|
-
[0, 0, () => AgentToolPipeline$, () => AgentToolApproval$, 64 | 0, () => AgentToolAnnotationsList], 1
|
|
503
|
+
[_i, _sM, _sMt, _pi, _ap, _ch, _an],
|
|
504
|
+
[0, 0, () => AgentSpokenPhraseList, () => AgentToolPipeline$, () => AgentToolApproval$, 64 | 0, () => AgentToolAnnotationsList], 1
|
|
497
505
|
];
|
|
498
506
|
export var AgentDefinitionSnapshot$ = [3, n2, _ADS,
|
|
499
507
|
0,
|
|
@@ -582,8 +590,8 @@ export var AgentInfo$ = [3, n2, _AI,
|
|
|
582
590
|
];
|
|
583
591
|
export var AgentKnowledgeBase$ = [3, n2, _AKB,
|
|
584
592
|
0,
|
|
585
|
-
[_kBI, _in, _ch, _an],
|
|
586
|
-
[0, 0, 64 | 0, () => AgentToolAnnotationsList]
|
|
593
|
+
[_kBI, _in, _sS, _sT, _sL, _ch, _an],
|
|
594
|
+
[0, 0, 0, 0, 1, 64 | 0, () => AgentToolAnnotationsList]
|
|
587
595
|
];
|
|
588
596
|
export var AgentSettings$ = [3, n2, _AS,
|
|
589
597
|
0,
|
|
@@ -595,6 +603,11 @@ export var AgentSnapshotSandboxOptions$ = [3, n2, _ASSO,
|
|
|
595
603
|
[_sIn, _ne, _aD, _siz],
|
|
596
604
|
[0, 0, 64 | 0, 0], 1
|
|
597
605
|
];
|
|
606
|
+
export var AgentSpokenPhrase$ = [3, n2, _ASP,
|
|
607
|
+
0,
|
|
608
|
+
[_l, _te],
|
|
609
|
+
[0, 0], 2
|
|
610
|
+
];
|
|
598
611
|
export var AgentSqsEngine$ = [3, n2, _ASE,
|
|
599
612
|
0,
|
|
600
613
|
[_u, _ke, _sec],
|
|
@@ -602,13 +615,13 @@ export var AgentSqsEngine$ = [3, n2, _ASE,
|
|
|
602
615
|
];
|
|
603
616
|
export var AgentSuggestionsCapability$ = [3, n2, _ASC,
|
|
604
617
|
0,
|
|
605
|
-
[_n, _ch, _an],
|
|
606
|
-
[0, 64 | 0, () => AgentToolAnnotationsList]
|
|
618
|
+
[_n, _in, _ch, _an],
|
|
619
|
+
[0, 0, 64 | 0, () => AgentToolAnnotationsList]
|
|
607
620
|
];
|
|
608
621
|
export var AgentTool$ = [3, n2, _AT,
|
|
609
622
|
0,
|
|
610
|
-
[_i, _tV, _d, _f, _sM, _pi, _ap, _ch, _an],
|
|
611
|
-
[0, 1, 0, () => AgentToolFieldsList, 0, () => AgentToolPipeline$, () => AgentToolApproval$, 64 | 0, () => AgentToolAnnotationsList], 1
|
|
623
|
+
[_i, _tV, _d, _f, _sM, _sMt, _pi, _ap, _ch, _an],
|
|
624
|
+
[0, 1, 0, () => AgentToolFieldsList, 0, () => AgentSpokenPhraseList, () => AgentToolPipeline$, () => AgentToolApproval$, 64 | 0, () => AgentToolAnnotationsList], 1
|
|
612
625
|
];
|
|
613
626
|
export var AgentToolApproval$ = [3, n2, _ATA,
|
|
614
627
|
0,
|
|
@@ -712,8 +725,8 @@ export var AgentVersionInfo$ = [3, n2, _AVI,
|
|
|
712
725
|
];
|
|
713
726
|
export var AgentWaitCapability$ = [3, n2, _AWC,
|
|
714
727
|
0,
|
|
715
|
-
[_n, _d, _m, _ch, _an],
|
|
716
|
-
[0, 0, 0, 64 | 0, () => AgentToolAnnotationsList]
|
|
728
|
+
[_n, _d, _m, _me, _ch, _an],
|
|
729
|
+
[0, 0, 0, () => AgentSpokenPhraseList, 64 | 0, () => AgentToolAnnotationsList]
|
|
717
730
|
];
|
|
718
731
|
export var AgentWebFetchCapability$ = [3, n2, _AWFC,
|
|
719
732
|
0,
|
|
@@ -852,12 +865,12 @@ export var AgentWorkflowResultHandler$ = [3, n2, _AWRH,
|
|
|
852
865
|
];
|
|
853
866
|
export var AgentWorkflowSettings$ = [3, n2, _AWS,
|
|
854
867
|
0,
|
|
855
|
-
[_mT, _va,
|
|
868
|
+
[_mT, _va, _la],
|
|
856
869
|
[1, () => AgentWorkflowAssignmentsList, 0]
|
|
857
870
|
];
|
|
858
871
|
export var AgentWorkflowStep$ = [3, n2, _AWSg,
|
|
859
872
|
0,
|
|
860
|
-
[_i,
|
|
873
|
+
[_i, _lab, _h, _sta, _tr, _po],
|
|
861
874
|
[0, 0, () => AgentWorkflowHandler$, 0, () => AgentWorkflowTransitionsList, () => AgentWorkflowStepPosition$], 3
|
|
862
875
|
];
|
|
863
876
|
export var AgentWorkflowStepPosition$ = [3, n2, _AWSP,
|
|
@@ -1082,7 +1095,7 @@ export var VoiceCallerMetadataSettings$ = [3, n2, _VCMS,
|
|
|
1082
1095
|
];
|
|
1083
1096
|
export var VoiceChannelSettings$ = [3, n2, _VCS,
|
|
1084
1097
|
0,
|
|
1085
|
-
[_gr, _bS, _sp, _int,
|
|
1098
|
+
[_gr, _bS, _sp, _int, _sTi, _mD, _eC, _cM],
|
|
1086
1099
|
[0, () => VoiceBackgroundSoundSettings$, () => VoiceSpeechSettings$, () => VoiceInterruptionSettings$, () => VoiceSilenceTimeoutSettings$, () => VoiceMaxDurationSettings$, () => VoiceEndCallSettings$, () => VoiceCallerMetadataSettings$]
|
|
1087
1100
|
];
|
|
1088
1101
|
export var VoiceEndCallSettings$ = [3, n2, _VECS,
|
|
@@ -1122,8 +1135,8 @@ export var VoiceSpeechSettings$ = [3, n2, _VSS,
|
|
|
1122
1135
|
];
|
|
1123
1136
|
export var VoiceTerminateHangupAction$ = [3, n2, _VTHA,
|
|
1124
1137
|
0,
|
|
1125
|
-
[_m],
|
|
1126
|
-
[0]
|
|
1138
|
+
[_m, _me],
|
|
1139
|
+
[0, () => AgentSpokenPhraseList]
|
|
1127
1140
|
];
|
|
1128
1141
|
export var VoiceTranscriptionSettings$ = [3, n2, _VTS,
|
|
1129
1142
|
0,
|
|
@@ -1179,6 +1192,9 @@ var AgentSkillIdsList = 64 | 0;
|
|
|
1179
1192
|
var AgentsList = [1, n2, _AL,
|
|
1180
1193
|
0, () => Agent$
|
|
1181
1194
|
];
|
|
1195
|
+
var AgentSpokenPhraseList = [1, n2, _ASPL,
|
|
1196
|
+
0, () => AgentSpokenPhrase$
|
|
1197
|
+
];
|
|
1182
1198
|
var AgentToolAnnotationsList = [1, n2, _ATAL,
|
|
1183
1199
|
0, () => AgentToolAnnotation$
|
|
1184
1200
|
];
|
|
@@ -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,6 +261,9 @@ declare const CreateAgentCommand_base: {
|
|
|
237
261
|
* kb: { // AgentKnowledgeBase
|
|
238
262
|
* knowledgeBaseId: "STRING_VALUE",
|
|
239
263
|
* instructions: "STRING_VALUE",
|
|
264
|
+
* searchStrategy: "bm25" || "vector" || "hybrid",
|
|
265
|
+
* searchThreshold: "low" || "medium" || "high",
|
|
266
|
+
* searchLimit: Number("int"),
|
|
240
267
|
* channels: [
|
|
241
268
|
* "voice" || "chat" || "assistant",
|
|
242
269
|
* ],
|
|
@@ -393,6 +420,7 @@ declare const CreateAgentCommand_base: {
|
|
|
393
420
|
* },
|
|
394
421
|
* suggestions: { // AgentSuggestionsCapability
|
|
395
422
|
* name: "STRING_VALUE",
|
|
423
|
+
* instructions: "STRING_VALUE",
|
|
396
424
|
* channels: "<AgentCapabilityChannelsList>",
|
|
397
425
|
* annotations: "<AgentToolAnnotationsList>",
|
|
398
426
|
* },
|
|
@@ -410,6 +438,12 @@ declare const CreateAgentCommand_base: {
|
|
|
410
438
|
* name: "STRING_VALUE",
|
|
411
439
|
* description: "STRING_VALUE",
|
|
412
440
|
* message: "STRING_VALUE",
|
|
441
|
+
* messages: [
|
|
442
|
+
* {
|
|
443
|
+
* language: "STRING_VALUE", // required
|
|
444
|
+
* text: "STRING_VALUE", // required
|
|
445
|
+
* },
|
|
446
|
+
* ],
|
|
413
447
|
* channels: "<AgentCapabilityChannelsList>",
|
|
414
448
|
* annotations: "<AgentToolAnnotationsList>",
|
|
415
449
|
* },
|
|
@@ -468,6 +502,7 @@ declare const CreateAgentCommand_base: {
|
|
|
468
502
|
* },
|
|
469
503
|
* ],
|
|
470
504
|
* startMessage: "STRING_VALUE",
|
|
505
|
+
* startMessages: "<AgentSpokenPhraseList>",
|
|
471
506
|
* pipeline: {
|
|
472
507
|
* type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
|
|
473
508
|
* instructions: "STRING_VALUE",
|
|
@@ -481,6 +516,7 @@ declare const CreateAgentCommand_base: {
|
|
|
481
516
|
* connector: {
|
|
482
517
|
* id: "STRING_VALUE", // required
|
|
483
518
|
* startMessage: "STRING_VALUE",
|
|
519
|
+
* startMessages: "<AgentSpokenPhraseList>",
|
|
484
520
|
* pipeline: {
|
|
485
521
|
* type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
|
|
486
522
|
* instructions: "STRING_VALUE",
|
|
@@ -569,6 +605,7 @@ declare const CreateAgentCommand_base: {
|
|
|
569
605
|
* name: "STRING_VALUE",
|
|
570
606
|
* description: "STRING_VALUE",
|
|
571
607
|
* message: "STRING_VALUE",
|
|
608
|
+
* messages: "<AgentSpokenPhraseList>",
|
|
572
609
|
* channels: "<AgentCapabilityChannelsList>",
|
|
573
610
|
* annotations: "<AgentToolAnnotationsList>",
|
|
574
611
|
* },
|
|
@@ -647,6 +684,9 @@ declare const CreateAgentCommand_base: {
|
|
|
647
684
|
* kb: {
|
|
648
685
|
* knowledgeBaseId: "STRING_VALUE",
|
|
649
686
|
* instructions: "STRING_VALUE",
|
|
687
|
+
* searchStrategy: "bm25" || "vector" || "hybrid",
|
|
688
|
+
* searchThreshold: "low" || "medium" || "high",
|
|
689
|
+
* searchLimit: Number("int"),
|
|
650
690
|
* channels: "<AgentCapabilityChannelsList>",
|
|
651
691
|
* annotations: "<AgentToolAnnotationsList>",
|
|
652
692
|
* },
|
|
@@ -684,6 +724,7 @@ declare const CreateAgentCommand_base: {
|
|
|
684
724
|
* transfer: "<AgentTransferCapability>",
|
|
685
725
|
* suggestions: {
|
|
686
726
|
* name: "STRING_VALUE",
|
|
727
|
+
* instructions: "STRING_VALUE",
|
|
687
728
|
* channels: "<AgentCapabilityChannelsList>",
|
|
688
729
|
* annotations: "<AgentToolAnnotationsList>",
|
|
689
730
|
* },
|
|
@@ -925,6 +966,12 @@ declare const CreateAgentCommand_base: {
|
|
|
925
966
|
* // action: { // VoiceTerminateAction Union: only one key present
|
|
926
967
|
* // hangup: { // VoiceTerminateHangupAction
|
|
927
968
|
* // message: "STRING_VALUE",
|
|
969
|
+
* // messages: [ // AgentSpokenPhraseList
|
|
970
|
+
* // { // AgentSpokenPhrase
|
|
971
|
+
* // language: "STRING_VALUE", // required
|
|
972
|
+
* // text: "STRING_VALUE", // required
|
|
973
|
+
* // },
|
|
974
|
+
* // ],
|
|
928
975
|
* // },
|
|
929
976
|
* // transfer: { // VoiceTransferTarget
|
|
930
977
|
* // name: "STRING_VALUE", // required
|
|
@@ -939,6 +986,12 @@ declare const CreateAgentCommand_base: {
|
|
|
939
986
|
* // action: {// Union: only one key present
|
|
940
987
|
* // hangup: {
|
|
941
988
|
* // message: "STRING_VALUE",
|
|
989
|
+
* // messages: [
|
|
990
|
+
* // {
|
|
991
|
+
* // language: "STRING_VALUE", // required
|
|
992
|
+
* // text: "STRING_VALUE", // required
|
|
993
|
+
* // },
|
|
994
|
+
* // ],
|
|
942
995
|
* // },
|
|
943
996
|
* // transfer: {
|
|
944
997
|
* // name: "STRING_VALUE", // required
|
|
@@ -1023,6 +1076,12 @@ declare const CreateAgentCommand_base: {
|
|
|
1023
1076
|
* // },
|
|
1024
1077
|
* // ],
|
|
1025
1078
|
* // startMessage: "STRING_VALUE",
|
|
1079
|
+
* // startMessages: [
|
|
1080
|
+
* // {
|
|
1081
|
+
* // language: "STRING_VALUE", // required
|
|
1082
|
+
* // text: "STRING_VALUE", // required
|
|
1083
|
+
* // },
|
|
1084
|
+
* // ],
|
|
1026
1085
|
* // pipeline: { // AgentToolPipeline
|
|
1027
1086
|
* // type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
|
|
1028
1087
|
* // instructions: "STRING_VALUE",
|
|
@@ -1053,6 +1112,12 @@ declare const CreateAgentCommand_base: {
|
|
|
1053
1112
|
* // connector: { // AgentConnectorCapability
|
|
1054
1113
|
* // id: "STRING_VALUE", // required
|
|
1055
1114
|
* // startMessage: "STRING_VALUE",
|
|
1115
|
+
* // startMessages: [
|
|
1116
|
+
* // {
|
|
1117
|
+
* // language: "STRING_VALUE", // required
|
|
1118
|
+
* // text: "STRING_VALUE", // required
|
|
1119
|
+
* // },
|
|
1120
|
+
* // ],
|
|
1056
1121
|
* // pipeline: {
|
|
1057
1122
|
* // type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
|
|
1058
1123
|
* // instructions: "STRING_VALUE",
|
|
@@ -1083,6 +1148,9 @@ declare const CreateAgentCommand_base: {
|
|
|
1083
1148
|
* // kb: { // AgentKnowledgeBase
|
|
1084
1149
|
* // knowledgeBaseId: "STRING_VALUE",
|
|
1085
1150
|
* // instructions: "STRING_VALUE",
|
|
1151
|
+
* // searchStrategy: "bm25" || "vector" || "hybrid",
|
|
1152
|
+
* // searchThreshold: "low" || "medium" || "high",
|
|
1153
|
+
* // searchLimit: Number("int"),
|
|
1086
1154
|
* // channels: [
|
|
1087
1155
|
* // "voice" || "chat" || "assistant",
|
|
1088
1156
|
* // ],
|
|
@@ -1239,6 +1307,7 @@ declare const CreateAgentCommand_base: {
|
|
|
1239
1307
|
* // },
|
|
1240
1308
|
* // suggestions: { // AgentSuggestionsCapability
|
|
1241
1309
|
* // name: "STRING_VALUE",
|
|
1310
|
+
* // instructions: "STRING_VALUE",
|
|
1242
1311
|
* // channels: "<AgentCapabilityChannelsList>",
|
|
1243
1312
|
* // annotations: "<AgentToolAnnotationsList>",
|
|
1244
1313
|
* // },
|
|
@@ -1256,6 +1325,12 @@ declare const CreateAgentCommand_base: {
|
|
|
1256
1325
|
* // name: "STRING_VALUE",
|
|
1257
1326
|
* // description: "STRING_VALUE",
|
|
1258
1327
|
* // message: "STRING_VALUE",
|
|
1328
|
+
* // messages: [
|
|
1329
|
+
* // {
|
|
1330
|
+
* // language: "STRING_VALUE", // required
|
|
1331
|
+
* // text: "STRING_VALUE", // required
|
|
1332
|
+
* // },
|
|
1333
|
+
* // ],
|
|
1259
1334
|
* // channels: "<AgentCapabilityChannelsList>",
|
|
1260
1335
|
* // annotations: "<AgentToolAnnotationsList>",
|
|
1261
1336
|
* // },
|
|
@@ -1314,6 +1389,7 @@ declare const CreateAgentCommand_base: {
|
|
|
1314
1389
|
* // },
|
|
1315
1390
|
* // ],
|
|
1316
1391
|
* // startMessage: "STRING_VALUE",
|
|
1392
|
+
* // startMessages: "<AgentSpokenPhraseList>",
|
|
1317
1393
|
* // pipeline: {
|
|
1318
1394
|
* // type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
|
|
1319
1395
|
* // instructions: "STRING_VALUE",
|
|
@@ -1327,6 +1403,7 @@ declare const CreateAgentCommand_base: {
|
|
|
1327
1403
|
* // connector: {
|
|
1328
1404
|
* // id: "STRING_VALUE", // required
|
|
1329
1405
|
* // startMessage: "STRING_VALUE",
|
|
1406
|
+
* // startMessages: "<AgentSpokenPhraseList>",
|
|
1330
1407
|
* // pipeline: {
|
|
1331
1408
|
* // type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
|
|
1332
1409
|
* // instructions: "STRING_VALUE",
|
|
@@ -1415,6 +1492,7 @@ declare const CreateAgentCommand_base: {
|
|
|
1415
1492
|
* // name: "STRING_VALUE",
|
|
1416
1493
|
* // description: "STRING_VALUE",
|
|
1417
1494
|
* // message: "STRING_VALUE",
|
|
1495
|
+
* // messages: "<AgentSpokenPhraseList>",
|
|
1418
1496
|
* // channels: "<AgentCapabilityChannelsList>",
|
|
1419
1497
|
* // annotations: "<AgentToolAnnotationsList>",
|
|
1420
1498
|
* // },
|
|
@@ -1493,6 +1571,9 @@ declare const CreateAgentCommand_base: {
|
|
|
1493
1571
|
* // kb: {
|
|
1494
1572
|
* // knowledgeBaseId: "STRING_VALUE",
|
|
1495
1573
|
* // instructions: "STRING_VALUE",
|
|
1574
|
+
* // searchStrategy: "bm25" || "vector" || "hybrid",
|
|
1575
|
+
* // searchThreshold: "low" || "medium" || "high",
|
|
1576
|
+
* // searchLimit: Number("int"),
|
|
1496
1577
|
* // channels: "<AgentCapabilityChannelsList>",
|
|
1497
1578
|
* // annotations: "<AgentToolAnnotationsList>",
|
|
1498
1579
|
* // },
|
|
@@ -1530,6 +1611,7 @@ declare const CreateAgentCommand_base: {
|
|
|
1530
1611
|
* // transfer: "<AgentTransferCapability>",
|
|
1531
1612
|
* // suggestions: {
|
|
1532
1613
|
* // name: "STRING_VALUE",
|
|
1614
|
+
* // instructions: "STRING_VALUE",
|
|
1533
1615
|
* // channels: "<AgentCapabilityChannelsList>",
|
|
1534
1616
|
* // annotations: "<AgentToolAnnotationsList>",
|
|
1535
1617
|
* // },
|