feat: smart-home voice tools (get_state + control_air_purifier)
Some checks failed
Deploy / deploy (push) Failing after 1m18s
Some checks failed
Deploy / deploy (push) Failing after 1m18s
This commit is contained in:
@@ -12,6 +12,7 @@ import { tool as transport } from './transport'
|
||||
import { tools as calendarTools } from './calendar'
|
||||
import { tools as timerTools } from './timers'
|
||||
import { tool as notes } from './notes'
|
||||
import { tools as smartHomeTools } from './smart-home'
|
||||
|
||||
const ALL_TOOLS: VoiceTool[] = [
|
||||
weather,
|
||||
@@ -19,6 +20,7 @@ const ALL_TOOLS: VoiceTool[] = [
|
||||
...calendarTools,
|
||||
...timerTools,
|
||||
notes,
|
||||
...smartHomeTools,
|
||||
]
|
||||
|
||||
export const TOOL_SCHEMAS = ALL_TOOLS.map((t) => t.schema)
|
||||
|
||||
Reference in New Issue
Block a user