Tasks

data class Tasks(val list: JsonObject? = null, val cancel: JsonObject? = null, val requests: ClientCapabilities.Tasks.Requests? = null)(source)

Sub-capabilities for tasks (client side).

Declares which client-side requests can be augmented with task execution, and whether the client supports listing and cancelling tasks.

Constructors

Link copied to clipboard
constructor(list: JsonObject? = null, cancel: JsonObject? = null, requests: ClientCapabilities.Tasks.Requests? = null)

Types

Link copied to clipboard

Task-augmentable client-side request categories.

Properties

Link copied to clipboard

Present if the client supports the tasks/cancel operation.

Link copied to clipboard

Present if the client supports the tasks/list operation.

Link copied to clipboard

Present if the client supports task-augmented sampling and/or elicitation requests.