Skip to content

Commit

Permalink
Move AI package.
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion committed Nov 4, 2024
1 parent ef4c8ac commit f361b9b
Show file tree
Hide file tree
Showing 33 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node-ai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: ./actions/ci
with:
workspace_name: '@launchdarkly/node-server-sdk-ai'
workspace_path: packages/sdk/ai
workspace_path: packages/sdk/server-ai
- name: Build bedrock example
run: |
yarn workspaces focus @launchdarkly/hello-ai-bedrock
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"packages/sdk/browser",
"packages/sdk/browser/contract-tests/entity",
"packages/sdk/browser/contract-tests/adapter",
"packages/sdk/ai",
"packages/sdk/ai/examples/bedrock",
"packages/sdk/ai/examples/openai"
"packages/sdk/server-ai",
"packages/sdk/server-ai/examples/bedrock",
"packages/sdk/server-ai/examples/openai"
],
"private": true,
"scripts": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"path": "./packages/sdk/browser/contract-tests/entity/tsconfig.ref.json"
},
{
"path": "./packages/sdk/ai/tsconfig.ref.json"
"path": "./packages/sdk/server-ai/tsconfig.ref.json"
}
]
}

0 comments on commit f361b9b

Please sign in to comment.