You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: The prompt which will be used for the LLM can provide the search string for the query.
69
+
description: The search string used by the AI to find YouTube videos
70
70
selector:
71
71
text:
72
72
multiline: true
73
73
default: |-
74
-
Required: Search query. Silence-correct misspellings. Use ordinals for results, omit Media IDs. Confirm if ambiguous.
74
+
Search query. Silence-correct misspellings. Use ordinals for results, omit Media IDs. Confirm if ambiguous
75
75
page_token_prompt:
76
76
name: Page Token Prompt
77
-
description: The prompt which will be used for the LLM can provide the page token to get additional videos that could be obtained.
77
+
description: The token used by the AI to fetch the next page of YouTube results
78
78
selector:
79
79
text:
80
80
multiline: true
81
81
default: |-
82
-
Optional: Token to fetch more videos.
82
+
Token to fetch more videos
83
83
mode: parallel
84
84
max_exceeded: silent
85
-
description: Searches YouTube for videos and returns a list of matching results with titles and descriptions. Use to find specific content or playlists.
85
+
description: Searches YouTube for videos and returns matching results
description: The prompt which will be used for the LLM can provide the camera name.
98
+
description: The friendly name of the camera to capture a snapshot from, provided by the AI
99
99
selector:
100
100
text:
101
101
multiline: true
102
102
default: |-
103
-
Required: Camera friendly name. Multiple cameras = multiple calls. Returns local image path.
103
+
Camera name. Returns local image path. Multiple cameras = multiple calls
104
104
mode: parallel
105
105
max_exceeded: silent
106
-
description: Captures and saves a camera snapshot. Returns the local file path for analysis or messaging tools. Useful for visual verification of a scene.
106
+
description: Captures a camera snapshot and returns the file path
0 commit comments