//! Structured representation of a single intercepted LLM API call.
use SystemTime;
use Bytes;
use crateLlmApiPattern;
/// One captured LLM API call — produced by the [`super::Interceptor`] and
/// forwarded to `aa-gateway` for policy evaluation.