from mistralai.client.models import ConnectionConfigType
# Open enum: unrecognized values are captured as UnrecognizedStr
value: ConnectionConfigType = "mcp"This is an open enum. Unrecognized values will not fail type checks.
"mcp""turbine""eolienne"