mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-04-30 23:02:50 +00:00
13 lines
369 B
Plaintext
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.
|