Expand description
Tool schema for the built-in ask_user tool.
Schema types live here. Dispatch logic is server-specific and lives in
the RuntimeBridge implementation.
Structs§
- AskUser
- Ask the user one or more structured questions and wait for their reply.
- Question
- A structured question with predefined options.
- Question
Option - A single option the user can choose from.