israel-avihail commited on
Commit
35ad2bb
·
verified ·
1 Parent(s): da01316

Update tools/suggest_menu.py

Browse files
Files changed (1) hide show
  1. tools/suggest_menu.py +1 -1
tools/suggest_menu.py CHANGED
@@ -3,7 +3,7 @@ from typing import Any, Optional
3
 
4
  class SimpleTool(Tool):
5
  name = "suggest_menu"
6
- description = "Suggests a menu based on the occasion."
7
  inputs = {'occasion': {'type': 'string', 'description': 'The type of occasion for the party.'}}
8
  output_type = "string"
9
 
 
3
 
4
  class SimpleTool(Tool):
5
  name = "suggest_menu"
6
+ description = "Suggests a food menu based on the occasion."
7
  inputs = {'occasion': {'type': 'string', 'description': 'The type of occasion for the party.'}}
8
  output_type = "string"
9