Documentation
ReferenceAuthoring Portal ReferenceAgent Flow

Editing Stages

Editing, moving and deleting

  • To edit a stage, simply click on the stage in the Flow section or mouse over it and click on the pencil icon that appears. You can also double click on the stage.

  • To move a stage, click and drag it to the new location. The transition arrows will rearrange themselves to suit the new location.

  • To delete a stage, mouse over it and click on the trash icon.

Stage Settings

FieldDetails
NameA descriptive name for the Stage
NotesNotes for your use
Stage Specific PromptsThe prompting specific to this stage Embed variables using ‘#’ key Separate prompting into distinct system messages using whole blank lines The stage specific prompt will get sandwiched between the Agent-wide prefix and suffix prompts For more information on prompting see the discussion on Prompting
Variables To Expose For UpdateThe list of variables you would like to expose to the LLM during this stage for update. For more information on variables and exposing them for update see the discussion on Variables
IntegrationsThe list of Integrations active in this Stage. Refer to the documentation on configuring Integrations in your Stage.
* RAGSelect and configure a RAG Integration here. If you have configured an Agent-wide RAG Integration, this will override that RAG integration for all turns in this Stage
* On-Entry IntegrationsConfigure Integrations that will be triggered whenever the conversation flow enters this Stage.
* On-Exit IntegrationsConfigure Integrations that will be triggered whenever the conversation flow leaves this Stage.
Advanced
Use Laser FocusRestricts the transcript shown to the LLM. When set to ON, the inference server will restrict the transcript shown to the LLM to just the dialogue associated with just this stage. Use this if you determine that the LLM is becoming overwhelmed with information from earlier in the transcript or if you want to hide that earlier transcript from it for some reason.
Laser Focus OverlapIf laser focus is enabled, specify the number of transcript messages prior the start of this stage to apply as the cut off point for laser focus. Use this value to tune how much of the prior transcript is exposed to the LLM to ensure coherence.
TransitionsThe Stage’s Transitions displayed in tabular form. Refer to the documentation on configuring Transitions

On this page