its alive!!

This commit is contained in:
Brandon Hancock
2024-12-27 13:57:09 -05:00
parent 2f882d68ad
commit 0e7aa192c0
5 changed files with 75 additions and 24 deletions

View File

@@ -1047,7 +1047,7 @@ class Crew(BaseModel):
def _interpolate_inputs(self, inputs: Dict[str, Any]) -> None:
"""Interpolates the inputs in the tasks and agents."""
[
task.interpolate_inputs(
task.interpolate_inputs_and_add_conversation_history(
# type: ignore # "interpolate_inputs" of "Task" does not return a value (it only ever returns None)
inputs
)