Ask a question to get started
Enter to send•Shift+Enter new line
Convert run to dict, compatible with both Pydantic v1 and v2.
run_to_dict( run: Run, **kwargs: Any = {}, ) -> dict[str, Any]
run
Run
The run to convert.
**kwargs
Any
{}
Additional arguments passed to model_dump/dict.
model_dump
dict