From 2b93ea3aa3a639ed26fade95dc1a1868831b522f Mon Sep 17 00:00:00 2001 From: Sheldon Robinson Date: Thu, 4 Dec 2025 18:56:12 -0500 Subject: [PATCH] Add common_chat_parse function declaration Fixes #17771 --- common/chat-parser.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/chat-parser.h b/common/chat-parser.h index 78c4b74c2d..ed274017f3 100644 --- a/common/chat-parser.h +++ b/common/chat-parser.h @@ -131,3 +131,5 @@ class common_chat_msg_parser { void clear_tools(); }; + +common_chat_msg common_chat_parse(const std::string & input, bool is_partial, const common_chat_syntax & syntax);