Skip to content

Commit

Permalink
Fix typo in Amazon Bedrock Runtime sample code
Browse files Browse the repository at this point in the history
  • Loading branch information
inoue22 authored May 27, 2024
1 parent c73b962 commit 5903dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascriptv3/example_code/bedrock-runtime/hello.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* @typedef {Object} Usage
* @property {number} input_tokens
* @property {number} oputput_tokens
* @property {number} output_tokens
*
* @typedef {Object} ResponseBody
* @property {Content[]} content
Expand Down

0 comments on commit 5903dff

Please sign in to comment.