This commit is contained in:
Timothy J. Baek 2024-07-01 20:15:27 -07:00
parent a07051f51b
commit d6dbd73ec9

View File

@ -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):