Resubscribe Task Request
data class ResubscribeTaskRequest(val jsonrpc: String = "2.0", val id: Any?, val method: String = METHOD, val params: <Error class: unknown class>)
Request to resubscribe to a task's streaming updates. This allows clients to resume receiving updates for a task after a connection interruption.
Corresponds to the A2A protocol method: tasks/resubscribe
Note: This is a custom implementation as the A2A SDK version 0.2.5 does not yet include a ResubscribeTaskRequest class. This follows the JSON-RPC 2.0 format and will be compatible with future SDK versions.