-
Notifications
You must be signed in to change notification settings - Fork 80
Description
Is your feature request related to a problem? Please describe.
Let say I'm on a webpage and I want
1.to extract text AND send it to a Web URL in JSON: NativeMind has access to the page and can query Ollama to do the task then write back the answer. But can't perform the HTTP Request
2. to fill a given form : NativeMind can ask Ollama for instruction and take controle for simple actions like filling a form.
Describe the solution you'd like
Option 1 : Local Script
Be able to trigger custom script with Ollama answers in order to take actions. Like simmply sending an HTTP Request. Not sure if the Chrome Extension have right to do so.
Option 2 : Declare tools on Ollama side (sending HTTP Request) and ask NativeMind prompt to use the tool. But it would require an explanation to expose the prompt but it's not available yet