Skip to content

Conversation

@mikecann
Copy link
Contributor

reducing the number of tokens needed for the guidelines by removing the indents in the examples

@mikecann mikecann requested a review from jordanhunt22 May 15, 2025 01:50
Copy link
Collaborator

@jordanhunt22 jordanhunt22 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM besides a small comment

rel_path = os.path.relpath(file_path, example_path)
file_content = open(file_path, "r").read().strip()
file_content = open(file_path, "r").read()
file_content = textwrap.dedent(file_content).strip()
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is this for?

@jordanhunt22 jordanhunt22 merged commit 95fd59d into main May 30, 2025
@mikecann mikecann deleted the mikec/guideline-indents branch August 26, 2025 22:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants