mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-10-27 08:21:30 +00:00
chat : clarify the meaning of reasoning_format (#15408)
* chat : clarify the meaning of reasoning_format * add link to this PR
This commit is contained in:
@@ -1408,7 +1408,7 @@ static void test_template_output_parsers() {
|
||||
/* is_partial= */ false,
|
||||
{
|
||||
/* .format = */ COMMON_CHAT_FORMAT_GRANITE,
|
||||
/* .reasoning_format = */ COMMON_REASONING_FORMAT_GRANITE,
|
||||
/* .reasoning_format = */ COMMON_REASONING_FORMAT_DEEPSEEK,
|
||||
}));
|
||||
|
||||
// Test parsing tool calls
|
||||
|
||||
Reference in New Issue
Block a user