File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -357,13 +357,15 @@ def fun_fact(verbose, response_token_size):
357357@click .option ("-v" , "--verbose" , count = True )
358358@click .option ("-r" , "--repo-url" , help = "The URL of the repository to learn from" )
359359def learn (repo_url , verbose ):
360- """Learn new skills and gain additional knowledge from a repository"""
360+ """NOT WORKING YET: Learn new skills and gain additional knowledge from a repository"""
361361 # Clone the supplied repo locally and walk through it, load it into a
362362 # local vector store, and pre-query this vector store for the LLM to use a
363363 # context for the prompt
364364
365365 setup_config ()
366366
367+ console .print ("This is an experimental feature." , style = warning_style )
368+
367369 owner , repo_name = Coder .parse_github_url (repo_url )
368370
369371 start_time = datetime .datetime .utcnow ()
You can’t perform that action at this time.
0 commit comments