models
Returns the list with one model based on the configured LLMProvider and ChatModel without capabilities or parameters.
The model id is extracted from ChatModel.getDefaultOptions at runtime, reflecting whatever model the Spring AI provider has been configured with. If the underlying ChatModel does not expose a model name via its default options, an empty list is returned.
Return
a list containing the configured LLModel, or an empty list if the model name is unavailable.