Skip to content

Step: Agent

  • Key: agent
  • Category: AI & Language Models
  • Description: Use ReAct agent pattern to solve complex tasks with actions.

Inputs

  • modelId (select, required): Model ID
  • systemPrompt (long-text, required): Instructions for guiding the agent's behavior and capabilities.
  • userMessage (long-text, required): The user's message or task for the agent to process.
  • actions (multiple-select): List of actions the agent can use to complete the task.
  • media (list): Optional images to provide visual context.

Outputs

  • response (long-text): Agent Response
  • toolCalls (array): List of actions called by the agent during execution.

Notes

  • Provide clear system prompts and a concise user task.
  • Limit available actions to what the agent should be allowed to use.

Built with VitePress