Configuration Panel

Overview

The Configuration Panel hosts various assistant configurations as well as the behavior of AI Studio itself. The most important is the ability to configure and review your assistant's Data Fields which include Assistant Session Fields and Configs.

You can switch between different configuration options by using the dropdown in the top left of the Configuration Panel


Data Fields

Configuring Session Fields in the Configuration Panel

Configuring Session Fields in the Configuration Panel

More information on Assistant Fields can be found here.

Panels

The Panels section allows you to define both the default panel order, as well as whether or not your panels open in split view, or one at a time.

📘

The Conversation Panel is treated separately from other Panels, meaning it cannot be reordered, and it will always open alongside the panel you have open, regardless of panel behavior.

Configs

Configs allow you to set constant values that can be referenced throughout the assistant. Configs support several reference types such as Queue and Search Resource references as well as primitive types similar to bot session fields. The values are then accessible for conditioning, message variables and within the python context off of the configs namespace. For example, configs.DEFAULT_ESCALATION_QUEUE in the rules editor or context.configs.BRAND_IDENTITY for python.

Assistant Defaults

These are more opinionated configs that provide a single source of truth but are not available to be conditioned off of similar to other configs.


DefaultDescription
LLMSetting the default LLM allows all prompt configurations to inherit the same model. This can be overwriden on a prompt by prompt basis as required.