mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-11-03 09:22: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);
 |