Files
crewAI/docs/en/ai/tools/troubleshooting.mdx
2026-02-19 11:26:06 -08:00

13 lines
369 B
Plaintext

---
title: "Tools: Troubleshooting"
description: "Common tool-call failures and fixes for schema mismatch, retries, and side effects."
icon: "circle-exclamation"
mode: "wide"
---
## Common issues
- Schema mismatch: align tool args with declared model output schema.
- Repeated side effects: add idempotency keys.
- Tool timeouts: define retries with bounded backoff.