|
liblloyal 1.0.0
Composable primitives for llama.cpp inference
|
Result from chat template formatting NOTE: Named FormatResult, NOT ChatTemplateResult. More...
#include <chat_template.hpp>
Public Attributes | |
| std::string | prompt |
| std::vector< std::string > | additional_stops |
Result from chat template formatting NOTE: Named FormatResult, NOT ChatTemplateResult.
Definition at line 33 of file chat_template.hpp.
| std::vector<std::string> lloyal::chat_template::FormatResult::additional_stops |
Definition at line 35 of file chat_template.hpp.
| std::string lloyal::chat_template::FormatResult::prompt |
Definition at line 34 of file chat_template.hpp.