//! Neuro-symbolic admin SDK-only DTOs.
//!
//! Most neuro-symbolic types are auto-generated from the OpenAPI spec — see
//! [`crate::api_spec`]. This file holds the few endpoints whose response is
//! free-form JSON and therefore typed as `serde_json::Value` on the SDK side.
/// Diagnostic snapshot from the trace collector (`/embeddings/diagnostics`).
pub type DiagnosticsSnapshot = Value;
/// Embedding-fidelity verification report (`/embeddings/verify`).
pub type EmbeddingVerifyResponse = Value;