llmleaf_client/pb.rs
1//! Prost-generated typed model, compiled from `proto/llmleaf/v1/llmleaf.proto` by
2//! `build.rs`. This is the "real codegen" proof: the proto genuinely compiles into the
3//! crate and the generated messages are available here as a typed mirror.
4//!
5//! These types are NOT what the SDK serialises onto the wire — prost emits
6//! protobuf-binary-shaped types (oneofs, `i32` enums, no OpenAI JSON casing). The wire
7//! uses the hand-written serde structs in [`crate::types`]. Use this module when you
8//! want the canonical proto representation (e.g. to interop with a protobuf toolchain).
9#![allow(clippy::all)]
10#![allow(missing_docs)]
11#![allow(rustdoc::all)]
12
13include!(concat!(env!("OUT_DIR"), "/llmleaf.v1.rs"));