diff --git a/.doc_gen/metadata/bedrock-agent-runtime_metadata.yaml b/.doc_gen/metadata/bedrock-agent-runtime_metadata.yaml index 3b82fbc3a24..9d2e42ce39b 100644 --- a/.doc_gen/metadata/bedrock-agent-runtime_metadata.yaml +++ b/.doc_gen/metadata/bedrock-agent-runtime_metadata.yaml @@ -13,11 +13,22 @@ bedrock-agent-runtime_InvokeAgent: versions: - sdk_version: 3 github: javascriptv3/example_code/bedrock-agent-runtime - sdkguide: excerpts: - description: snippet_files: - javascriptv3/example_code/bedrock-agent-runtime/actions/invoke-agent.js - - javascriptv3/example_code/bedrock-agent-runtime/actions/invoke-flow.js services: bedrock-agent-runtime: {InvokeAgent} + +bedrock-agent-runtime_InvokeFlow: + languages: + JavaScript: + versions: + - sdk_version: 3 + github: javascriptv3/example_code/bedrock-agent-runtime + excerpts: + - description: + snippet_files: + - javascriptv3/example_code/bedrock-agent-runtime/actions/invoke-flow.js + services: + bedrock-agent-runtime: {InvokeFlow} diff --git a/javascriptv3/example_code/bedrock-agent-runtime/README.md b/javascriptv3/example_code/bedrock-agent-runtime/README.md index 5956838ec5d..b84f54c0f52 100644 --- a/javascriptv3/example_code/bedrock-agent-runtime/README.md +++ b/javascriptv3/example_code/bedrock-agent-runtime/README.md @@ -34,7 +34,7 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `javas Code excerpts that show you how to call individual service functions. - [InvokeAgent](actions/invoke-agent.js) -- [InvokeFlow](actions/invoke-agent.js) +- [InvokeFlow](actions/invoke-flow.js)