# ChatCompletionEvent
## Properties
**event_id** | **String** | |
**correlation_id** | **String** | |
**created_at** | **String** | |
**extra_fields** | [**std::collections::HashMap<String, models::ExtraFieldsValue>**](ExtraFieldsValue.md) | |
**nb_input_tokens** | **i32** | |
**nb_output_tokens** | **i32** | |
**enabled_tools** | **Vec<std::collections::HashMap<String, serde_json::Value>>** | |
**request_messages** | **Vec<std::collections::HashMap<String, serde_json::Value>>** | |
**response_messages** | **Vec<std::collections::HashMap<String, serde_json::Value>>** | |
**nb_messages** | **i32** | |
**chat_transcription_events** | [**Vec<models::ChatTranscriptionEvent>**](ChatTranscriptionEvent.md) | |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)