Remove result from FlowResult

This commit is contained in:
Erik 2025-07-21 18:44:29 +02:00
parent 1743766d17
commit ef4f9c4538

View File

@ -142,7 +142,6 @@ class FlowResult(TypedDict, Generic[_FlowContextT, _HandlerT], total=False):
progress_task: asyncio.Task[Any] | None progress_task: asyncio.Task[Any] | None
reason: str reason: str
required: bool required: bool
result: Any
step_id: str step_id: str
title: str title: str
translation_domain: str translation_domain: str