mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 00:28:31 +00:00
Drop extra logs that were causing confusion
This commit is contained in:
@@ -514,10 +514,6 @@ class CrewAgentExecutor(CrewAgentExecutorMixin):
|
|||||||
self, initial_answer: AgentFinish, feedback: str
|
self, initial_answer: AgentFinish, feedback: str
|
||||||
) -> AgentFinish:
|
) -> AgentFinish:
|
||||||
"""Process feedback for training scenarios with single iteration."""
|
"""Process feedback for training scenarios with single iteration."""
|
||||||
self._printer.print(
|
|
||||||
content="\nProcessing training feedback.\n",
|
|
||||||
color="yellow",
|
|
||||||
)
|
|
||||||
self._handle_crew_training_output(initial_answer, feedback)
|
self._handle_crew_training_output(initial_answer, feedback)
|
||||||
self.messages.append(
|
self.messages.append(
|
||||||
self._format_msg(
|
self._format_msg(
|
||||||
|
|||||||
Reference in New Issue
Block a user