OPENAPI / COMPONENTS / SCHEMAS

Chat Completion Event data structure

ChatCompletionEvent

Structural definition for Chat Completion Event in the Mistral AI API contract.

object11properties
chat_transcription_eventsChatTranscriptionEventrequired

chat transcription events value in the Mistral AI API contract.

correlation_idstringrequired

correlation id value in the Mistral AI API contract.

created_atstringrequired

created at value in the Mistral AI API contract.

enabled_toolsarrayrequired

enabled tools value in the Mistral AI API contract.

event_idstringrequired

event id value in the Mistral AI API contract.

extra_fieldsobjectrequired

extra fields value in the Mistral AI API contract.

nb_input_tokensintegerrequired

nb input tokens value in the Mistral AI API contract.

nb_messagesintegerrequired

nb messages value in the Mistral AI API contract.

nb_output_tokensintegerrequired

nb output tokens value in the Mistral AI API contract.

request_messagesarrayrequired

request messages value in the Mistral AI API contract.

response_messagesarrayrequired

response messages value in the Mistral AI API contract.