For my booking assistant im calling a check availa...
# general-english
p
For my booking assistant im calling a check availability tool 3 times (once after i say the day, once after i say the time, once after i say the duration). Is it possible to minimize these tool calls to just 1 toolcall? while agent checks the day > we can also get the available time slots and thus know what duration will fit). Will the LLM be able to remember the returned tool data for as long as all the 3 booking steps? would improve response times alot 🙂
2 Views