liblloyal 1.0.0
Composable primitives for llama.cpp inference
Loading...
Searching...
No Matches
lloyal::chat_template::FormatResult Struct Reference

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
 

Detailed Description

Result from chat template formatting NOTE: Named FormatResult, NOT ChatTemplateResult.

Definition at line 33 of file chat_template.hpp.

Member Data Documentation

◆ additional_stops

std::vector<std::string> lloyal::chat_template::FormatResult::additional_stops

Definition at line 35 of file chat_template.hpp.

◆ prompt

std::string lloyal::chat_template::FormatResult::prompt

Definition at line 34 of file chat_template.hpp.


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