A standard stream event that follows LangChain convention for event data.
StandardStreamEvent()Event names are of the format: on_[runnable_type]_(start|stream|end).
A unique identifier for the model or chain run.
Optional list of tags associated with the retriever.
Optional metadata associated with the retriever.
A list of the parent IDs associated with this event.