EventType

March 30, 2026 ยท View on GitHub

Example Usage

from mistralai.client.models import EventType

# Open enum: unrecognized values are captured as UnrecognizedStr
value: EventType = "EVENT"

Values

This is an open enum. Unrecognized values will not fail type checks.

  • "EVENT"
  • "EVENT_PROGRESS"