69
/** Tool-search guidance mirrored from the Copilot extension prompt. */
70
const toolSearchToolInstructions: ToolInstructionLine = hasTool =>
72
? `Most tools are deferred and hidden until you search for them. Before calling a tool that has not already been loaded, ALWAYS call \`${RUNTIME_TOOL_SEARCH_TOOL_NAME}\` first with a short description of the capability you need, then call the specific tool it returns; tools it returns are immediately available and must not be searched for again.`
73
: undefined;