Run when LLM starts running.
This method is called for non-chat models (regular text completion LLMs). If
you're implementing a handler for a chat model, you should use
on_chat_model_start instead.
The ID of the current run.
The ID of the parent run.
The tags.
The metadata.
Additional keyword arguments.