SciSharp / BotSharp

AI Multi-Agent Framework in .NET
https://botsharp.readthedocs.io
Apache License 2.0
2.25k stars 463 forks source link

use variable from appsettings.json in liquid #759

Open hchen2020 opened 1 week ago

hchen2020 commented 1 week ago

Enable appsettings.json to be used in liquid template when loading agent. Like the states can be used in function json file. In instruction.liquid, developers can use the settings in the form of {{ settings.Logging.LogLevel.Default }}