You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement functionality to allow LLMs to call tools in chat. We can do this now thanks to Ollama's new tool support (https://ollama.com/blog/tool-support)
Examples
User says: "Make a note about X"
LLM calls the create file tool (under filesystem) without manual user intervention
LLM uses the search tool to determine if a user query requires searching through notes
Implementation
The two main tools will be filesystem API tools like add, modify & delete files + search tools
The user will need to be asked whether to execute a tool call if an action is destructive like deleting a file
The tools will be callable right from the chat window
LLM Tool Integration
Description
Implement functionality to allow LLMs to call tools in chat. We can do this now thanks to Ollama's new tool support (https://ollama.com/blog/tool-support)
Examples
Implementation
Dependencies
Priority
High
The text was updated successfully, but these errors were encountered: