Spaces:
Sleeping
Sleeping
Update KadiAPYBot.py
Browse files- KadiAPYBot.py +1 -1
KadiAPYBot.py
CHANGED
@@ -10,7 +10,7 @@ class KadiAPYBot:
|
|
10 |
|
11 |
|
12 |
|
13 |
-
def
|
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 |
"""
|