From c9834e2712349727106986b46150caa90dd55fb3 Mon Sep 17 00:00:00 2001 From: Paul Kompfner Date: Thu, 16 Jan 2025 10:31:17 -0500 Subject: [PATCH] In iOS SimpleChatbot demo, remove unused LLMHelperDelegate protocol conformance --- .../client/ios/SimpleChatbot/model/CallContainerModel.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/simple-chatbot/client/ios/SimpleChatbot/model/CallContainerModel.swift b/examples/simple-chatbot/client/ios/SimpleChatbot/model/CallContainerModel.swift index 270bb5730..d8db7cced 100644 --- a/examples/simple-chatbot/client/ios/SimpleChatbot/model/CallContainerModel.swift +++ b/examples/simple-chatbot/client/ios/SimpleChatbot/model/CallContainerModel.swift @@ -136,7 +136,7 @@ class CallContainerModel: ObservableObject { } } -extension CallContainerModel:RTVIClientDelegate, LLMHelperDelegate { +extension CallContainerModel:RTVIClientDelegate { private func handleEvent(eventName: String, eventValue: Any? = nil) { if let value = eventValue {