In iOS SimpleChatbot demo, remove unused LLMHelperDelegate protocol conformance

This commit is contained in:
Paul Kompfner
2025-01-16 10:31:17 -05:00
parent 1e7e307f69
commit c9834e2712

View File

@@ -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 {