类的使用
io.github.a2ap.core.model.TaskQueryParams
使用TaskQueryParams的程序包
-
io.github.a2ap.core.client中TaskQueryParams的使用
修饰符和类型方法说明A2AClient.getTask(TaskQueryParams params) Retrieves the current state of a task.reactor.core.publisher.Flux<SendStreamingMessageResponse>A2AClient.resubscribeTask(TaskQueryParams params) Resubscribes to updates for a task after a potential connection interruption. -
io.github.a2ap.core.client.impl中TaskQueryParams的使用
修饰符和类型方法说明DefaultA2AClient.getTask(TaskQueryParams queryParams) Retrieves a specific task by its ID from the target agent URL.reactor.core.publisher.Flux<SendStreamingMessageResponse>DefaultA2AClient.resubscribeTask(TaskQueryParams params) -
io.github.a2ap.core.model中TaskQueryParams的使用