File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
spring-ai-core/src/main/java/org/springframework/ai/chat/model Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,15 +34,15 @@ public class Generation implements ModelResult<AssistantMessage> {
34
34
private ChatGenerationMetadata chatGenerationMetadata ;
35
35
36
36
/**
37
- * @deprecated Use {@link #Generation(AssitantMessage )} constructor instead.
37
+ * @deprecated Use {@link #Generation(AssistantMessage )} constructor instead.
38
38
*/
39
39
@ Deprecated
40
40
public Generation (String text ) {
41
41
this (text , Map .of ());
42
42
}
43
43
44
44
/**
45
- * @deprecated Use {@link #Generation(AssitantMessage )} constructor instead.
45
+ * @deprecated Use {@link #Generation(AssistantMessage )} constructor instead.
46
46
*/
47
47
@ Deprecated
48
48
public Generation (String text , Map <String , Object > properties ) {
@@ -70,7 +70,7 @@ public ChatGenerationMetadata getMetadata() {
70
70
}
71
71
72
72
/**
73
- * @deprecated Use {@link #Generation(AssitantMessage , ChatGenerationMetadata)}
73
+ * @deprecated Use {@link #Generation(AssistantMessage , ChatGenerationMetadata)}
74
74
* constructor instead.
75
75
* @param chatGenerationMetadata
76
76
* @return
You can’t perform that action at this time.
0 commit comments