improve_code

improve_code(
    files,
    objective,
    suggest_only=True,
    **config
) -> 

(openai<1) Improve the code to achieve a given objective.

Parameters:
NameDescription
filesA list of file names containing the source code.

objectiveThe objective to achieve.

suggest_only=True
**config