Playground Settings
Super Admin
Accessing Settings
Section titled “Accessing Settings”To access the Playground settings:
- Go to the Playground from the side menu
- Click the gear button in the header
- The settings panel will be displayed
Settings are organized in three tabs: RAG, Interface, and Restrictions.
RAG (Retrieval-Augmented Generation)
Section titled “RAG (Retrieval-Augmented Generation)”The RAG tab controls how the agent searches and uses knowledge base information to generate responses:
| Setting | Description |
|---|---|
| Similarity | Minimum similarity level to consider a document relevant in semantic search |
| Max results | Maximum number of documents returned by the knowledge base search |
| Temperature | Controls the creativity of responses (lower values = more precise responses, higher values = more creative responses) |
| Max tokens | Maximum token limit in the agent’s generated response |
| System prompt | Base instruction sent to the AI model that defines the agent’s behavior and context |
Interface
Section titled “Interface”The Interface tab controls visual and interaction elements of the Playground:
| Setting | Description |
|---|---|
| Welcome message | Text displayed when starting a new conversation in the Playground |
| Placeholder | Example text displayed in the message input field |
| Max history | Maximum number of previous messages sent as context to the agent |
Restrictions
Section titled “Restrictions”The Restrictions tab allows you to define Playground usage limits:
| Setting | Description |
|---|---|
| File types | Allowed file types for upload in conversations |
| Max query length | Character limit per sent message |
| Rate limit | Maximum number of messages per time interval |