fixed on_llm issue (#4717)

Fixes #4714
This commit is contained in:
Bradley James 2023-05-16 11:36:21 +10:00 committed by GitHub
parent bf0904b676
commit 2e43954bc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -153,7 +153,7 @@ async def _ahandle_event_for_handler(
message_strings = [get_buffer_string(m) for m in args[1]]
await _ahandle_event_for_handler(
handler,
"on_llm",
"on_llm_start",
"ignore_llm",
args[0],
message_strings,