The way agents are in the bot right now is not going to work well.
If a user asks: navigate me to the airport and call for a taxi, it will call the taxi, but not navigate them to the airport. This is obviously a hypothetical example but nonetheless an interesting problem to solve. Another similar example that works is just ask 2 questions in a row, even before the bot replies. The 2 questions will be seen by the LLM, but it will choose to perform the task related to the most recent message.
Multi-Agent Architecture and Tool-Orchestration.pdf
The way agents are in the bot right now is not going to work well.
If a user asks: navigate me to the airport and call for a taxi, it will call the taxi, but not navigate them to the airport. This is obviously a hypothetical example but nonetheless an interesting problem to solve. Another similar example that works is just ask 2 questions in a row, even before the bot replies. The 2 questions will be seen by the LLM, but it will choose to perform the task related to the most recent message.
Multi-Agent Architecture and Tool-Orchestration.pdf