Add common_chat_parse function declaration

Fixes #17771
This commit is contained in:
Sheldon Robinson 2025-12-04 18:56:12 -05:00 committed by GitHub
parent ce174073ba
commit 2b93ea3aa3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -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);