ax_rd
3 hours ago 62a9f6223745c0df42be1f4226f31dfb10c83ea8
internal/llm/client.go
@@ -39,6 +39,16 @@
      ReviewDir   string `yaml:"review_dir"`
      DefaultType string `yaml:"default_type"`
   } `yaml:"draft"`
   // Search 搜索配置(双信号加权权重)
   Search struct {
      TextWeight float64 `yaml:"text_weight"` // 文本分权重(0~1,缺省 0.5)
   } `yaml:"search"`
   // Explore 探索预算配置(Task 7 预留)
   Explore struct {
      DefaultBudget int `yaml:"default_budget"`
      HardBudget    int `yaml:"hard_budget"`
      TopN          int `yaml:"top_n"`
   } `yaml:"explore"`
}
// Client LLM 客户端