The required code environment (Retrieval augmented generation) can't be used: {{ codeEnvError }}. Contact your admin to install it. Install it in the Administration Settings.
The custom code environment can't be used: {{ codeEnvError }}. Contact your admin to fix it. Fix it or revert to using the default code environment.
LLM that the Agent will use to drive its work, and build the final answer

Completion settings

Blocks

No blocks yet. Add at least one block to get started.
{{getBlockTypeDefinition(block).label || block.type || 'Block'}}
{{block.id}}
{{block.description}}
LLM that will orchestrate this block.

Instructions

{{foldableOpen ? "Hide" : "Show"}} advanced

Include the conversation history in the request.
Regular instructions of the block come after the history. Use this to add additional instructions before the history.

Tools

Forward the parent Agent’s context (incl. filters, security tokens) to the queried LLM/Agent.
Return artifacts produced by the queried LLM/Agent to the parent Agent.
Return sources produced by the queried LLM/Agent to the parent agent.
Enable arguments override from CEL expressions.
Select subtool for which to force arguments
Parse tool output as JSON before postprocessing.
Create tool

Output

Send output to user (streaming when supported).

State and scratchpad

Add a tool to read and write the agent state.
Add a tool to read and write the block sequence scratchpad.

Completion settings

{{foldableOpen ? "Hide" : "Show"}} advanced

Instructions

{{foldableOpen ? "Hide" : "Show"}} advanced

Include the conversation history in the request.
Regular instructions of the block come after the history. Use this to add additional instructions before the history.

Completion settings

Output

Send output to user (streaming when supported).

Next block

Output

Send output to user (streaming when supported).

Next block

How to determine the next block.
Default ("else")
Map LLM responses to next blocks. Next block ID for each dispatch rule.
Expression must evaluate to a block ID directly.
Optional list of valid next blocks. This is purely indicative and only used for the diagram.
CEL expression evaluated to produce the list of input.
Name of the variable holding the current input item generated by the source expression.

Output

Next block

All listed blocks run in parallel.
Maximum number of blocks to run at the same time. Use 1 to make execution sequential.

Output

Key where to store the results.

Next block

Next block

Next block

Number of most recent messages kept in full detail.
Upper bound for the archived summary length.

Completion settings

Next Block

Choose how to render the output.

Template

Output

{{addToMessagesOption.description}}

Next block

Choose how to render the artifact content.
Managed folder containing the DOCX template.
DOCX template file name inside the folder.
Choose the final artifact format.
Store the output file in this Managed folder. Leave empty to return the result inline.
File name used when emitting a binary artifact.

Template

Next block

CEL expression evaluated to replace the last user message content.
.
Function to invoke.
Optional list of valid next blocks. This is purely indicative and only used for the diagram.
Custom block implementation provided by plugins.
This custom block is not available. It may have been removed or the plugin is hidden.
Select a custom block type to configure it.
Optional list of valid next block. This is purely indicative and only used for the diagram.

Instructions

Completion settings

Output

Next block

Tool to call with arguments set from expressions.

Output handling

Next block

Expectations instructions

Completion settings

Synthesize instructions

Completion settings

Maximum number of blocks to run at the same time. Use 1 to make execution sequential.

Output

Send output to user (streaming when supported).

Next block

Unknown block type. Please remove this block and add it again if needed.

Extra logic