trait_categories()
Get all traits grouped by category.
Usage
trait_categories()Returns
dict[str, list[str]]- Mapping of category to sorted list of trait names.
Examples
import talk_box as tb
cats = tb.trait_categories()
cats["tone"] # ["concise", "formal", "verbose"]