liblloyal 1.0.0
Composable primitives for llama.cpp inference
Loading...
Searching...
No Matches
minja::chat_template_caps Struct Reference

#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
 

Detailed Description

Definition at line 31 of file chat-template.hpp.

Member Data Documentation

◆ requires_non_null_content

bool minja::chat_template_caps::requires_non_null_content = false

Definition at line 43 of file chat-template.hpp.

◆ requires_object_arguments

bool minja::chat_template_caps::requires_object_arguments = false

Definition at line 41 of file chat-template.hpp.

◆ requires_typed_content

bool minja::chat_template_caps::requires_typed_content = false

Definition at line 45 of file chat-template.hpp.

◆ supports_parallel_tool_calls

bool minja::chat_template_caps::supports_parallel_tool_calls = false

Definition at line 36 of file chat-template.hpp.

◆ supports_system_role

bool minja::chat_template_caps::supports_system_role = false

Definition at line 35 of file chat-template.hpp.

◆ supports_tool_call_id

bool minja::chat_template_caps::supports_tool_call_id = false

Definition at line 37 of file chat-template.hpp.

◆ supports_tool_calls

bool minja::chat_template_caps::supports_tool_calls = false

Definition at line 33 of file chat-template.hpp.

◆ supports_tool_responses

bool minja::chat_template_caps::supports_tool_responses = false

Definition at line 34 of file chat-template.hpp.

◆ supports_tools

bool minja::chat_template_caps::supports_tools = false

Definition at line 32 of file chat-template.hpp.


The documentation for this struct was generated from the following file: