uasername commited on
Commit
03f3e07
·
verified ·
1 Parent(s): 863ca3f

Upload agent

Browse files
agent.json CHANGED
@@ -10,8 +10,8 @@
10
  "model": {
11
  "class": "HfApiModel",
12
  "data": {
13
- "last_input_token_count": 3651,
14
- "last_output_token_count": 155,
15
  "model_id": "Qwen/Qwen2.5-Coder-32B-Instruct",
16
  "provider": null
17
  }
 
10
  "model": {
11
  "class": "HfApiModel",
12
  "data": {
13
+ "last_input_token_count": 3646,
14
+ "last_output_token_count": 93,
15
  "model_id": "Qwen/Qwen2.5-Coder-32B-Instruct",
16
  "provider": null
17
  }
tools/superhero_party_theme_generator.py CHANGED
@@ -13,7 +13,7 @@ class SuperheroPartyThemeTool(Tool):
13
  themes = {
14
  "classic heroes": "Justice League Gala: Guests come dressed as their favorite DC heroes with themed cocktails like 'The Kryptonite Punch'.",
15
  "villain masquerade": "Gotham Rogues' Ball: A mysterious masquerade where guests dress as classic Batman villains.",
16
- "futuristic Gotham": "Neo-Gotham Night: A cyberpunk-style party inspired by Batman Beyond, with neon decorations and futuristic gadgets."
17
  }
18
 
19
  return themes.get(category.lower(), "Themed party idea not found. Try 'classic heroes', 'villain masquerade', or 'futuristic Gotham'.")
 
13
  themes = {
14
  "classic heroes": "Justice League Gala: Guests come dressed as their favorite DC heroes with themed cocktails like 'The Kryptonite Punch'.",
15
  "villain masquerade": "Gotham Rogues' Ball: A mysterious masquerade where guests dress as classic Batman villains.",
16
+ "futuristic gotham": "Neo-Gotham Night: A cyberpunk-style party inspired by Batman Beyond, with neon decorations and futuristic gadgets."
17
  }
18
 
19
  return themes.get(category.lower(), "Themed party idea not found. Try 'classic heroes', 'villain masquerade', or 'futuristic Gotham'.")