{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Handling A Long Context via `TransformChatHistory`\n", "\n", "
TransformChatHistory
is no longer supported and will be removed in version 0.2.30
. Please transition to using TransformMessages
as the new standard method. For a detailed introduction to this method, including how to limit the number of tokens in message context history to replace TransformChatHistory
, visit our guide Introduction to Transform Messages.\n",
"