User
A RapidAgentUser that has access to Agents, Documents and API tokens.
API token
An API token used for invokingAgent requests using the Agent predict endpoint.
Agent
A Large Language Model which has access to a suite of tools. Depending on the user input, the agent can then decide which, if any, of these tools to call.Prompt
A text template that is used to ingest context and alter anAgents behaviour.
Document
A piece of information that can be attached to anAgent for question answering.