llm-assisted-api-debugging-lab 0.1.0

Deterministic API failure diagnoser with an LLM-assisted prompt template generator.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
---
source: crates/llm-assisted-api-debugging-lab/tests/shorts.rs
expression: rendered
---
CASE: timeout
RULE: connection_timeout
SEVERITY: high (author judgment)
LIKELY CAUSE: Upstream request exceeded the client's configured timeout.
EVIDENCE:
- Client timeout: aborted after 5012ms (timeout 5000ms).
REPRODUCTION:
cargo run -p llm-assisted-api-debugging-lab -- diagnose timeout