fix missing import

This commit is contained in:
lorenzejay
2026-01-27 13:26:23 -08:00
parent 02f6926aa0
commit ae37e88f53

View File

@@ -2453,7 +2453,7 @@ class Flow(Generic[T], metaclass=FlowMeta):
def _collapse_to_outcome(
self,
feedback: str,
outcomes: Sequence[str],
outcomes: list[str],
llm: str | BaseLLM,
) -> str:
"""Collapse free-form feedback to a predefined outcome using LLM.