Ask a question to get started
Enter to sendā¢Shift+Enter new line
get_field_default( name: str, type_: Any, schema: type[Any] ) -> Any
Determine the default value for a field in a state schema.
This is based on:
If TypedDict: - Required/NotRequired - total=False -> everything optional