Ask a question to get started
Enter to sendā¢Shift+Enter new line
RunState()
TypedDict
ID of the run.
List of output chunks streamed by Runnable.stream()
Runnable.stream()
Final output of the run, usually the result of aggregating (+) streamed_output.
+
Updated throughout the run when supported by the Runnable.
Runnable
Name of the object being run.
Type of the object being run, e.g. prompt, chain, llm, etc.
Map of run names to sub-runs.
If filters were supplied, this list will contain only the runs that matched the filters.
State of the run.