Isaac454 commited on
Commit
df324ae
·
verified ·
1 Parent(s): 81f4708

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -172,7 +172,9 @@ class WeatherTool(Tool):
172
  model = LiteLLMModel(
173
  model_id="huggingface/google/gemma-2-2b-it",
174
  System_Prompt = """
175
- You can send JSON payloads to external webhook URLs using the webhook_post tool. Use this tool when you need to POST structured data to a webhook and return the raw text response. Handle errors gracefully and report failures clearly.
 
 
176
  """ ,
177
  hf_token=HF_TOKEN
178
  )
 
172
  model = LiteLLMModel(
173
  model_id="huggingface/google/gemma-2-2b-it",
174
  System_Prompt = """
175
+ Use the memory tool 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
  """ ,
179
  hf_token=HF_TOKEN
180
  )