Spaces:
Sleeping
Sleeping
Update tools/suggest_menu.py
Browse files- 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 |
|