OPENAPI / COMPONENTS / SCHEMAS
Chat Completion Event data structure
ChatCompletionEventStructural definition for Chat Completion Event in the Mistral AI API contract.
object11properties
chat_transcription_eventsChatTranscriptionEventrequiredchat transcription events value in the Mistral AI API contract.
correlation_idstringrequiredcorrelation id value in the Mistral AI API contract.
created_atstringrequiredcreated at value in the Mistral AI API contract.
enabled_toolsarrayrequiredenabled tools value in the Mistral AI API contract.
event_idstringrequiredevent id value in the Mistral AI API contract.
extra_fieldsobjectrequiredextra fields value in the Mistral AI API contract.
nb_input_tokensintegerrequirednb input tokens value in the Mistral AI API contract.
nb_messagesintegerrequirednb messages value in the Mistral AI API contract.
nb_output_tokensintegerrequirednb output tokens value in the Mistral AI API contract.
request_messagesarrayrequiredrequest messages value in the Mistral AI API contract.
response_messagesarrayrequiredresponse messages value in the Mistral AI API contract.