import type { ToolDefinition } from "@/types"; import type { InferenceRouter } from "../inference/router.js"; /** * Builds the set_agent_model tool. * Lets a foreground agent change any agent's inference model. * * Expects: inferenceRouter is available for model validation calls. */ export declare function agentModelSetToolBuild(inferenceRouter: InferenceRouter): ToolDefinition; //# sourceMappingURL=agentModelSetToolBuild.d.ts.map