mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-16 20:09:41 +00:00
server : allow specifying reasoning_format in HTTP request (#15238)
This commit is contained in:
parent
27093afe78
commit
53d0a12658
7 changed files with 28 additions and 7 deletions
|
@ -191,6 +191,7 @@ std::string common_chat_format_example(
|
|||
|
||||
const char* common_chat_format_name(common_chat_format format);
|
||||
const char* common_reasoning_format_name(common_reasoning_format format);
|
||||
common_reasoning_format common_reasoning_format_from_name(const std::string & format);
|
||||
common_chat_msg common_chat_parse(const std::string & input, bool is_partial, const common_chat_syntax & syntax);
|
||||
|
||||
common_chat_tool_choice common_chat_tool_choice_parse_oaicompat(const std::string & tool_choice);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue