Files
owlen/crates/tools/ask/README.md

12 lines
553 B
Markdown

# Owlen Ask Tool
Interaction tool for the Owlen AI agent to ask questions to the user.
## Overview
This crate provides the `ask_user` tool, which allows the agent to seek clarification, confirmation, or additional information from the user through a structured interactive dialogue.
## Features
- **Structured Questions:** Support for multiple-choice questions and free-text input.
- **Multi-select:** Allow users to select multiple options from a list.
- **Async Communication:** Uses channels for robust communication between the agent and the UI.