simulate_tool_choice
Predict an agent's tool choice from a prompt and tool list to test tool selection before production.
Instructions
Given a user prompt and a list of available tools, predict which tool an agent is most likely to pick. Useful for testing tool selection before production.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tools | Yes | List of tools the agent can choose from | |
| prompt | Yes | The user message or task the agent will see |