diff --git a/openai_server/autogen_utils.py b/openai_server/autogen_utils.py index 9503ccafb..5dd991d4a 100644 --- a/openai_server/autogen_utils.py +++ b/openai_server/autogen_utils.py @@ -945,6 +945,7 @@ def confidence_level_guidelines() -> str: * If you have a very high confidence in the response and constrained output, then say so and stop the conversation. * However, if you do not have a very high confidence in the constrained output but do have high confidence in your response otherwise, fix the constrained output and stop the conversation. * However, if you do not have a very high confidence in the response to the user's original query, then you must provide an executable code that would help improve your response until you have very high confidence. +* Place a final confidence level brief summary inside XML tags. diff --git a/src/version.py b/src/version.py index e2aa9c601..13b6fc143 100644 --- a/src/version.py +++ b/src/version.py @@ -1 +1 @@ -__version__ = "26eeacdb9f1dfd3d0b8ce22fb78d49f38d5c50e4" +__version__ = "8c513eb33109d2bfc658024bbbd25182d0969e10"