Spaces:
Sleeping
Sleeping
Sync helpers_SHARED.py with latest changes
Browse files- helpers_SHARED.py +1 -1
helpers_SHARED.py
CHANGED
|
@@ -398,7 +398,7 @@ def get_recent_conversation(turns: int = 5) -> str:
|
|
| 398 |
AGENT_TOOLS = [list_documents, count_documents, search_documents, search_conversation_history, get_recent_conversation]
|
| 399 |
|
| 400 |
# Sample question texts - Enhanced for agent capabilities
|
| 401 |
-
SAMPLE_Q1 = "How many documents are loaded? List their names and types
|
| 402 |
SAMPLE_Q2 = "Summarize the key points of each document in 5 bullet points."
|
| 403 |
SAMPLE_Q3 = "What is the attention mechanism? list the main topics."
|
| 404 |
SAMPLE_Q4 = "How can I cook chicken breast with Phillips air fryer recipes?"
|
|
|
|
| 398 |
AGENT_TOOLS = [list_documents, count_documents, search_documents, search_conversation_history, get_recent_conversation]
|
| 399 |
|
| 400 |
# Sample question texts - Enhanced for agent capabilities
|
| 401 |
+
SAMPLE_Q1 = "How many documents are loaded? List their names and types."
|
| 402 |
SAMPLE_Q2 = "Summarize the key points of each document in 5 bullet points."
|
| 403 |
SAMPLE_Q3 = "What is the attention mechanism? list the main topics."
|
| 404 |
SAMPLE_Q4 = "How can I cook chicken breast with Phillips air fryer recipes?"
|