Skip to content

Commit 608b2bb

Browse files
committed
chore: mdformat
1 parent 346d1cb commit 608b2bb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/logging-systems.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ Each log entry follows this structure:
5959

6060
- **`timestamp_ms`**: Unix timestamp in milliseconds when the action occurred
6161
- **`function`**: The game function that was called
62-
- `name`: Function name (e.g., "start_run", "play_hand_or_discard", "cash_out")
63-
- `arguments`: Arguments passed to the function
62+
- `name`: Function name (e.g., "start_run", "play_hand_or_discard", "cash_out")
63+
- `arguments`: Arguments passed to the function
6464
- **`game_state`**: Complete game state **before** the function execution
6565

6666
## Python SDK Logging

docs/protocol-api.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ The `shop` function supports multiple in-shop actions. Use the `action` field in
143143
| `reroll` | Spend dollars to refresh the shop offer (cost shown in-game). ||
144144

145145
!!! note "Future actions"
146+
146147
Additional shop actions `buy_and_use_card`, `open_pack`, and `redeem_voucher` will be added soon.
147148

148149
### Errors

0 commit comments

Comments
 (0)