Your Re-Factor TL;DR
Component | Description | Key Features |
---|---|---|
Resource | Our general term for any piece of unstructured or structured data your AI-driven processes will utilize. This can include documents of any type, webpages, emails, and more. | Resource Repository |
LLM | A LLM is an AI model that is capable of generating text based on a prompt or context. LLMs are used in various forms of AI-driven business processes. | Integrations with LLM Providers |
Prompt | A prompt is the vehicle for delivering context, instructions, and embedded resources to a large language model. | Runnable Studio |
Tool | A tool is an interface to an external system. Tools provide a means for your LLM to access external resources, enabling LLMs to go beyond generating text and perform real work. | Tool Registry, Tool Designer |
Completion | A completion is the basic unit of response from an LLM and can be used to generate text or structured data. | Runnable Studio, Runnable API, Runnable Dashboard |
Flow | A flow is a workflow that executes a series of tasks in the form of prompts and tool calls. Flows give you a way to exert finer control over sensitive or costly processes. | Runnable Studio, Runnable API, Runnable Dashboard |
Agent | An agent is a highly intelligent AI that is capable of choosing in real time the prompts and tools to use to achieve a desired outcome. | Runnable Studio, Runnable API, Runnable Dashboard |
Evaluation | An evaluation is an assessment of specific characteristics of the outputs of your AI-driven actions in your processes. | Laboratory, Experiment Log |
Experiment | An experiment is a vehicle for comparing the performance of different configurations of a prompt, flow, or agent with one another in order to optimize their performance. | Laboratory, Experiment Log |