// // CondensedSummary.swift // Poche // // Author: Simon-Pierre Boucher // Contact: contact@spboucher.ai // import FoundationModels /// Structured output for conversation condensation. Never a free string /// to parse (CLAUDE.md §10). @Generable struct CondensedSummary { @Guide(description: "Résumé dense et fidèle de la conversation, en français, 150 mots maximum. Conserve les faits, décisions, dates et actions confirmées. Aucune invention.") let summary: String }