🎨 优化预设注入,删除预设权限认证,优化日志

This commit is contained in:
2026-03-04 18:24:29 +08:00
parent cc8d7d6134
commit 354e01992a
4 changed files with 35 additions and 43 deletions

View File

@@ -10,8 +10,6 @@ type ChatCompletionResponse struct {
Usage *ChatCompletionUsage `json:"usage,omitempty"`
// 统一格式的用量统计(用于各种上游的标准化)
StandardUsage *ChatCompletionUsage `json:"standard_usage,omitempty"`
// 扩展字段:正则脚本执行日志
RegexLogs *RegexExecutionLogs `json:"regex_logs,omitempty"`
}
type ChatCompletionChoice struct {