openai-client-base 0.12.0

Auto-generated Rust client for the OpenAI API
1
2
3
4
5
6
7
8
9
10
11
12
# CreateChatCompletionStreamResponseChoicesInnerLogprobs

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**content** | [**Vec<models::ChatCompletionTokenLogprob>**]ChatCompletionTokenLogprob.md | A list of message content tokens with log probability information. | 
**refusal** | [**Vec<models::ChatCompletionTokenLogprob>**]ChatCompletionTokenLogprob.md | A list of message refusal tokens with log probability information. | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)