Skip to content

Commit 4369341

Browse files
chore: Merge llm-tool-calling example with llm example (#247)
## Description Moved code from more flashy seprate example into tab of llm example. Simpler in maintanace ### Tested on - [x] iOS - [ ] Android ### Related issues #236 ### Checklist - [x] I have performed a self-review of my code - [x] My changes generate no new warnings --------- Co-authored-by: Norbert Klockiewicz <[email protected]>
1 parent 270faa6 commit 4369341

File tree

105 files changed

+208
-14716
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+208
-14716
lines changed

.github/workflows/build-android-llm-example.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
distribution: 'zulu'
3535
java-version: 17
3636
- name: Install node dependencies
37+
working-directory: ${{ env.WORKING_DIRECTORY }}
3738
run: yarn install --immutable
3839
- name: Build app
3940
working-directory: ${{ env.WORKING_DIRECTORY }}/android

examples/llm-tool-calling/.gitignore

Lines changed: 0 additions & 38 deletions
This file was deleted.

examples/llm-tool-calling/android/.gitignore

Lines changed: 0 additions & 16 deletions
This file was deleted.

examples/llm-tool-calling/android/app/build.gradle

Lines changed: 0 additions & 177 deletions
This file was deleted.
Binary file not shown.

examples/llm-tool-calling/android/app/proguard-rules.pro

Lines changed: 0 additions & 14 deletions
This file was deleted.

examples/llm-tool-calling/android/app/src/debug/AndroidManifest.xml

Lines changed: 0 additions & 7 deletions
This file was deleted.

examples/llm-tool-calling/android/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 28 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.

examples/llm-tool-calling/android/app/src/main/java/com/anonymous/llmtoolcalling/MainActivity.kt

Lines changed: 0 additions & 60 deletions
This file was deleted.

0 commit comments

Comments
 (0)