bupa1018 commited on
Commit
e31af4d
·
1 Parent(s): d8049a8

Update KadiAPYBot.py

Browse files
Files changed (1) hide show
  1. KadiAPYBot.py +1 -1
KadiAPYBot.py CHANGED
@@ -10,7 +10,7 @@ class KadiAPYBot:
10
 
11
 
12
 
13
- def rag_chain(self, query):
14
  """
15
  Process a user query, handle history, retrieve contexts, and generate a response.
16
  """
 
10
 
11
 
12
 
13
+ def process_query(self, query):
14
  """
15
  Process a user query, handle history, retrieve contexts, and generate a response.
16
  """