From e4e1fed76259443d91985fe704a3c11e91afc774 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Wed, 3 Apr 2024 11:45:27 -0800 Subject: [PATCH] Forced function calling (#124) Co-authored-by: Andrew Heard --- .../Sources/GenerativeAIUIComponents/InputField.swift | 1 + Mintfile | 2 +- Sources/GoogleAI/GenerateContentRequest.swift | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Examples/GenerativeAISample/GenerativeAIUIComponents/Sources/GenerativeAIUIComponents/InputField.swift b/Examples/GenerativeAISample/GenerativeAIUIComponents/Sources/GenerativeAIUIComponents/InputField.swift index 317baaa..3f12ea6 100644 --- a/Examples/GenerativeAISample/GenerativeAIUIComponents/Sources/GenerativeAIUIComponents/InputField.swift +++ b/Examples/GenerativeAISample/GenerativeAIUIComponents/Sources/GenerativeAIUIComponents/InputField.swift @@ -13,6 +13,7 @@ // limitations under the License. import SwiftUI + public struct InputField