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 a49a2d2 commit 012a2adCopy full SHA for 012a2ad
spring-ai-core/src/main/java/org/springframework/ai/chat/prompt/PromptTemplate.java
@@ -122,8 +122,7 @@ public OutputParser getOutputParser() {
122
}
123
124
/**
125
- * @deprecated Use {@link #setOutputConverter(StructuredOutputConverter)}
126
- * instead.
+ * @deprecated Use {@link #setOutputConverter(StructuredOutputConverter)} instead.
127
*/
128
public void setOutputParser(OutputParser outputParser) {
129
Objects.requireNonNull(outputParser, "Output Parser can not be null");
0 commit comments