constchat = newChatYandexGPT({}); // The assistant is set to translate English to French. constres = awaitchat.call([ newSystemMessage( "You are a helpful assistant that translates English to French." ), newHumanMessage("I love programming."), ]); console.log(res);
Deprecated
Prefer @langchain/yandex
Example