Skip to content

Commit 1c2c6a5

Browse files
committed
docs: rewrite method header
1 parent 3590070 commit 1c2c6a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/src/main/java/org/togetherjava/tjbot/features/chatgpt/ChatGptService.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public Optional<String> ask(String question, String context) {
105105
}
106106

107107
/**
108-
* Prompt ChatGPT with code for it to format it.
108+
* Provide ChatGPT with code to format.
109109
*
110110
* @param code the code to be formatted by ChatGPT. If code exceeds {@value MAX_CODE_LENGTH}
111111
* characters then this method returns an empty {@link Optional}

0 commit comments

Comments
 (0)