Skip to content

Commit

Permalink
docs: add constructor parameter documentation
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
mlopezFC and coderabbitai[bot] authored Oct 15, 2024
1 parent fe148bc commit 086bc25
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@ public ChatAssistant() {
}

/**
* Default constructor. Creates a ChatAssistant with no messages.
* Creates a ChatAssistant with no messages.
*
* @param markdownEnabled flag to enable or disable markdown support
*/
public ChatAssistant(boolean markdownEnabled) {
this(new ArrayList<>(), markdownEnabled);
Expand Down

0 comments on commit 086bc25

Please sign in to comment.