ChatON: Forgot this note earlier

This commit is contained in:
HanishKVC 2024-05-15 03:38:41 +05:30
parent a3d641b555
commit 4a15989000

View file

@ -603,6 +603,9 @@ const int BYPASS_MSGCNT = 101;
// string containing the tagged message
// * role-(begin+prefix) + msg + role-(suffix+end)
//
// ALERT: This currently assumes/behaves as if the system or user message it is working on
// is a non-1st message belonging to that role.
//
inline size_t chaton_tmpl_apply_single(
const std::string &tmpl,
const std::string &role,