Spaces:
Running
Running
davidecolla
commited on
Commit
•
c713637
1
Parent(s):
8e023cd
Update EurLexChat.py
Browse files- EurLexChat.py +2 -2
EurLexChat.py
CHANGED
@@ -47,8 +47,8 @@ class EurLexChat:
|
|
47 |
func=self.get_context,
|
48 |
name="get_context",
|
49 |
description="To be used whenever the provided context is empty or the user changes the topic of the conversation and you need the context for the topic. " +
|
50 |
-
"
|
51 |
-
"
|
52 |
args_schema=ContextInput
|
53 |
)
|
54 |
|
|
|
47 |
func=self.get_context,
|
48 |
name="get_context",
|
49 |
description="To be used whenever the provided context is empty or the user changes the topic of the conversation and you need the context for the topic. " +
|
50 |
+
"To be used whenever you need context to answer the question. " +
|
51 |
+
"Do not make up an answer, rely solely on the information provided by the context. ",
|
52 |
args_schema=ContextInput
|
53 |
)
|
54 |
|