We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc32095 commit 0a98b1bCopy full SHA for 0a98b1b
orchestration/src/main/java/com/sap/ai/sdk/orchestration/OrchestrationPrompt.java
@@ -63,6 +63,7 @@ public OrchestrationPrompt(
63
*
64
* @param messagesHistory The chat history to add.
65
*/
66
+ @Nonnull
67
public OrchestrationPrompt messageHistory(@Nonnull final List<ChatMessage> messagesHistory) {
68
this.messagesHistory.clear();
69
this.messagesHistory.addAll(messagesHistory);
0 commit comments