Skip to content

User Interaction Toolset

Tools for agents to interact with users during execution.

Basic Usage

agents:
  my_agent:
    toolsets:
      - type: user_interaction

Available Tools

Tool Description
ask_user Ask the user a question
show_message Display a message to the user
confirm Request user confirmation

Configuration Reference

User Interaction Toolset

Configuration for user interaction toolset.

User Interaction Toolset (YAML)
1
2
3
4
toolsets:
- type: user_interaction
  tools: null  # Optional tool filter to enable/disable specific tools.
  namespace: null  # Optional namespace prefix for tool names