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 057b121 commit acdd9cfCopy full SHA for acdd9cf
orchestration/src/main/java/com/sap/ai/sdk/orchestration/OrchestrationChatResponse.java
@@ -73,8 +73,7 @@ public List<Message> getAllMessages() throws UnsupportedOperationException{
73
throw new UnsupportedOperationException("Currently MultiChatMessage type not supported by convenience API");
74
}
75
76
- // TODO: Review { bypassing throwing OrchestrationClientException and
77
- // assumes AssistantMessage is always only type ChatMessage }
+
78
messages.add(new AssistantMessage(getChoice().getMessage().getContent()));
79
return messages;
80
0 commit comments