You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gen_comment_stubs_w_src_code()IP: Takes a repo path and commit_id and checkout the code and puts it in src_dir OP: Generates comment stub for the code in src_dir and puts it in op_dir, also takes txl_op_dir
gen_human_annotations_from_annotate_src_code():IP: Takes a repo path and commit_id and checksout the code and puts it in src_dir (optionally the location of src code checked out) OP: JSON format OPENED annotations file for each function in the source code folder
gen_opened_annotations_from_src_code():IP: Takes a repo path and commit_id and checksout the code and puts it in src_dir (optionally the location of src code checked out) OP: JSON format OPENED annotations file for each function in the source code folder.
gen_llm_annotations_from_src_code():IP: Takes a repo path and commit_id and checksout the code and puts it in src_dir (optionally the location of src code checked out) OP: JSON format AI annotations file for each function in the source code folder.
The text was updated successfully, but these errors were encountered:
Add following functions
gen_comment_stubs_w_src_code()
IP: Takes a repo path and commit_id and checkout the code and puts it in src_dir OP: Generates comment stub for the code in src_dir and puts it in op_dir, also takes txl_op_dirgen_human_annotations_from_annotate_src_code():
IP: Takes a repo path and commit_id and checksout the code and puts it in src_dir (optionally the location of src code checked out) OP: JSON format OPENED annotations file for each function in the source code foldergen_opened_annotations_from_src_code():
IP: Takes a repo path and commit_id and checksout the code and puts it in src_dir (optionally the location of src code checked out) OP: JSON format OPENED annotations file for each function in the source code folder.gen_llm_annotations_from_src_code():
IP: Takes a repo path and commit_id and checksout the code and puts it in src_dir (optionally the location of src code checked out) OP: JSON format AI annotations file for each function in the source code folder.The text was updated successfully, but these errors were encountered: