# ============================================================================= # Job·Ka — Groupe KA # Auteur : Simon-Pierre Boucher # Contact : contact@spboucher.ai # Fichier : jobka/connectors/cohere.py # Rôle : Connecteur Cohere — ashby (org « cohere ») # [généré par scripts/gen_connectors.py, flux vérifié le 2026-08-17] # Créé : 2026-08-17 Modifié : 2026-08-17 # ============================================================================= from .ashby import AshbyConnector class CohereConnector(AshbyConnector): source_id = 'cohere' EMPLOYER = 'Cohere' ORG = 'cohere'