davidecolla commited on
Commit
c713637
1 Parent(s): 8e023cd

Update EurLexChat.py

Browse files
Files changed (1) hide show
  1. 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
- "This function must be called only when is strictly necessary. " +
51
- "This function must not be called if you already have in the context the information to answer the user. ",
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