Skip to content

Commit e2ff8a6

Browse files
authored
Merge pull request #89
Update `source_url` logic and blueprint files
2 parents 0e82137 + d5b0a59 commit e2ff8a6

34 files changed

Lines changed: 36 additions & 2 deletions

.github/workflows/update_source_url.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- name: Update URLs dynamically
3030
run: |
3131
BRANCH=${GITHUB_REF#refs/heads/}
32+
echo "BRANCH=$BRANCH" >> $GITHUB_ENV
3233
BASE_URL="https://github.com/${{ github.repository }}/blob/$BRANCH"
3334
3435
echo "Updating source_url for branch: $BRANCH"
@@ -46,8 +47,8 @@ jobs:
4647
4748
- name: Commit and Push changes
4849
run: |
49-
git config user.name "github-actions[bot]"
50-
git config user.email "github-actions[bot]@users.noreply.github.com"
50+
git config --local user.email "github-actions[bot]@users.noreply.github.com"
51+
git config --local user.name "github-actions[bot]"
5152
git add .
5253
5354
if ! git diff --quiet --staged; then

ac_mode_and_fan_control_full_llm.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
blueprint:
22
name: Voice - Control AC Mode, Temp & Fan Speed
33
author: luuquangvu
4+
source_url: https://github.com/luuquangvu/tutorials/blob/dev/ac_mode_and_fan_control_full_llm.yaml
45
description: |-
56
# Tool for Controlling Air Conditioner Mode, Temperature and Fan Speed used for Voice Assistant
67

advanced_google_search_full_llm.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
blueprint:
22
name: Voice - Perform Google Search
33
author: luuquangvu
4+
source_url: https://github.com/luuquangvu/tutorials/blob/dev/advanced_google_search_full_llm.yaml
45
description: |-
56
# Tool for searching Google information used for Voice Assistant
67

advanced_youtube_search_full_llm.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
blueprint:
22
name: Voice - Perform YouTube Search
33
author: luuquangvu
4+
source_url: https://github.com/luuquangvu/tutorials/blob/dev/advanced_youtube_search_full_llm.yaml
45
description: |-
56
# Tool for searching YouTube videos used for Voice Assistant
67

calendar_events_lookup_full_llm.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
blueprint:
22
name: Voice - Get Calendar Events
33
author: luuquangvu
4+
source_url: https://github.com/luuquangvu/tutorials/blob/dev/calendar_events_lookup_full_llm.yaml
45
description: |-
56
# Tool gets events from calendar used for Voice Assistant
67

camera_snapshot_full_llm.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
blueprint:
22
name: Voice - Capture Camera Snapshot
33
author: luuquangvu
4+
source_url: https://github.com/luuquangvu/tutorials/blob/dev/camera_snapshot_full_llm.yaml
45
description: |-
56
# Tool for capturing camera snapshots used for Voice Assistant
67

check_the_device_turns_on_manually.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
blueprint:
22
name: Check The Device Turns On Manually
33
author: luuquangvu
4+
source_url: https://github.com/luuquangvu/tutorials/blob/dev/check_the_device_turns_on_manually.yaml
45
description: |-
56
# Verify whether the device activated manually or via automation/application
67

create_calendar_event_full_llm.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
blueprint:
22
name: Voice - Create Calendar Event
33
author: luuquangvu
4+
source_url: https://github.com/luuquangvu/tutorials/blob/dev/create_calendar_event_full_llm.yaml
45
description: |-
56
# Tool help to create calendar events used for Voice Assistant
67

create_lunar_events.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
blueprint:
22
name: Create Lunar Events
33
author: luuquangvu
4+
source_url: https://github.com/luuquangvu/tutorials/blob/dev/create_lunar_events.yaml
45
description: |-
56
# Tool help to create Lunar calendar events
67

date_lookup_and_conversion_full_llm.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
blueprint:
22
name: Voice - Convert Calendar Dates
33
author: luuquangvu
4+
source_url: https://github.com/luuquangvu/tutorials/blob/dev/date_lookup_and_conversion_full_llm.yaml
45
description: |-
56
# Tool converts Solar date to Lunar date and vice versa used for Voice Assistant
67

0 commit comments

Comments
 (0)