A single entry in the run log.
LogEntry()ID of the sub-run.
Name of the object being run.
Type of the object being run, eg. prompt, chain, llm, etc.
List of tags for the run.
Key-value pairs of metadata for the run.
ISO-8601 timestamp of when the run started.
List of LLM tokens streamed by this run, if applicable.
List of output chunks streamed by this run, if available.
Inputs to this run. Not available currently via astream_log.
Final output of this run.
Only available after the run has finished successfully.
ISO-8601 timestamp of when the run ended.
Only available after the run has finished.