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
Which is valid according to the Spotify OAS, the current code in caller.py will fail because it can't handle multiple values for "type": "track,album". I am going to raise a pull request to fix this.
The text was updated successfully, but these errors were encountered:
Chuck1823
added a commit
to Chuck1823/OpenRestGPT
that referenced
this issue
Dec 17, 2023
If the output of the caller agent looks something like:
Caller:
Operation: GET
Input: {
"url": "https://api.spotify.com/v1/search",
"params": {
"q": "Mariah Carey",
"type": "track,album",
"market": "US",
"limit": "20",
"offset": "0",
"include_external": "audio",
"order": "popularity desc"
}
}
Which is valid according to the Spotify OAS, the current code in caller.py will fail because it can't handle multiple values for "type": "track,album". I am going to raise a pull request to fix this.
The text was updated successfully, but these errors were encountered: