/** * Gemini function-call immediate-adjacency guard. * * This ADK has no separate tool-result Message primitive: results live on ToolCall itself. * Consequently no correlation field is needed; this directly rejects an unrelated Message * immediately following a ToolCall before the function-call sequence continues. */ import type { OrderingProfile } from "../types"; export declare const functionResponseAdjacency: OrderingProfile;