Skip to content

[FEATURE] Add support to custom local third party (or LLM Tools) #109

@JpEncausse

Description

@JpEncausse

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions