Tasks

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

Sub-capabilities for tasks (server side).

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

Constructors

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

Types

Link copied to clipboard

Task-augmentable server-side request categories.

Properties

Link copied to clipboard

Present if the server supports the tasks/cancel operation.

Link copied to clipboard

Present if the server supports the tasks/list operation.

Link copied to clipboard

Present if the server supports task-augmented tool call requests.