feat(prompt): added continue

This commit is contained in:
Stan Girard 2023-07-18 16:04:56 +02:00
parent ab9a9d0db4
commit d16b419035

View File

@ -180,7 +180,7 @@ class OpenAIFunctionsBrainPicking(BaseBrainPicking):
functions = [
{
"name": "get_history_and_context",
"description": "Get the chat history between you and the user and also get the relevant documents to answer the question. Always use that unless a very simple question is asked that a 5 years old could answer.",
"description": "Get the chat history between you and the user and also get the relevant documents to answer the question. Always use that unless a very simple question is asked that a 5 years old could answer or if the user says continue",
"parameters": {"type": "object", "properties": {}},
},
]