๐Ÿงช ToolGuard Report

Weather Alert Chain

12
Total Tests
6
Passed
6
Failed
50.0%
Reliability

โœ… PASSED Threshold: 0%

Top Failures

[4x] get_weather โ†’ SchemaValidationError

๐Ÿ” get_weather received wrong data type (type mismatch in chain)

๐Ÿ’ก Check type compatibility between tools. The previous tool may return str where get_weather expects int.

[2x] get_weather โ†’ TypeError

๐Ÿ” get_weather failed with: TypeError

๐Ÿ’ก Review get_weather's error handling. Consider wrapping with @with_retry() or adding input validation.

Cascade Paths

get_weather โœ—
get_weather โœ—
get_weather โœ—
get_weather โœ—
get_weather โœ—
get_weather โœ—