letaoj commented on code in PR #225:
URL: https://github.com/apache/flink-agents/pull/225#discussion_r2383589442


##########
api/src/main/java/org/apache/flink/agents/api/tools/ToolResponse.java:
##########
@@ -175,7 +175,7 @@ public int hashCode() {
     @Override
     public String toString() {
         if (success) {
-            return result.toString();
+            return getResultAsString();

Review Comment:
   bug: when result is null...we got NPE



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to