azure/durable_functions/models/entities/RequestMessage.py (1 line): - line 22: # TODO: this class has too many optionals, may speak to azure/durable_functions/models/entities/EntityState.py (1 line): - line 72: # TODO: Same implementation as in Orchestrator.py, we should refactor to shared a base azure/durable_functions/models/entities/ResponseMessage.py (1 line): - line 30: # TODO: JS has an additional exceptionType field, but does not use it azure/durable_functions/decorators/durable_app.py (1 line): - line 183: # TODO: Once rich-binding type checking is possible, remove the annotation change. azure/durable_functions/models/DurableOrchestrationContext.py (1 line): - line 145: # TODO: find cleanear way to do this azure/durable_functions/models/DurableOrchestrationClient.py (1 line): - line 368: # TODO: do we really want folks to us this without specifying all the args? azure/durable_functions/models/DurableOrchestrationBindings.py (1 line): - line 20: # TODO: we can remove the Optional once we drop support for 1.x, azure/durable_functions/models/TaskOrchestrationExecutor.py (1 line): - line 176: # TODO: Investigate why the payload is in "Input" instead of "Result"