diff --git a/crates/g3-providers/src/embedded/adapters/glm.rs b/crates/g3-providers/src/embedded/adapters/glm.rs index a9f0db7..a03ee8c 100644 --- a/crates/g3-providers/src/embedded/adapters/glm.rs +++ b/crates/g3-providers/src/embedded/adapters/glm.rs @@ -9,11 +9,11 @@ //! ``` //! //! 2. Code-fenced JSON (when following system prompt instructions): -//! ```text +//! ````text //! ```json //! {"tool": "shell", "args": {"command": "ls"}} //! ``` -//! ``` +//! ```` //! //! This adapter handles both formats and strips code fences when present.