Skip to content

Commit

Permalink
Update metadata and generate README
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisTraub committed Oct 20, 2024
1 parent ad23294 commit b31f5e7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions .doc_gen/metadata/bedrock-agent-runtime_metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
2 changes: 1 addition & 1 deletion javascriptv3/example_code/bedrock-agent-runtime/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


<!--custom.examples.start-->
Expand Down

0 comments on commit b31f5e7

Please sign in to comment.