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