mirror of
https://github.com/mudler/LocalAGI.git
synced 2026-07-24 19:25:21 -04:00
592969f976
This is useful mainly to pass-by from the web interface a generic string that can be later re-used in the custom actions or dynamic prompt during Init(). The Signature of the custom actions and prompts around Init has changed, and now is Init(string), this is on the custom action duty to decide if the string is e.g. a JSON, or a comma separated list, etc. Signed-off-by: mudler <mudler@localai.io>