Open
Description
Glide should allow to configure tools and make them available during requests to LLMs. Then, if LLM decides to call a specific tool, Glide needs to handle that request and call the tool. Then, the response is going to be send back to the model automatically.
Requirements
- It's possible to configure available tools in Glide router model config
- Glide reacts to LLM tool call requests and call the selected tool
- The tool is another service Glide have access/connection to
- Glide receives the tool response and add it to the message history and then resume the request
References:
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Backlog