mirror of
https://github.com/hwchase17/langchain.git
synced 2025-05-31 12:09:58 +00:00
parent
bf0904b676
commit
2e43954bc3
@ -153,7 +153,7 @@ async def _ahandle_event_for_handler(
|
|||||||
message_strings = [get_buffer_string(m) for m in args[1]]
|
message_strings = [get_buffer_string(m) for m in args[1]]
|
||||||
await _ahandle_event_for_handler(
|
await _ahandle_event_for_handler(
|
||||||
handler,
|
handler,
|
||||||
"on_llm",
|
"on_llm_start",
|
||||||
"ignore_llm",
|
"ignore_llm",
|
||||||
args[0],
|
args[0],
|
||||||
message_strings,
|
message_strings,
|
||||||
|
Loading…
Reference in New Issue
Block a user