Is possible to create a general function call like Spring MVC DispatcherServlet? #597
maxjiang153
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, most AI models only support one function call, but in some scenarios, it will require multiple function calls to implement complex tasks.
Based on the Spring MVC
DispatcherServlet
experience, there is only one servlet to support multiple requests.So maybe create a general function call to route users intended to handle complex tasks?
For example, in a traditional web project, there will be multiple APIs provided by the backend server. Each single API has unique functions. The Web UI interface can use multiple APIs to provide complex task abilities, such as booking a hotel, ordering food, managing a system, etc.
Imagine these scenarios re-implemented by AI model, user just talk to AI assistant, and there is a general function call to handle each user intended route to each
Controller?
to finished complex tasks?Beta Was this translation helpful? Give feedback.
All reactions