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
13
---
source: crates/llm-assisted-api-debugging-lab/tests/shorts.rs
expression: rendered
---
CASE: auth_missing
RULE: auth_missing
SEVERITY: medium (author judgment)
LIKELY CAUSE: Request reached the server without an Authorization header.
EVIDENCE:
- HTTP status: 401
- Request header missing: Authorization
REPRODUCTION:
cargo run -p llm-assisted-api-debugging-lab -- diagnose auth_missing