feat: 社区新增有偿悬赏功能

This commit is contained in:
橙子
2025-04-12 23:18:06 +08:00
parent 91b216c06e
commit 87a14ebac1
21 changed files with 511 additions and 179 deletions

View File

@@ -53,6 +53,10 @@ namespace Yi.Framework.ChatHub.Domain.Managers
chatHistory: history,
executionSettings: openSettings,
kernel: _kernel);
if (results is null)
{
yield return null;
}
await foreach (var result in results)
{
yield return result.Content;