mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-14 17:03:29 +03:00
feat(prompt): added continue
This commit is contained in:
parent
da9c080dae
commit
78fbe378e8
@ -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 or if the user says continue",
|
||||
"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 or something like that.",
|
||||
"parameters": {"type": "object", "properties": {}},
|
||||
},
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user