We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d176a05 commit 5fecc84Copy full SHA for 5fecc84
lib/parsers/src/tool_calling/json/deepseek_parser.rs
@@ -68,7 +68,7 @@ pub fn parse_tool_calls_deepseek_v3_1(
68
};
69
70
let Some(arg_match) = grp.get(2) else {
71
- continue; // Skip if arguments Match is not found.
+ continue; // Skip if arguments Match is not found.
72
73
74
let arguments = match serde_json::from_str::<Value>(arg_match.as_str()) {
0 commit comments