The type of entity, used to share a library.
from mistralai.client.models import EntityType
# Open enum: unrecognized values are captured as UnrecognizedStr
value: EntityType = "User"This is an open enum. Unrecognized values will not fail type checks.
"User""Workspace""Org"