Skip to content

Commit 797183b

Browse files
committed
FIxing could example
Signed-off-by: Emmanuel Hugonnet <[email protected]>
1 parent 57b5967 commit 797183b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cloud-deployment/server/src/main/java/io/a2a/examples/cloud/CloudAgentCardProducer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public AgentCard agentCard() {
3232
.description("Demonstrates A2A multi-pod deployment with Kafka event replication, " +
3333
"PostgreSQL persistence, and round-robin load balancing across Kubernetes pods")
3434
.supportedInterfaces(Collections.singletonList(
35-
new AgentInterface("jsonrpc", agentUrl)))
35+
new AgentInterface("JSONRPC", agentUrl)))
3636
.version("1.0.0")
3737
.capabilities(new AgentCapabilities.Builder()
3838
.streaming(true)

0 commit comments

Comments
 (0)