route_and_execute
Routes natural language input to an appropriate skill and executes it automatically, returning results or a fallback message.
Instructions
Route a natural language input to the best matching skill.
The agent analyzes the input, selects the most appropriate skill,
and executes it automatically.
Args:
user_input: Natural language instruction.
Returns:
Execution result or fallback message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_input | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |