Class CommandChatResponseContentImpl

A command chat response content represents a command that is offered to the user for execution. It either refers to an already registered Theia command or provides a custom callback. If both are given, the custom callback will be preferred.

Implements

Constructors

Properties

Accessors

Methods

Constructors

Properties

args?: unknown[]
command?: Command
customCallback?: CustomCallback
kind: "command" = 'command'

Accessors

Methods