You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Python code, when customizing the model interface and returning a standard code snippet, there is a warning that after CompletionFormatter.indentByColumn, the subsequent lines of multi-line completion will have an extra level of indentation.
Therefore, can we open up the option to customize the Formatter or skip the formatter by setting it to empty?
The text was updated successfully, but these errors were encountered:
@arshad-yaseen I have tried commenting out the code related to the formatter, and the indentation for multi-line completion became normal. I also attempted to modify the code for indentByColumn, but it was unsuccessful.
@daydaychen Sure, I can remove it, It's not needed anymore, The LLM will indent it since i improved the prompt. It's time to remove the indentByColumn, I will do it and let's you know. Need to do some tests before pushing it!
In Python code, when customizing the model interface and returning a standard code snippet, there is a warning that after CompletionFormatter.indentByColumn, the subsequent lines of multi-line completion will have an extra level of indentation.
Therefore, can we open up the option to customize the Formatter or skip the formatter by setting it to empty?
The text was updated successfully, but these errors were encountered: