Skip to content

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

Description

@AngelOnFira

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions