Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 325 Bytes

File metadata and controls

20 lines (13 loc) · 325 Bytes

ConsumerType

Example Usage

from mistralai.client.models import ConsumerType

# Open enum: unrecognized values are captured as UnrecognizedStr
value: ConsumerType = "user"

Values

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

  • "user"
  • "org"
  • "workspace"
  • "system"