- Issue created by @marcus_johansson
- Merge request !510Draft: Resolve #3512787 "Allow getreadableoutput on" → (Open) created by marcus_johansson
Currently the ExecutableFunctionCallInterface only can output strings, but since most of the providers has a way of taking an array of data types, we should also allow for that in the output.
This would be highly advantagous in places like RAG responses, where its good to see where one result starts and another ends.
For providers that can not handle this, they will have to do a Yaml::dump, if its and array.
1. Change so the interface can output array as well as string.
Active
1.1
AI Core module