Skip to content

Commit 87eedb5

Browse files
authored
Small formating nit on Bandit page. (#496)
1 parent 0ffba17 commit 87eedb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/sdks/sdk-features/bandits.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ Therefore, the logger should write to a table with the following columns (they c
8989
| action_numeric_attributes (JSON) | Metadata about numeric attributes of the assigned action; Mapping of attribute names to their values | {"discount": 0.2} |
9090
| action_categorical_attributes (JSON) | Metadata about non-numeric attributes of the assigned action; Mapping of attribute names to their values | {"promoTextColor": "white"} |
9191

92-
> [!TIP]
93-
> Assignment attributes must be single-level. Eppo's bandits do not support multiple levels of JSON attributes.
92+
:::info Assignment attributes must be single-level. Eppo's bandits do not support multiple levels of JSON attributes.
93+
:::
9494

9595
We also recommend storing additional information that is provided to the bandit logger that is not directly used for training the bandit, but is useful for transparency and debugging:
9696

0 commit comments

Comments
 (0)