chore: vendor sglang v0.5.10 snapshot
This commit is contained in:
9
third_party/sglang/sgl-model-gateway/src/routers/parse/mod.rs
vendored
Normal file
9
third_party/sglang/sgl-model-gateway/src/routers/parse/mod.rs
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
//! Parser module for function calls and reasoning extraction
|
||||
//!
|
||||
//! This module provides parsing operations for model output, including:
|
||||
//! - Function call extraction from text
|
||||
//! - Reasoning separation from normal text
|
||||
|
||||
mod handlers;
|
||||
|
||||
pub use handlers::{parse_function_call, parse_reasoning};
|
||||
Reference in New Issue
Block a user