mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-08-02 07:26:38 -04:00
5 lines
100 B
C
5 lines
100 B
C
![]() |
#pragma once
|
||
|
#include "json.hpp"
|
||
|
|
||
|
std::string json_schema_to_grammar(const nlohmann::json& schema);
|