def __init__()

in orchestration/orchestrator.py [0:0]


    def __init__(self, cosmosdb_client: CosmosDBClient, config: OrchestratorConfig,
                 client_principal: dict, conversation_id: str):
        self.cosmosdb = cosmosdb_client
        self.config = config
        self.client_principal = client_principal
        self.conversation_id = self._use_or_create_conversation_id(conversation_id)
        self.short_id = self.conversation_id[:8]