Fields
| Field | Type | Required | Description |
|---|---|---|---|
bytes_ | List[int] | :heavy_check_mark: | UTF-8 bytes of the token |
logprob | float | :heavy_check_mark: | Log probability of the token |
token | str | :heavy_check_mark: | The token |
top_logprobs | List[components.ChatTokenLogprobTopLogprob] | :heavy_check_mark: | Top alternative tokens with probabilities |