Skip to content

Feature/hide not enabled models #540

Feature/hide not enabled models

Feature/hide not enabled models #540

Triggered via pull request August 19, 2024 11:06
Status Failure
Total duration 59s
Artifacts

build.yaml

on: pull_request
build-cdk
50s
build-cdk
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
build-cdk: lib/chatbot-api/rest-api.ts#L63
Insert `⏎···········`
build-cdk: lib/models/index.ts#L37
Replace `'anthropic.claude-3-haiku-20240307-v1:0',·'anthropic.claude-3-sonnet-20240229-v1:0'` with `⏎······"anthropic.claude-3-haiku-20240307-v1:0",⏎······"anthropic.claude-3-sonnet-20240229-v1:0",⏎····`
build-cdk: lib/models/index.ts#L391
Replace `this,·"BedrockEnabledModelsParameter",` with `⏎······this,⏎······"BedrockEnabledModelsParameter",⏎·····`
build-cdk: lib/models/index.ts#L392
Replace `······stringValue:·JSON.stringify(⏎········bedrockEnabledModels` with `········stringValue:·JSON.stringify(bedrockEnabledModels),`
build-cdk: lib/models/index.ts#L394
Replace `),` with `}`
build-cdk: lib/models/index.ts#L395
Delete `}`
build-cdk
Process completed with exit code 1.
build-cdk
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/