Expand description
Ask Tool Implementation
Provides user interaction capabilities for the agent to ask questions and receive responses from the user.
Requirements: 6.1, 6.2, 6.3, 6.4, 6.5
Structs§
- AskOption
- A predefined option for the user to select
- AskResult
- Result of an ask operation
- AskTool
- Ask tool for user interaction
Constants§
- DEFAULT_
ASK_ TIMEOUT_ SECS - Default timeout for user response (5 minutes)
Type Aliases§
- AskCallback
- Callback type for handling user questions