implements
BackedEnum
Per-tool task support mode declared by ToolExecution.taskSupport.
ToolExecution.taskSupport
Forbidden = 'forbidden'
Tool does not support task-augmented execution.
Optional = 'optional'
Tool may support task-augmented execution.
Required = 'required'
Tool requires task-augmented execution.