Commit d6dbd73e authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix

parent a07051f5
...@@ -425,7 +425,7 @@ async def get_function_call_response( ...@@ -425,7 +425,7 @@ async def get_function_call_response(
# Call the function with the '__event_emitter__' parameter included # Call the function with the '__event_emitter__' parameter included
params = { params = {
**params, **params,
"__event_emitter__": model, "__event_emitter__": __event_emitter__,
} }
if inspect.iscoroutinefunction(function): if inspect.iscoroutinefunction(function):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment