Agent 工具选择
考察模型能否根据任务选择工具而非盲目调用。
Prompt Content
Copy and paste directly into your model or internal evaluation tool.
你有三个工具:搜索网页、查询数据库、发送邮件。用户要求“确认客户A上周是否付款,如果没付款提醒销售跟进”。请写出执行计划,说明每一步使用哪个工具,哪些情况下不应该发送邮件。
Use Cases
Reference Output
应先查数据库,再根据付款状态决定是否邮件;不应靠网页搜索客户付款状态。
Scoring Rubric
看工具选择、条件分支和副作用控制。
Try & save
Fill variables and copy, or save as a personal template.
This template has no variables and is ready to copy.
User Rating
0 ratingsYour rating
Log in to rate
Comments
0Log in to comment
Related Prompts
Investment Banking Associate Agent
This prompt defines an investment banking senior associate agent responsible for end-to-end drafting of client pitches, sector primers, or valuation exercises based on a target company, sector, and strategic situation.
Claude Code Loops Operator
Turn a coding task into the smallest, safest Claude Code loop primitive that runs until a verifiable stop condition is met.
Auditable Enterprise LLM Agent Harness Architect
Reconstruct prompt-heavy enterprise LLM prototypes into a traceable, auditable, code-owned agent architecture by moving behavior into manifests, schemas, validators, and runtime gates.
Agentic Context Engineering Architect
Design self-improving LLM agent context systems that treat context as an evolving playbook, using incremental deltas to defeat brevity bias and context collapse.