mirror of
https://github.com/hwchase17/langchain.git
synced 2025-05-22 07:27:45 +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:
parent
432421ffa5
commit
6fbd5e837f
@ -29,7 +29,7 @@ DELETE /users/{{id}}/cart to delete a user's cart
|
|||||||
User query: tell me a joke
|
User query: tell me a joke
|
||||||
Plan: Sorry, this API's domain is shopping, not comedy.
|
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
|
Plan: 1. GET /products with a query param to search for couches
|
||||||
2. GET /user to find the user's id
|
2. GET /user to find the user's id
|
||||||
3. POST /users/{{id}}/cart to add a couch to the user's cart
|
3. POST /users/{{id}}/cart to add a couch to the user's cart
|
||||||
|
Loading…
Reference in New Issue
Block a user