hchen2020
hchen2020
Is it possible to provide some approaches to clean the cache in MemoryCache?
### Description    ### Reproduction Steps I currently suspect that it is because the resources are cleared every time before inference.  ### Known Workarounds _No response_ ###...
Is it possible to enhance the prompt log for the message with image/ photos? 
Can it support to upload PDF file? 
As per the new feature [JSON-Mode](https://platform.openai.com/docs/guides/json-mode), we can add a new option to `IChatCompletion.GetChatCompletionsAsync` ```json "response_format": { "type": "json_object" }, ```
Separate OpenAI as a new plugin `BotSharp.Plugin.OpenAI`. The `OpenAI` has a new .NET library: https://github.com/openai/openai-dotnet
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...
Add Excel Export to `ExcelHandler` name `ExcelExportFn` `The function should contain `sql_statement` parameter. 