Detailed explanation of agent’s properties
user-facing
: Agent directly interacts with users conversationally in a Q&A fashion. Only a single user-facing Agent engages with the user when a new query is input into the chatbot.
background
: Agent never interacts with users directly and instead monitors the conversation in an ongoing fashion. All background Agents are run whenever the user submits a new query to the chatbot.
human-escalation
: Agent routes the user’s query to a human. Only one human-escalation agent is allowed in each chatbot. It requires GPT Chatbot UI to fully use this feature.
pre-canned
: Agent returns pre-canned response to user’s query
spam-defense
: Agent enables the spam defending feature for the chatbot. Only one spam-defnese agent is allowed in each chatbot
use_all_sources
in agent’s meta is set to true, this field will be disabled.user-facing
agents.human-escalation
agents.user-facing
and background
agents.user-facing
agents.