Supports custom system prompts and custom models.

This commit is contained in:
SkywalkerJi
2025-11-01 19:45:54 +08:00
parent 5be7106eb2
commit 4250c11ddf
12 changed files with 848 additions and 209 deletions

View File

@@ -14,6 +14,7 @@ import (
type DecisionRecord struct {
Timestamp time.Time `json:"timestamp"` // 决策时间
CycleNumber int `json:"cycle_number"` // 周期编号
SystemPrompt string `json:"system_prompt"` // 系统提示词发送给AI的系统prompt
InputPrompt string `json:"input_prompt"` // 发送给AI的输入prompt
CoTTrace string `json:"cot_trace"` // AI思维链输出
DecisionJSON string `json:"decision_json"` // 决策JSON