Skip to content

Commit a3c8aca

Browse files
committed
resolve cursorbot comments
1 parent b0f8e8d commit a3c8aca

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/server-ai.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,8 @@ jobs:
3535
yarn workspaces focus @launchdarkly/hello-openai
3636
yarn workspace @launchdarkly/hello-openai lint
3737
yarn workspaces foreach -pR --topological-dev --from '@launchdarkly/hello-openai' run build
38+
- name: Build Vercel AI example
39+
run: |
40+
yarn workspaces focus @launchdarkly/hello-vercel-ai
41+
yarn workspace @launchdarkly/hello-vercel-ai lint
42+
yarn workspaces foreach -pR --topological-dev --from '@launchdarkly/hello-vercel-ai' run build

packages/sdk/server-ai/examples/vercel-ai/src/index.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ if (!sdkKey) {
1515
process.exit(1);
1616
}
1717

18-
if (!aiConfigKey) {
19-
console.error('*** Please set the LAUNCHDARKLY_AI_CONFIG_KEY env first');
20-
process.exit(1);
21-
}
22-
2318
let client: LDClient | undefined;
2419

2520
async function main() {

0 commit comments

Comments
 (0)