Skip to content

Commit 0a98b1b

Browse files
committed
fix PMD
1 parent dc32095 commit 0a98b1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

orchestration/src/main/java/com/sap/ai/sdk/orchestration/OrchestrationPrompt.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ public OrchestrationPrompt(
6363
*
6464
* @param messagesHistory The chat history to add.
6565
*/
66+
@Nonnull
6667
public OrchestrationPrompt messageHistory(@Nonnull final List<ChatMessage> messagesHistory) {
6768
this.messagesHistory.clear();
6869
this.messagesHistory.addAll(messagesHistory);

0 commit comments

Comments
 (0)