mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-07 18:19:00 +00:00
also removed _parse_tools here as not used
This commit is contained in:
@@ -270,10 +270,6 @@ class LangGraphAgentAdapter(BaseAgentAdapter):
|
|||||||
"""Convert output format if needed."""
|
"""Convert output format if needed."""
|
||||||
return Converter(llm=llm, text=text, model=model, instructions=instructions)
|
return Converter(llm=llm, text=text, model=model, instructions=instructions)
|
||||||
|
|
||||||
def _parse_tools(self, tools: List[BaseTool]) -> List[BaseTool]:
|
|
||||||
"""Parse and validate tools."""
|
|
||||||
return tools
|
|
||||||
|
|
||||||
def configure_structured_output(self, task) -> None:
|
def configure_structured_output(self, task) -> None:
|
||||||
"""Configure the structured output for LangGraph."""
|
"""Configure the structured output for LangGraph."""
|
||||||
self._converter_adapter.configure_structured_output(task)
|
self._converter_adapter.configure_structured_output(task)
|
||||||
|
|||||||
Reference in New Issue
Block a user