aws-sdk-bedrockagent 1.39.0 → 1.41.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-bedrockagent/client.rb +299 -31
- data/lib/aws-sdk-bedrockagent/client_api.rb +152 -3
- data/lib/aws-sdk-bedrockagent/types.rb +537 -26
- data/lib/aws-sdk-bedrockagent.rb +1 -1
- data/sig/client.rbs +176 -14
- data/sig/types.rbs +135 -6
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e7f946007e5a6521c1c16878bf844a3335ca63e41b2dfbe134c140e92a410783
|
4
|
+
data.tar.gz: 4edf2bf2b68bcfb020e2264e98c8f29f203ef834f3c7ac688bc832470b0a0425
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c1f314efa67dff76d856e4acb158d34c3b74fca0acc11a5288e70796efff128d7af540b56a694365c1b9e2a73609f0eb2d7f6e30b71f756a0dbf6b9774d1b2af
|
7
|
+
data.tar.gz: dbbeffbb8169c5851b32236ddbf5c09861c10708ed1836e1ccdf095f1e5ba2cbfabbd6347c1f3b174b4a4986599026b8f19527222e61bb9facd5022b36d00243
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.41.0 (2024-12-20)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Support for custom user agent and max web pages crawled for web connector. Support app only credentials for SharePoint connector. Increase agents memory duration limit to 365 days. Support to specify max number of session summaries to include in agent invocation context.
|
8
|
+
|
9
|
+
1.40.0 (2024-12-04)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release introduces the ability to generate SQL using natural language, through a new GenerateQuery API (with native integration into Knowledge Bases); ability to ingest and retrieve images through Bedrock Data Automation; and ability to create a Knowledge Base backed by Kendra GenAI Index.
|
13
|
+
|
4
14
|
1.39.0 (2024-12-03)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.41.0
|