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

#include <chat-template.hpp>

Public Attributes

bool apply_polyfills = true
 
bool use_bos_token = true
 
bool use_eos_token = true
 
bool define_strftime_now = true
 
bool polyfill_tools = true
 
bool polyfill_tool_call_examples = true
 
bool polyfill_tool_calls = true
 
bool polyfill_tool_responses = true
 
bool polyfill_system_role = true
 
bool polyfill_object_arguments = true
 
bool polyfill_typed_content = true
 

Detailed Description

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

Member Data Documentation

◆ apply_polyfills

bool minja::chat_template_options::apply_polyfills = true

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

◆ define_strftime_now

bool minja::chat_template_options::define_strftime_now = true

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

◆ polyfill_object_arguments

bool minja::chat_template_options::polyfill_object_arguments = true

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

◆ polyfill_system_role

bool minja::chat_template_options::polyfill_system_role = true

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

◆ polyfill_tool_call_examples

bool minja::chat_template_options::polyfill_tool_call_examples = true

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

◆ polyfill_tool_calls

bool minja::chat_template_options::polyfill_tool_calls = true

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

◆ polyfill_tool_responses

bool minja::chat_template_options::polyfill_tool_responses = true

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

◆ polyfill_tools

bool minja::chat_template_options::polyfill_tools = true

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

◆ polyfill_typed_content

bool minja::chat_template_options::polyfill_typed_content = true

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

◆ use_bos_token

bool minja::chat_template_options::use_bos_token = true

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

◆ use_eos_token

bool minja::chat_template_options::use_eos_token = true

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


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