Human-In-The-Loop LLM Agents

Created: 2023-05-19 14:58
#quicknote

Large Language Models (LLMs) agents can be armed with an extensive array of tools to use in order to answer the question. And one of those tools, or actions can be a Human, hence the agent follows a Human-In-The-Loop approach or as some referred to it, Human as a Tool.

One use-case is a scenario where a customer who is facing a conversation with a bot, pings a real-life agent for an answer to a question it might not have, or is unsure of.

An example of this approach is here.

Tags

#agents #llm