Add the assembler that folds streamed chunks into a completion

Implemented-By: GLM-5.3 (z.ai, default settings) via OpenCode
This commit is contained in:
2026-09-18 02:56:31 -07:00
parent f48999306e
commit 3d876d4fa9
11 changed files with 762 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
//! The llama inference server's chat-completions types and the request builder.
pub mod assemble;
pub mod request;
#[derive(Debug, Clone, PartialEq, Eq)]