Model renaming API ids? #3028
lucasmalta
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am having issues running the langchain website example for accessing the Spotify API using OpenAPI agents.
The query is "create a playlist. Call it queen," which would need a POST to
/users/{user_id}/playlists
as defined in the API yaml file. However, the LLM tries to access instead/users/{id}/playlists
, which causes a validation error in planner.py (line 225). Note that temperature is zero.. Any ideas on why this is happening? Thanks!This is my code:
Beta Was this translation helpful? Give feedback.
All reactions