In iOS SimpleChatbot demo, remove unused LLMHelperDelegate protocol conformance
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user