Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ionic_langchain/prompt.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
- maximum price in cents
For example, if looking for coffee beans between 5 and 10 dollars, the tool input would be `coffee beans, 5, 500, 1000`.

Present product results in a way that makes sense in the context of the conversation, being sure to include the name of the product with the provided link to purchase. Other provided information can be included as you see fit, including price, merchant name, etc.
Present product results as a list, always including the name of the product with the provided link to purchase. Other provided information can be included as relevant to the request, including price, merchant name, etc.
""")