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> {
3434	private  ChatGenerationMetadata  chatGenerationMetadata ;
3535
3636	/** 
37- 	 * @deprecated Use {@link #Generation(AssitantMessage )} constructor instead. 
37+ 	 * @deprecated Use {@link #Generation(AssistantMessage )} constructor instead. 
3838	 */ 
3939	@ Deprecated 
4040	public  Generation (String  text ) {
4141		this (text , Map .of ());
4242	}
4343
4444	/** 
45- 	 * @deprecated Use {@link #Generation(AssitantMessage )} constructor instead. 
45+ 	 * @deprecated Use {@link #Generation(AssistantMessage )} constructor instead. 
4646	 */ 
4747	@ Deprecated 
4848	public  Generation (String  text , Map <String , Object > properties ) {
@@ -70,7 +70,7 @@ public ChatGenerationMetadata getMetadata() {
7070	}
7171
7272	/** 
73- 	 * @deprecated Use {@link #Generation(AssitantMessage , ChatGenerationMetadata)} 
73+ 	 * @deprecated Use {@link #Generation(AssistantMessage , ChatGenerationMetadata)} 
7474	 * constructor instead. 
7575	 * @param chatGenerationMetadata 
7676	 * @return 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments