Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write an LLM request function that can analyze a block of code and comment on it #20

Open
AngelOnFira opened this issue Oct 21, 2023 · 0 comments

Comments

@AngelOnFira
Copy link
Member

AngelOnFira commented Oct 21, 2023

This should be able to take a block of code like:

def function_1():
	a = 2
	return a + a

This code might suggest to give better function names, or to add some comments. The prompt will likely include the code snippet, along with some instructions about what "good code" should look like.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: No status
Development

No branches or pull requests

1 participant