What are you really trying to do?
Want to call start_activity with summary supplied while passing type checks
Describe the bug
When calling start_activity with summary, Pyright complains that no overloads match the provided arguments
Minimal Reproduction
from temporalio import workflow
workflow.start_activity(
activity="Some name",
summary="Some summary",
)
Environment/Versions
- Temporal version:
1.11.1
- Python version:
3.11.12