{ "cells": [ { "cell_type": "markdown", "id": "11912be9159cc341", "metadata": {}, "source": [ "# Support Ticket Routing\n", "\n", "This recipe shows how to take an incoming support ticket/call transcript then use an LLM to summarize the issue and route it to the correct person.\n", "\n", "
Mirascope Concepts Used
\n", "Background
\n", "\n", "Traditional machine learning techniques like text classification were previously used to solve routing. LLMs have enhanced routing by being able to better interpret nuances of inquiries as well as using client history and knowledge of the product to make more informed decisions.\n", "
\n", "Fake Data
\n", "\n", "For both privacy and functionality purposes, these data types and functions in no way represent how a company's API should actually look like. However, extrapolate on these gross oversimplifications to see how the LLM would interact with the company's API.\n", "
\n", "Additional Real-World Examples
\n", "