Is your feature request related to a problem? Please describe.
The ability to use function calling within quickAdd scripts, or macros.
This could supercharge quickAdd even more.
Describe the solution you'd like
a new function in the quickAdd api (optionally in the ai commands).
this function takes a prompt and a list of functions with descriptions and then calles one of them based on the given prompt
Is your feature request related to a problem? Please describe. The ability to use function calling within quickAdd scripts, or macros. This could supercharge quickAdd even more.
Describe the solution you'd like a new function in the quickAdd api (optionally in the ai commands). this function takes a prompt and a list of functions with descriptions and then calles one of them based on the given prompt
https://platform.openai.com/docs/api-reference/chat/create?lang=curl
And then even a step further is to allow pralell function calling, meaning the llm can call multiple functions/macros etc.