sell_lemonade
Simulate running a lemonade stand by analyzing weather, pricing, and inventory to optimize daily sales results in the classic business game.
Instructions
Open for business and see today's results
Input Schema
Name | Required | Description | Default |
---|---|---|---|
gameId | Yes | The game ID |
Input Schema (JSON Schema)
{
"properties": {
"gameId": {
"description": "The game ID",
"type": "string"
}
},
"required": [
"gameId"
],
"type": "object"
}