@aws-sdk/client-bedrock-agentcore 3.1067.0 → 3.1068.0
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/index.js +36 -0
- package/dist-cjs/schemas/schemas_0.js +226 -54
- package/dist-es/models/enums.js +35 -0
- package/dist-es/schemas/schemas_0.js +216 -45
- package/dist-types/commands/CreateABTestCommand.d.ts +3 -0
- package/dist-types/commands/GetBatchEvaluationCommand.d.ts +96 -0
- package/dist-types/commands/GetRecommendationCommand.d.ts +9 -0
- package/dist-types/commands/ListBatchEvaluationsCommand.d.ts +6 -0
- package/dist-types/commands/ListEventsCommand.d.ts +1 -1
- package/dist-types/commands/ListMemoryExtractionJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListMemoryRecordsCommand.d.ts +1 -1
- package/dist-types/commands/StartBatchEvaluationCommand.d.ts +25 -0
- package/dist-types/commands/StartRecommendationCommand.d.ts +16 -0
- package/dist-types/models/enums.d.ts +43 -0
- package/dist-types/models/models_0.d.ts +470 -436
- package/dist-types/models/models_1.d.ts +433 -2
- package/dist-types/schemas/schemas_0.d.ts +16 -0
- package/dist-types/ts3.4/commands/ListEventsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMemoryExtractionJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMemoryRecordsCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +37 -0
- package/dist-types/ts3.4/models/models_0.d.ts +122 -133
- package/dist-types/ts3.4/models/models_1.d.ts +138 -2
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +16 -0
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -1024,6 +1024,41 @@ const ABTestStatus = {
|
|
|
1024
1024
|
UPDATE_FAILED: "UPDATE_FAILED",
|
|
1025
1025
|
UPDATING: "UPDATING",
|
|
1026
1026
|
};
|
|
1027
|
+
const InsightsFailureCategory = {
|
|
1028
|
+
CODING_DEPENDENCY_ISSUES: "coding-use-case-specific-failure-types-category-dependency-issues",
|
|
1029
|
+
CODING_EDGE_CASE_OVERSIGHTS: "coding-use-case-specific-failure-types-category-edge-case-oversights",
|
|
1030
|
+
CONFIGURATION_MISMATCH_TOOL_DEFINITION: "configuration-mismatch-category-tool-definition",
|
|
1031
|
+
CONTEXT_HANDLING_FAILURES: "context-handling-error-category-context-handling-failures",
|
|
1032
|
+
EXECUTION_ERROR_AUTHENTICATION: "execution-error-category-authentication",
|
|
1033
|
+
EXECUTION_ERROR_ENVIRONMENT: "execution-error-category-environment",
|
|
1034
|
+
EXECUTION_ERROR_FORMATTING: "execution-error-category-formatting",
|
|
1035
|
+
EXECUTION_ERROR_RATE_LIMITING: "execution-error-category-rate-limiting",
|
|
1036
|
+
EXECUTION_ERROR_RESOURCE_EXHAUSTION: "execution-error-category-resource-exhaustion",
|
|
1037
|
+
EXECUTION_ERROR_RESOURCE_NOT_FOUND: "execution-error-category-resource-not-found",
|
|
1038
|
+
EXECUTION_ERROR_SERVICE_ERRORS: "execution-error-category-service-errors",
|
|
1039
|
+
EXECUTION_ERROR_TIMEOUT: "execution-error-category-timeout",
|
|
1040
|
+
EXECUTION_ERROR_TOOL_SCHEMA: "execution-error-category-tool-schema",
|
|
1041
|
+
HALLUCINATION_CAPABILITIES: "hallucination-category-hall-capabilities",
|
|
1042
|
+
HALLUCINATION_FABRICATE_TOOL_OUTPUTS: "hallucination-category-fabricate-tool-outputs",
|
|
1043
|
+
HALLUCINATION_HISTORY: "hallucination-category-hall-history",
|
|
1044
|
+
HALLUCINATION_MISUNDERSTAND: "hallucination-category-hall-misunderstand",
|
|
1045
|
+
HALLUCINATION_PARAMS: "hallucination-category-hall-params",
|
|
1046
|
+
HALLUCINATION_USAGE: "hallucination-category-hall-usage",
|
|
1047
|
+
INCORRECT_ACTIONS_CLARIFICATION: "incorrect-actions-category-clarification",
|
|
1048
|
+
INCORRECT_ACTIONS_INAPPROPRIATE_INFO_REQUEST: "incorrect-actions-category-inappropriate-info-request",
|
|
1049
|
+
INCORRECT_ACTIONS_POOR_INFORMATION_RETRIEVAL: "incorrect-actions-category-poor-information-retrieval",
|
|
1050
|
+
INCORRECT_ACTIONS_TOOL_SELECTION: "incorrect-actions-category-tool-selection",
|
|
1051
|
+
LLM_OUTPUT_NONSENSICAL: "llm-output-category-nonsensical",
|
|
1052
|
+
ORCHESTRATION_GOAL_DEVIATION: "orchestration-related-errors-category-goal-deviation",
|
|
1053
|
+
ORCHESTRATION_PREMATURE_TERMINATION: "orchestration-related-errors-category-premature-termination",
|
|
1054
|
+
ORCHESTRATION_REASONING_MISMATCH: "orchestration-related-errors-category-reasoning-mismatch",
|
|
1055
|
+
ORCHESTRATION_UNAWARE_TERMINATION: "orchestration-related-errors-category-unaware-termination",
|
|
1056
|
+
REPETITIVE_BEHAVIOR_INFO: "repetitive-behavior-category-repetition-info",
|
|
1057
|
+
REPETITIVE_BEHAVIOR_STEP: "repetitive-behavior-category-step-repetition",
|
|
1058
|
+
REPETITIVE_BEHAVIOR_TOOL: "repetitive-behavior-category-repetition-tool",
|
|
1059
|
+
TASK_INSTRUCTION_NON_COMPLIANCE: "task-instruction-category-non-compliance",
|
|
1060
|
+
TASK_INSTRUCTION_PROBLEM_ID: "task-instruction-category-problem-id",
|
|
1061
|
+
};
|
|
1027
1062
|
const ValidationExceptionReason = {
|
|
1028
1063
|
CANNOT_PARSE: "CannotParse",
|
|
1029
1064
|
FIELD_VALIDATION_FAILED: "FieldValidationFailed",
|
|
@@ -1344,6 +1379,7 @@ exports.HarnessStopReason = HarnessStopReason;
|
|
|
1344
1379
|
exports.HarnessToolType = HarnessToolType;
|
|
1345
1380
|
exports.HarnessToolUseStatus = HarnessToolUseStatus;
|
|
1346
1381
|
exports.HarnessToolUseType = HarnessToolUseType;
|
|
1382
|
+
exports.InsightsFailureCategory = InsightsFailureCategory;
|
|
1347
1383
|
exports.InstrumentBalanceToken = InstrumentBalanceToken;
|
|
1348
1384
|
exports.InvokeAgentRuntimeCommand = InvokeAgentRuntimeCommand;
|
|
1349
1385
|
exports.InvokeAgentRuntimeCommandCommand = InvokeAgentRuntimeCommandCommand;
|