feat: Spotify integration (OAuth + voice tools)
Some checks failed
Deploy / deploy (push) Failing after 1m40s
Some checks failed
Deploy / deploy (push) Failing after 1m40s
This commit is contained in:
@@ -13,6 +13,7 @@ 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'
|
||||
import { tools as spotifyTools } from './spotify'
|
||||
|
||||
const ALL_TOOLS: VoiceTool[] = [
|
||||
weather,
|
||||
@@ -21,6 +22,7 @@ const ALL_TOOLS: VoiceTool[] = [
|
||||
...timerTools,
|
||||
notes,
|
||||
...smartHomeTools,
|
||||
...spotifyTools,
|
||||
]
|
||||
|
||||
export const TOOL_SCHEMAS = ALL_TOOLS.map((t) => t.schema)
|
||||
|
||||
Reference in New Issue
Block a user