File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
packages/sdk/ai/examples/openai Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 2727 workspace_path : packages/sdk/ai
2828 - name : Build bedrock example
2929 run : |
30- cd packages/sdk/ai/examples/bedrock
31- yarn && yarn build
30+ yarn workspaces focus @launchdarkly/hello-ai-bedrock
31+ yarn workspace @launchdarkly/hello-ai-bedrock lint
32+ yarn workspace @launchdarkly/hello-ai-bedrock build
3233 - name : Build OpenAI example
3334 run : |
34- cd packages/sdk/ai/examples/opanai
35- yarn && yarn build
35+ yarn workspaces focus @launchdarkly/hello-openai
36+ yarn workspace @launchdarkly/hello-openai lint
37+ yarn workspace @launchdarkly/hello-openai build
Original file line number Diff line number Diff line change 11{
2- "name" : " @launchdarkly/hello-ai " ,
2+ "name" : " @launchdarkly/hello-openai " ,
33 "version" : " 0.1.0" ,
44 "description" : " LaunchDarkly AI SDK for Node.js" ,
55 "main" : " dist/index.js" ,
You can’t perform that action at this time.
0 commit comments