For the complete documentation index, see llms.txt. This page is also available as Markdown.

Hyperflows

Configure execution behavior, prompt handling, and response delivery for Hyperflows across your Aisera tenant.

The Settings > Configuration > Hyperflows configurations control execution behavior, prompt handling, and response delivery for Hyperflows in your Aisera tenant. These are tenant-level settings that apply to all bots you create in this Aisera tenant.

Enable Hyperflow V1

Type

Checkbox

Default

Enabled

Controls which processing path Hyperflow uses for non-streaming LLM requests. Disable this only if Aisera Support instructs you to.

This flag is scheduled for removal in a future release.

Hyperflow Execution Model

Type

Dropdown

Default

GPT-4o

Requires

Enable Hyperflow V1 disabled

Sets the default large language model (LLM) for Hyperflow execution and testing across your Aisera tenant. Individual applications can override the tenant default when needed. Available models:

  • GPT-5.2 — Recommended model for Hyperflow execution. Not available in European deployments.

  • GPT-5.1 — Strong reasoning capabilities.

  • GPT-4o — Reliable performance for standard use cases.

This feature is in beta.

Stream Hyperflow Response Outputs

Type

Checkbox

Default

Disabled

Controls whether Hyperflow delivers responses progressively as they are generated, including intermediate status updates and output from any sub-workflows it invokes. When disabled, all output is held until execution completes and Aisera silently drops intermediate status messages. Enable this for complex Hyperflows where showing users progress while they wait is beneficial. Requires a streaming-capable channel.

See also: Enable Streaming Flow Response

Max Execution Steps In a Hyperflow

Type

Integer

Default

10

Configure the maximum number of steps a Hyperflow runs before the Aisera Platform stops execution and returns a message to the user. Each step represents one full cycle: the LLM selects a function (API, Action, or Workflow), the function executes, and the LLM receives the result to make the next decision. When the limit is reached without a final answer, the Aisera Platform stops execution. Increase this value for complex, multi-step reasoning chains that require more than 10 function calls. Lower this value to reduce latency and token consumption for simpler flows, or to prevent runaway executions caused by poorly designed tool loops.

The default of 10 applies per execution, not per conversation turn.

Last updated

Was this helpful?