Usage example for script

release/4.3a0
p-zach 2025-04-03 17:00:44 -04:00
parent f417171175
commit 0715411101
1 changed files with 3 additions and 1 deletions

View File

@ -95,7 +95,9 @@ if __name__ == "__main__":
parser.add_argument(
"file_paths",
nargs='+',
help="The paths to the header files from the root gtsam directory.")
help=
"The paths to the header files from the root gtsam directory, e.g. 'gtsam/geometry/Pose3.h'."
)
args = parser.parse_args()
# Retrieves API key from environment variable OPENAI_API_KEY