mirror of
https://github.com/Piebald-AI/claude-code-system-prompts.git
synced 2026-06-13 14:43:33 +08:00
12 lines
583 B
Markdown
12 lines
583 B
Markdown
<!--
|
|
name: 'System Reminder: Deferred tools available'
|
|
description: Announces newly available deferred tools and instructs the agent to load their schemas through ToolSearch
|
|
ccVersion: 2.1.173
|
|
variables:
|
|
- TOOL_SEARCH_TOOL_NAME
|
|
- DEFERRED_TOOLS_DELTA
|
|
-->
|
|
The following deferred tools are now available via ${TOOL_SEARCH_TOOL_NAME}. Their schemas are NOT loaded — calling them directly will fail with InputValidationError. Use ${TOOL_SEARCH_TOOL_NAME} with query "select:<name>[,<name>...]" to load tool schemas before calling them:
|
|
${DEFERRED_TOOLS_DELTA.addedLines.join(`
|
|
`)}
|