mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-01 23:32:39 +00:00
fix missing import
This commit is contained in:
@@ -2453,7 +2453,7 @@ class Flow(Generic[T], metaclass=FlowMeta):
|
|||||||
def _collapse_to_outcome(
|
def _collapse_to_outcome(
|
||||||
self,
|
self,
|
||||||
feedback: str,
|
feedback: str,
|
||||||
outcomes: Sequence[str],
|
outcomes: list[str],
|
||||||
llm: str | BaseLLM,
|
llm: str | BaseLLM,
|
||||||
) -> str:
|
) -> str:
|
||||||
"""Collapse free-form feedback to a predefined outcome using LLM.
|
"""Collapse free-form feedback to a predefined outcome using LLM.
|
||||||
|
|||||||
Reference in New Issue
Block a user