mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-04-30 23:02:50 +00:00
fix
This commit is contained in:
@@ -914,7 +914,7 @@ class LiteAgent(FlowTrackable, BaseModel):
|
||||
Returns:
|
||||
AgentFinish: The final result of the agent execution.
|
||||
"""
|
||||
openai_tools, available_functions = convert_tools_to_openai_schema(
|
||||
openai_tools, available_functions, _ = convert_tools_to_openai_schema(
|
||||
self.tools
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user