Skip to content

Commit

Permalink
Commenting line by line
Browse files Browse the repository at this point in the history
  • Loading branch information
luozhiya committed May 19, 2024
1 parent 543693e commit 7aae939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/fittencode/prompt_providers/actions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ local NO_LANG_ACTIONS = { 'StartChat', 'GuessProgrammingLanguage', 'AnalyzeData'

local MAP_ACTION_PROMPTS = {
StartChat = 'Answers the question above',
DocumentCode = 'Document the code above',
DocumentCode = 'Document the code above, commenting line by line',
EditCode = function(ctx)
return ctx.prompt
end,
Expand Down

0 comments on commit 7aae939

Please sign in to comment.