Class UpdateTaskResult
- Namespace
- ModelContextProtocol.Protocol
- Assembly
- ModelContextProtocol.Core.dll
Represents the result of a tasks/update request. This is an empty acknowledgement.
public sealed class UpdateTaskResult : Result
- Inheritance
-
UpdateTaskResult
- Inherited Members
Remarks
On success, the server acknowledges the request with an empty result. The acknowledgement is eventually consistent: the server may accept the responses and return the ack before the task's observable status reflects them.
See the SEP-2663 specification for details.