Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 337 Bytes

File metadata and controls

19 lines (12 loc) · 337 Bytes

ConnectionConfigType

Example Usage

from mistralai.client.models import ConnectionConfigType

# Open enum: unrecognized values are captured as UnrecognizedStr
value: ConnectionConfigType = "mcp"

Values

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

  • "mcp"
  • "turbine"
  • "eolienne"