/** * The Llama 3 one-tool-call cap, now enforced through AlternationRule.maxPerGroup. * Parallel tool calls are not a harmless formatting choice for this family. Source: Meta * Llama tool-calling documentation; date checked: this plan's research pass. */ import type { OrderingProfile } from "../types"; export declare const singleToolCallPerTurn: OrderingProfile;