|
liblloyal 1.0.0
Composable primitives for llama.cpp inference
|
#include <chat-template.hpp>
Public Attributes | |
| bool | supports_tools = false |
| bool | supports_tool_calls = false |
| bool | supports_tool_responses = false |
| bool | supports_system_role = false |
| bool | supports_parallel_tool_calls = false |
| bool | supports_tool_call_id = false |
| bool | requires_object_arguments = false |
| bool | requires_non_null_content = false |
| bool | requires_typed_content = false |
Definition at line 31 of file chat-template.hpp.
| bool minja::chat_template_caps::requires_non_null_content = false |
Definition at line 43 of file chat-template.hpp.
| bool minja::chat_template_caps::requires_object_arguments = false |
Definition at line 41 of file chat-template.hpp.
| bool minja::chat_template_caps::requires_typed_content = false |
Definition at line 45 of file chat-template.hpp.
| bool minja::chat_template_caps::supports_parallel_tool_calls = false |
Definition at line 36 of file chat-template.hpp.
| bool minja::chat_template_caps::supports_system_role = false |
Definition at line 35 of file chat-template.hpp.
| bool minja::chat_template_caps::supports_tool_call_id = false |
Definition at line 37 of file chat-template.hpp.
| bool minja::chat_template_caps::supports_tool_calls = false |
Definition at line 33 of file chat-template.hpp.
| bool minja::chat_template_caps::supports_tool_responses = false |
Definition at line 34 of file chat-template.hpp.
| bool minja::chat_template_caps::supports_tools = false |
Definition at line 32 of file chat-template.hpp.