This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 77cb53a46ebad19da0db06c999516b22dba0c1e2 Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Apr 4 06:57:15 2024 +0200 Support Camel AWS Bedrock Agent Runtime as Sink Signed-off-by: Andrea Cosentino <[email protected]> --- .../main/resources/kamelets/aws-bedrock-agent-runtime-sink.kamelet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/camel-kamelets/src/main/resources/kamelets/aws-bedrock-agent-runtime-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/aws-bedrock-agent-runtime-sink.kamelet.yaml index 30f54401..90ee1b1c 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/aws-bedrock-agent-runtime-sink.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/aws-bedrock-agent-runtime-sink.kamelet.yaml @@ -30,7 +30,7 @@ metadata: camel.apache.org/kamelet.type: "sink" spec: definition: - title: "AWS Bedrock Text Sink" + title: "AWS Bedrock Agent Runtime Sink" description: |- Send data for invoking a knowledge base from AWS Bedrock.
