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 77775c7 commit 0b93e28Copy full SHA for 0b93e28
core-services/prompt-registry/src/main/java/com/sap/ai/sdk/prompt/registry/spring/SpringAiConverter.java
@@ -11,7 +11,7 @@
11
import org.springframework.ai.chat.messages.SystemMessage;
12
import org.springframework.ai.chat.messages.UserMessage;
13
14
-/** Utility class for orchestration-related operations in a Spring context. */
+/** Utility class for prompt registry related operations in a Spring context. */
15
public class SpringAiConverter {
16
17
private SpringAiConverter() {
0 commit comments