migrate tests

This commit is contained in:
Xuan Son Nguyen
2026-08-21 22:29:03 +02:00
parent ea4b4b2862
commit 039426a696
10 changed files with 40 additions and 31 deletions
+2 -2
View File
@@ -19,12 +19,12 @@
#include <fstream>
#include <functional>
#include <iostream>
#include <nlohmann/json.hpp>
#include "json.h"
#include <set>
#include <stdexcept>
#include <string>
using json = nlohmann::ordered_json;
using json = common_json;
static std::ostream & operator<<(std::ostream & os, const common_chat_msg_diff & diff) {
os << "{ content_delta: " << diff.content_delta << "; ";