Skip to content

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 10 MB.
  • Max Tokens: Specifies the maximum combined size of all uploaded files, measured in tokens. This value can be set up to 150,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.

Thought Streaming

This field allows updating the prompt used for Thought Streaming. Click on Modify Prompt and provide the prompt for the LLM.

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.

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 is generated.

Advanced Settings

Delete Agentic App

Use this to permanently delete the agentic app and all associated data.