feat: 对话记录支持保存并展示 HISTORY 内容

This commit is contained in:
ouqiting
2026-04-23 14:47:43 +08:00
parent d2c6445cfc
commit 9a404e75fc
7 changed files with 115 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ type StandardRequest struct {
ResolvedModel string
ResponseModel string
Messages []any
HistoryText string
ToolsRaw any
FinalPrompt string
ToolNames []string