UNPKG

@nanocollective/nanocoder

Version:

A local-first CLI coding agent that brings the power of agentic coding tools like Claude Code and Gemini CLI to local models or controlled APIs like OpenRouter

8 lines 391 B
import type { AISDKCoreTool } from '../../types/index.js'; /** * Formats tool definitions for injection into the system prompt * Used when native tool calling is disabled but we still want the model * to be able to call tools via XML format */ export declare function formatToolsForPrompt(tools: Record<string, AISDKCoreTool>): string; //# sourceMappingURL=tool-prompt-formatter.d.ts.map