Agentic App Configurations¶
Use the following parameters to control your application's behavior.
General Settings: These are the core settings of the Agentic App. These settings apply to the application across all access methods (Public APIs, Playground, SDK).
Playground Settings: These settings are specific to the Playground and allow you to configure the simulation experience during testing and prototyping.
Advanced Settings: Use these to fine-tune your Agentic app with advanced configuration options.
General Settings¶
Attachment Configuration¶
This configuration is used when users upload documents during interactions as contextual data. Click on Modify Configuration to configure the following file upload restrictions.
- File Limit: Maximum number of files a user can upload. This can take a maximum value of 10.
- Max File Size: Maximum size of each file, up to 25 MB.
-
Max Tokens: Specifies the maximum combined size of all uploaded files, measured in tokens. This value can be set up to 800,000 tokens. If the total token size of all files exceeds this threshold, files may be partially processed.
Note: This limit is also constrained by the token limit of the underlying LLM. The platform uses the lower value between the specified Max Tokens and 80% of the LLM’s maximum token limit. If the specified Max Tokens exceeds the LLM’s capacity, the LLM limit takes precedence, and this value is ignored.
Learn more about Attachment Support in User Interactions.
Thought Streaming¶
This field allows updating the prompt used for Thought Streaming. Click Modify Prompt, then provide the prompt for the LLM.
Waiting Experience¶
This feature allows you to configure how users are engaged during processing delays in voice interactions. Setting up appropriate wait-time interactions helps create a smoother and more human-like experience for users while they wait. The waiting experience begins automatically when a processing delay is detected and stops once the system response or the following action is available. Enable this feature to configure.
Note
This feature is currently enabled only on request.
Waiting Experience Configuration
- Initial Delay: The time (in milliseconds) before the first message is played. This can take any value between 100 and 60,000 ms.
- Interval Duration: The time gap (in milliseconds) between subsequent waiting messages.
- Maximum Message Count: Maximum number of filler messages to play during a single wait period. This can take any value between 1 and 20.
- Waiting Experience Style:
- Static Messages: Use predefined messages that play during wait times in the response. Use the Add Message option to include multiple messages. Messages are displayed in random order during each waiting period.
- Dynamic Messages: Use AI-generated messages to make interactions more natural and personalized. Note that using dynamic messages incurs additional LLM costs. Provide the following configurations for dynamic messages.
- AI Model - Select an AI model optimized for the agent’s specifications to ensure accurate and efficient task handling.
- AI Model Timeout -The maximum duration (in milliseconds) to wait for an AI model’s response.
- Context Window Limit - The maximum number of messages retained in the session context. Once the limit is reached, older messages are automatically removed to manage memory and context size. The AI model uses this context to generate dynamic messages.
Playground Settings¶
The following configurations are only applicable to the Playground.
Document Upload¶
Enable this option to allow users to upload documents during interactions in the Playground. These documents are used as contextual data during the conversation. When enabled, the Attachment Configuration settings are applied to the uploaded documents.
For more information, see Attachment Support in User Interactions.
Thought Streaming¶
Enable this feature to view the sequence of intermediate reasoning steps or thoughts generated by the LLM while generating a response. This helps in understanding how the model arrives at its conclusions.
Streaming¶
Enable this setting to allow real-time streaming of the response in Playground, so users can see the output as it's generated.
Advanced Settings¶
Delete Agentic App¶
Use this to permanently delete the Agentic App and all associated data.