ToolExecution

data class ToolExecution(val taskSupport: TaskSupport? = null)(source)

Execution-related properties for a tool.

Constructors

Link copied to clipboard
constructor(taskSupport: TaskSupport? = null)

Properties

Link copied to clipboard

Indicates whether this tool supports task-augmented execution. This allows clients to handle long-running operations through polling the task system. If omitted (null), consumers should treat it as TaskSupport.Forbidden per the spec.