mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-01-26 17:20:01 +00:00
* json: ordered json in server/schema converter to respect orig order * json: ws nits * json: support non-string const / enums
5 lines
108 B
C++
5 lines
108 B
C++
#pragma once
|
|
#include "json.hpp"
|
|
|
|
std::string json_schema_to_grammar(const nlohmann::ordered_json& schema);
|