From 7ce89a3e89828f93240f6e311ebf1689ac511a5f Mon Sep 17 00:00:00 2001 From: amithkoujalgi Date: Mon, 20 Oct 2025 22:31:04 +0530 Subject: [PATCH] Update Javadoc in Agent class to reflect changes in the interact method signature, now including an OllamaChatStreamObserver parameter for improved conversation handling. --- src/main/java/io/github/ollama4j/agent/Agent.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/io/github/ollama4j/agent/Agent.java b/src/main/java/io/github/ollama4j/agent/Agent.java index bd17232..72bf2ed 100644 --- a/src/main/java/io/github/ollama4j/agent/Agent.java +++ b/src/main/java/io/github/ollama4j/agent/Agent.java @@ -33,7 +33,7 @@ import lombok.*; * * */