-
Notifications
You must be signed in to change notification settings - Fork 365
Open
Description
Hi
Are there any patterns, best practices around tool chaining?
for example I use a tool to query our catalogue for multiple items, I then let ChatGPT reason the best catalogue item for each search term.
Finally have a second tool to display a list of those best catalogue item within my ui template.
Currently I have a tool for the search and then a tool to display the results, which seems to work.
I can then add additional products to the same updated list later in the conversation with ChatGPT maintaining the state (no other use of persitance)
However is this the best way to achieve this?
Metadata
Metadata
Assignees
Labels
No labels