export { stripThinkingTags } from './stripThinkingTags'; export { GEMINI_THOUGHT_SIGNATURE_VALIDATOR_BYPASS, isGeminiModel, shouldSerializeGeminiToolCalls, withThoughtSignatureFallback, } from './geminiToolHistory'; export { parseXmlToolCalls } from './parseXmlToolCalls'; export { validateStructuredResponse } from './validateStructuredResponse'; export { type LLMAPIResponseFormat, buildLLMAPIResponseFormat, buildSchemaInstruction, } from './structuredOutput';