We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc83780 commit 4cfddaeCopy full SHA for 4cfddae
spec/src/main/java/io/a2a/spec/ListTasksRequest.java
@@ -8,7 +8,7 @@
8
public final class ListTasksRequest extends NonStreamingJSONRPCRequest<ListTasksParams> {
9
10
/** The JSON-RPC method name. */
11
- public static final String METHOD = "ListTask";
+ public static final String METHOD = "ListTasks";
12
13
/**
14
* Constructs request with all parameters.
0 commit comments