from __future__ import annotations MISTRAL_BASE_URL = "https://api.mistral.ai" CHAT_COMPLETIONS_PATH = "/v1/chat/completions" CONNECTORS_BOOTSTRAP_PATH = "/v1/connectors/bootstrap" ANTHROPIC_BASE_URL = "https://api.anthropic.com" ANTHROPIC_MESSAGES_PATH = "/v1/messages" OPENAI_BASE_URL = "https://api.openai.com" OPENAI_RESPONSES_PATH = "/v1/responses" TELEPORT_SESSIONS_PATH = "/api/v1/code/sessions" TELEPORT_COMPLETE_URL = "https://chat.example.com/code/project-id/web-session-id"