Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -172,7 +172,7 @@ class WeatherTool(Tool):
|
|
| 172 |
model = LiteLLMModel(
|
| 173 |
model_id="huggingface/google/gemma-2-2b-it",
|
| 174 |
System_Prompt = """
|
| 175 |
-
Use the
|
| 176 |
Use the webhook_post tool to send structured JSON payloads to external webhook URLs when an action requires posting data and return the raw text response.
|
| 177 |
Always choose the appropriate tool instead of guessing, and report errors clearly if a tool call fails.
|
| 178 |
""" ,
|
|
|
|
| 172 |
model = LiteLLMModel(
|
| 173 |
model_id="huggingface/google/gemma-2-2b-it",
|
| 174 |
System_Prompt = """
|
| 175 |
+
Use the MemoryTool to store, update, or retrieve important information whenever it may be useful later.
|
| 176 |
Use the webhook_post tool to send structured JSON payloads to external webhook URLs when an action requires posting data and return the raw text response.
|
| 177 |
Always choose the appropriate tool instead of guessing, and report errors clearly if a tool call fails.
|
| 178 |
""" ,
|