Timothy J. Baek 10 달 전
부모
커밋
d6dbd73ec9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      backend/main.py

+ 1 - 1
backend/main.py

@@ -425,7 +425,7 @@ async def get_function_call_response(
                         # Call the function with the '__event_emitter__' parameter included
                         params = {
                             **params,
-                            "__event_emitter__": model,
+                            "__event_emitter__": __event_emitter__,
                         }
 
                     if inspect.iscoroutinefunction(function):