Example Usage
Fields
| Field | Type | Required | Description |
|---|---|---|---|
content | models.ChatTokenLogprob[] | :heavy_check_mark: | Log probabilities for content tokens |
refusal | models.ChatTokenLogprob[] | :heavy_minus_sign: | Log probabilities for refusal tokens |
ChatTokenLogprobs type definition
| Field | Type | Required | Description |
|---|---|---|---|
content | models.ChatTokenLogprob[] | :heavy_check_mark: | Log probabilities for content tokens |
refusal | models.ChatTokenLogprob[] | :heavy_minus_sign: | Log probabilities for refusal tokens |