Commit ee878f7
committed
Add Bedrock SDK integration and chat functionality
- Added @aws-sdk/client-bedrock-runtime dependency to package.json and package-lock.json.
- Implemented useChat hook for managing chat sessions and messages.
- Created bedrock.service.ts for interacting with the Bedrock API, including methods for creating sessions and sending messages.
- Updated Android Gradle files to include capacitor-filesystem for enhanced functionality.1 parent d9a14c1 commit ee878f7
File tree
6 files changed
+2754
-665
lines changed- frontend
- android
- app
- src/common
- hooks
- services/ai
6 files changed
+2754
-665
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
8 | 11 | | |
9 | 12 | | |
10 | 13 | | |
| |||
0 commit comments