mirror of
https://github.com/kennethreitz/langchain.git
synced 2026-06-05 23:00:18 +00:00
Update planner_prompt.py, change usery to user (#4623)
# Fix misspell in planner_prompt.py before ``` Usery query: I want to buy a couch ``` after ``` User query: I want to buy a couch ```
This commit is contained in:
@@ -29,7 +29,7 @@ DELETE /users/{{id}}/cart to delete a user's cart
|
||||
User query: tell me a joke
|
||||
Plan: Sorry, this API's domain is shopping, not comedy.
|
||||
|
||||
Usery query: I want to buy a couch
|
||||
User query: I want to buy a couch
|
||||
Plan: 1. GET /products with a query param to search for couches
|
||||
2. GET /user to find the user's id
|
||||
3. POST /users/{{id}}/cart to add a couch to the user's cart
|
||||
|
||||
Reference in New Issue
Block a user