GetTaskPayloadResult

The response to a tasks/result request.

The structure matches the result type of the original request. For example, a tools/call task would return the CallToolResult structure.

Constructors

Link copied to clipboard
constructor(json: JsonObject)

Properties

Link copied to clipboard

the raw JSON object containing the result payload

Link copied to clipboard
open override val meta: JsonObject?

Optional metadata for this response.

Functions

Link copied to clipboard
operator fun get(key: String): JsonElement?

Retrieves the value associated with the specified key from the result payload.