Skip to content

Commit 901512d

Browse files
committed
update dependencies and enhance documentation for A2A agent; improve README and FAQ sections
1 parent 8b4f17c commit 901512d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.vishalmysore</groupId>
88
<artifactId>a2ajava</artifactId>
9-
<version>0.1.9.5</version>
9+
<version>0.1.9.6</version>
1010
<name>A2A Protocol Implementation for Java</name>
1111
<description>
1212
Java implementation of the A2A protocol, which allows for the exchange of data between different AI systems.

src/main/java/io/github/vishalmysore/common/CommonClientResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ default String getTextResult() {
5353
}
5454
return "";
5555
} else {
56-
throw new IllegalStateException("Unexpected response type: " + this.getClass());
56+
throw new IllegalStateException("Unexpected response type inside CommonClientResponse class: " + this.getClass());
5757
}
5858
}
5959

0 commit comments

Comments
 (0)