Open
Description
Currently e.g. QuestionAnswerAdvisor
has a default English user text advise, one can override it via the constructor as followss:
.defaultAdvisors(new QuestionAnswerAdvisor(vectorStore, SearchRequest.defaults(), DEFAULT_USER_TEXT_ADVISE)) // Enable RAG
It would be great to internationalize it and maybe provide the values via properties?
Another use case would be to treat different models as different "languages" which means that those could also be parameterezied.