Agent Copilot Grid
The Agent Copilot grid is a JSON object that defines the size and arrangement of the tiles, through tile IDs, in the workspace. The following table shows the JSON properties you use to configure the Agent Copilot grid:Agent Copilot Grid JSON Properties
Agent Copilot Grid JSON Properties
- GUI
- API
Use the Copilot: Set Grid Node to configure the grid directly in the Agent Copilot Flow:
- In Build > Flows, create an Agent Copilot Flow
- Add a Copilot: Set Grid Node after the Start Node. You can use the following example as a reference:
Agent Copilot Grid Example
Agent Copilot Grid Example
Tile ID
Each tile must have a unique tile ID, for example,transcript-tile, because the tile ID corresponds to a JSON key. You need to use the tile ID in the respective Agent Copilot Node to map it correctly to the tile in the workspace.
If Agent Copilot receives updates for a tile ID that isn’t in the Agent Copilot configuration, the tile isn’t rendered. Additionally, a warning indicator is displayed in the lower-right corner of the workspace, indicating that an unknown tile update has been received. In these cases, check the tile IDs in your Agent Copilot grid.
Transcript Tile
The Transcript Tile acts as a chat interface and allows human agents to read messages from end users and reply to them directly in the workspace. The tile ID of the Transcript Tile istranscript and must be included in your Agent Copilot configuration. This tile is intended for chat use cases in standalone Agent Copilot applications. For voice-related scenarios, use the Copilot: Transcript Tile Node.
To activate the Transcript Tile, go to the Copilot section in the Endpoint settings and use the settings in Transcript Tile: