Files
awoooi/apps/api
OG T 7c905c4bf3 fix(ai): 修復 generate_incident_proposal tuple unpacking 錯誤
- _call_with_cache 返回 6 值 (含 ai_tokens/ai_cost)
- generate_incident_proposal 解包只取 4 值導致 ValueError
- 修復: 完整解包 6 值並傳遞 ai_tokens/ai_cost 到 proposal_dict

2026-03-29 ogt: Token/Cost 追蹤補遺

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-29 00:03:22 +08:00
..