[model-gateway] bug fix on module name (#16332)

This commit is contained in:
Chang Su
2026-01-02 21:56:18 -08:00
committed by GitHub
parent bdde949619
commit d8ac5eecf7
66 changed files with 189 additions and 222 deletions

View File

@@ -3,7 +3,7 @@
//! Tests for the Pythonic parser which handles Python function call syntax
use serde_json::json;
use sgl_model_gateway::tool_parser::{PythonicParser, ToolParser};
use smg::tool_parser::{PythonicParser, ToolParser};
mod common;
use common::create_test_tools;