Support Linux refactoring checks
This commit is contained in:
@@ -1173,7 +1173,7 @@ pub(crate) fn parse_tool_calls(
|
||||
let (content, calls) = if model == ModelChoice::Glm52 {
|
||||
parse_glm_calls(text)?
|
||||
} else {
|
||||
crate::server::parse_dsml_tool_calls(text)?
|
||||
crate::dsml::parse_tool_calls(text)?
|
||||
};
|
||||
calls
|
||||
.into_iter()
|
||||
|
||||
Reference in New Issue
Block a user