Skip to content

Commit

Permalink
Update invoke-claude.js
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisTraub committed Jan 12, 2024
1 parent cfa77bb commit 913cbe3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import { fileURLToPath } from "url";

import {BedrockRuntimeClient, InvokeModelCommand} from "@aws-sdk/client-bedrock-runtime";
import { BedrockRuntimeClient, InvokeModelCommand } from "@aws-sdk/client-bedrock-runtime";

Check failure on line 8 in javascriptv3/example_code/bedrock-runtime/action/invoke-claude.js

View workflow job for this annotation

GitHub Actions / lint

Unable to resolve path to module '@aws-sdk/client-bedrock-runtime'

/**
* @typedef {Object} ResponseBody
Expand Down

0 comments on commit 913cbe3

Please sign in to comment.