mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-25 06:48:12 -05:00
Compare commits
1 Commits
python-sdk
...
fix/s-tool
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1d80456cb6 |
@@ -7,6 +7,7 @@ export const SpotifyBlock: BlockConfig<ToolResponse> = {
|
|||||||
type: 'spotify',
|
type: 'spotify',
|
||||||
name: 'Spotify',
|
name: 'Spotify',
|
||||||
description: 'Search music, manage playlists, control playback, and access your library',
|
description: 'Search music, manage playlists, control playback, and access your library',
|
||||||
|
hideFromToolbar: true,
|
||||||
authMode: AuthMode.OAuth,
|
authMode: AuthMode.OAuth,
|
||||||
longDescription:
|
longDescription:
|
||||||
'Integrate Spotify into your workflow. Search for tracks, albums, artists, and playlists. Manage playlists, access your library, control playback, browse podcasts and audiobooks.',
|
'Integrate Spotify into your workflow. Search for tracks, albums, artists, and playlists. Manage playlists, access your library, control playback, browse podcasts and audiobooks.',
|
||||||
|
|||||||
Reference in New Issue
Block a user