make tool calling work with jinja. but still need to fix qwen omni first (+1 squashed commits)

Squashed commits:

[e394da61e] make tool calling work with jinja. but still need to fix qwen omni first
This commit is contained in:
LostRuins Concedo
2025-11-09 15:09:29 +08:00
parent 4fc022a51f
commit 60a74bdd89
2 changed files with 23 additions and 6 deletions
+2 -2
View File
@@ -34,15 +34,15 @@
#include <fstream>
#include <map>
#include <regex>
#include <sstream>
#include <numeric>
#include <stdexcept>
#include <unordered_set>
#include <vector>
#include <sstream>
#include <cinttypes>
#include <limits>
#include <numeric>
#include <array>
#include <numeric>
#include <functional>
#include <filesystem>