mateuszmigas / painting-droid

AI-powered cross-platform painting app inspired by the legendary MS Paint.
https://www.paintingdroid.com
GNU General Public License v3.0
93 stars 2 forks source link

LLM ReAct/Function calling #123

Open mateuszmigas opened 1 week ago

mateuszmigas commented 1 week ago

Feature Description

AI chat should be able to return responses that contain some actions which can be invoked in the app (after the user has confirmed them). Implement a mechanism that takes advantage of function calling if it's supported by the model and falls back to a custom mechanism if it's not.

Automatically generate actions from existing commands, such as:

Additional Information

No response