]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
server: add "schema" and validation (#24150)
authorXuan-Son Nguyen <redacted>
Thu, 18 Jun 2026 13:40:58 +0000 (15:40 +0200)
committerGitHub <redacted>
Thu, 18 Jun 2026 13:40:58 +0000 (15:40 +0200)
commite1efd0991d852b02dce3533ec8fac8bf850e1431
tree0c9d223d75cd3022a86258753de5b56d6a54ff3b
parent08023072ef63e7da749870b771db156f36d5c935
server: add "schema" and validation (#24150)

* wip

* working

* correct some limits

* add field name to error message
tools/server/CMakeLists.txt
tools/server/server-context.cpp
tools/server/server-schema.cpp [new file with mode: 0644]
tools/server/server-schema.h [new file with mode: 0644]
tools/server/server-task.cpp
tools/server/server-task.h