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.
Represents the content as a string. Returns undefined if the content
is purely informational and/or visual and should not be included in the overall
representation of the response.
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.