From 4a15989000949df49c94f2cbb319f142a78366cb Mon Sep 17 00:00:00 2001 From: HanishKVC Date: Wed, 15 May 2024 03:38:41 +0530 Subject: [PATCH] ChatON: Forgot this note earlier --- common/chaton.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/chaton.hpp b/common/chaton.hpp index af19727d8..17bd59be7 100644 --- a/common/chaton.hpp +++ b/common/chaton.hpp @@ -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,