Skip to content

Commit e929d0c

Browse files
committed
fixed conflict with javadoc generation
1 parent 0c96406 commit e929d0c

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/io/github/artemnefedov/javaai/service

1 file changed

+1
-1
lines changed

src/main/java/io/github/artemnefedov/javaai/service/OpenAI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public interface OpenAI {
5555
* The method that generates text, taking into account chat messages,
5656
* uses a <a href="https://platform.openai.com/docs/api-reference/chat">Chat</a>.
5757
*
58-
* @param messages List<{@link ChatMessage}> containing your chat by role.
58+
* @param messages List of {@link ChatMessage} containing your chat by role.
5959
* @return the response from the API as a string
6060
*/
6161
public String chat(List<ChatMessage> messages);

0 commit comments

Comments
 (0)