• @Generable • LLM 向けに自然言語の説明を追加できる • 型: Bool, Int, Float, Double, Decimal, Array • @Guide • 生成される値に制約をかけられる 9 @Generable struct SearchSuggestions { @Guide(description: "A list of suggested search terms", .count(4)) var searchTerms: [String] } https://developer.apple.com/videos/play/wwdc2025/286/?time=332