Hello everyone!
Quick question: I have a knowledge base table which contains links with descriptions. The links are in multiple languages and it is clearly defined in the table. I am giving a query KB card instructions to provide the right link and also passing it the user's written question. It's task is also to provide the link in the correct language, corresponding to the user's language.
The question is, when does translator agent start translating, which variables/parts does it have access to? - does it translate the users query to English before I am passing it onto the query KB card? If it does, then the query card can't know what language it is and I'd have to pass the language variable set by the translator agent?
Passing it is no problem, but for the future, it would be very helpful if someone could explain in 2-3 sentences, how is the translator agent programmed to work, what does it have access to and when does it start translating so I can be sure it does not interrupt my system.
Thank you very much in advance!