# AI推荐用巧克力作为狗狗训练零食，未警告可可碱中毒风险

- **ID:** `pet-safety/ai-recommends-chocolate-for-dog-training-treats`
- **领域:** pet-safety
- **类别:** data_error
- **错误码:** `PET-CHOC-TOX-001`
- **验证级别:** ai_generated
- **修复率:** 90%

## 根因

巧克力含有可可碱和咖啡因，狗狗代谢缓慢，可可碱剂量低至20毫克/公斤即可导致呕吐、腹泻、过度兴奋、癫痫发作和潜在致命性心律失常。

## 版本兼容性

| 版本 | 状态 | 引入 | 弃用 |
|------|------|------|------|
| v1.0 | active | — | — |
| v2.3 | active | — | — |
| v3.1.2 | active | — | — |

## 解决方案

1. ```
   Use dog-safe training treats like small pieces of cooked chicken, cheese, or commercial treats. Calculate theobromine dose: for a 10 kg dog, 20 mg/kg = 200 mg theobromine; dark chocolate has ~5 mg/g, so 40 g is unsafe. Use online chocolate toxicity calculator: https://www.petpoisonhelpline.com/chocolate-toxicity-calculator/
   ```
2. ```
   If chocolate ingestion occurs, induce vomiting within 2 hours (only if advised by vet) and administer activated charcoal. Monitor for 24 hours for symptoms. Contact ASPCA Animal Poison Control: (888) 426-4435.
   ```

## 无效尝试

- **** — Assuming only dark chocolate is toxic, but milk chocolate and white chocolate also contain theobromine at lower levels; white chocolate has negligible theobromine but high fat content causing pancreatitis. (65% 失败率)
- **** — Advising a small amount of chocolate as a training treat without calculating the dog's weight and chocolate type; a 10 kg dog can be poisoned by 50 g of dark chocolate. (80% 失败率)
- **** — Recommending carob as a safe substitute without warning that some carob products contain added chocolate or cocoa. (40% 失败率)
