mirror of
				https://github.com/amithkoujalgi/ollama4j.git
				synced 2025-11-04 10:30:41 +01:00 
			
		
		
		
	Fixed javadoc
This commit is contained in:
		@@ -123,9 +123,9 @@ public class OllamaAsyncResultCallback extends Thread {
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  /**
 | 
			
		||||
   * Returns the final response when the execution completes. Does not return intermediate results.
 | 
			
		||||
   * Returns the final completion/response when the execution completes. Does not return intermediate results.
 | 
			
		||||
   *
 | 
			
		||||
   * @return String - response text
 | 
			
		||||
   * @return String completion/response text
 | 
			
		||||
   */
 | 
			
		||||
  public String getResponse() {
 | 
			
		||||
    return result;
 | 
			
		||||
 
 | 
			
		||||
@@ -13,9 +13,9 @@ import lombok.Getter;
 | 
			
		||||
public class OllamaResult {
 | 
			
		||||
  /**
 | 
			
		||||
   * -- GETTER --
 | 
			
		||||
   *  Get the response text
 | 
			
		||||
   *  Get the completion/response text
 | 
			
		||||
   *
 | 
			
		||||
   * @return String - response text
 | 
			
		||||
   * @return String completion/response text
 | 
			
		||||
   */
 | 
			
		||||
  private final String response;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user