Skip to content

Commit 0faa085

Browse files
committed
fix: add cards param to use_consumable in TOOLS.json
1 parent a598e8e commit 0faa085

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

src/balatrollm/strategies/default/TOOLS.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,13 @@
123123
"type": "integer",
124124
"description": "0-indexed position of the consumable to use"
125125
},
126+
"cards": {
127+
"type": "array",
128+
"items": {
129+
"type": "integer"
130+
},
131+
"description": "List of 0-indexed card positions to select for activate the consumable effect if required"
132+
},
126133
"reasoning": {
127134
"type": "string",
128135
"description": "Strategic reasoning for using this consumable now"
@@ -231,6 +238,13 @@
231238
"type": "integer",
232239
"description": "0-indexed position of the consumable to use"
233240
},
241+
"cards": {
242+
"type": "array",
243+
"items": {
244+
"type": "integer"
245+
},
246+
"description": "List of 0-indexed card positions to select for activate the consumable effect if required"
247+
},
234248
"reasoning": {
235249
"type": "string",
236250
"description": "Strategic reasoning for using this consumable now"

0 commit comments

Comments
 (0)