This feature is deprecated and will be removed in the future.
It is not recommended for use.
Example
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
This feature is deprecated and will be removed in the future.
It is not recommended for use.
Example