From ae1cd019e1053c1ecf0fe6b0821c36d9754bfc07 Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Wed, 24 Jul 2024 01:11:06 +0200 Subject: [PATCH] added enhancement in function call --- lollms/personality.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lollms/personality.py b/lollms/personality.py index 32148c4..a4de33e 100644 --- a/lollms/personality.py +++ b/lollms/personality.py @@ -4009,6 +4009,7 @@ class APScript(StateMachine): '"function_parameters": a list of parameter values', "}", "```", + "It is important to put the function call inside a function markdown tag to be interpreted." ]