"docs/source/reference/vscode:/vscode.git/clone" did not exist on "a689e619c4d09a4b3f4a9541d67391abb72e939a"
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(
# Call the function with the '__event_emitter__' parameter included
params = {
**params,
"__event_emitter__": model,
"__event_emitter__": __event_emitter__,
}
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