I've created a custom function (named "RelatedItems") deriving from ReflectionFunction and using Language Server package in order to provide suggestions and hint in monaco editor; but there is NO way to configure or set the function description.

looking at the source code, all other functions are created from BuiltInFunction that is NOT exposed.
Can you extend ReflectionFunction in order to have similar functionalities of built-in functions?