frohzinn's picture
download
raw
599 Bytes
#pragma once
// Common includes for all test files
#include <nlohmann/json.hpp>
#include <string>
#include <vector>
#include "../testing.h"
#include "peg-parser.h"
#include "chat-peg-parser.h"
#include "simple-tokenize.h"
struct bench_tool_call {
std::string id;
std::string name;
nlohmann::ordered_json args;
};
// Test function declarations
void test_basic(testing &t);
void test_json_parser(testing &t);
void test_gbnf_generation(testing &t);
void test_unicode(testing &t);
void test_json_serialization(testing &t);
void test_python_dict_parser(testing &t);

Xet Storage Details

Size:
599 Bytes
·
Xet hash:
b9c2f5a90be2361886962a054235f3493eef62cbc57665fb692d44f22919cba9

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.