Skip to content

Commit 25129f5

Browse files
feat: Move Prompt into CDK Project
1 parent 5dd4dc0 commit 25129f5

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed
File renamed without changes.

packages/cdk/resources/BedrockPromptSettings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export class BedrockPromptSettings extends Construct {
6262
private getTypedPrompt(type: BedrockPromptSettingsType)
6363
: { text: string; filename: string } {
6464
// Read all files in the folder)
65-
const path = __dirname + "/../../../prompts"
65+
const path = __dirname + "/../prompts"
6666
const files = fs
6767
.readdirSync(path)
6868

0 commit comments

Comments
 (0)