Skip to main content

AI Agent Node

Predicts text using a Language Model

Properties

LabelPropertyTypeDescriptionDefault ValueIs Required
Function ConfigurationfunctionConfigbotdojo/types/kitchen_sinkObject
Max IterationsmaxIterationsbotdojo/types/number10
Warning Threshold IterationwarningThresholdIterationbotdojo/types/numbernull
Warning Threshold MessagewarningThresholdMessagebotdojo/types/stringWhen the number of iterations exceeds the warning threshold, the warning message will be passed as an assitant message to the LLM.null
Disable Final Output MessagedisableFinalOutputMessagebotdojo/types/booleanIf the agent has a JSON output (returns values other than a single text response), the agent must call the final_output tool to return the JSON. If the agent fails we will prompt the llm to return a JSON object. This will disable that final output message and result is an error.false
Custom Final Output MessagecustomFinalOutputMessagebotdojo/types/stringOverride the default final output message prompt. default : 'You must call the final_output tool to complete the response.'null
Final Output Prompt TriesfinalOutputPromptTriesbotdojo/types/numberDefaults to 33
Use Parallel Tool CallinguseParallelToolCallingbotdojo/types/booleantrue
Show stepsshowStepsToUserbotdojo/types/booleantrue

Output

LabelPropertyTypeDescriptionDefault Value
Outputoutputbotdojo/types/dataOutputnull