mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-04-30 23:02:50 +00:00
chore: update test assumption
This commit is contained in:
@@ -51,6 +51,10 @@ class ConcreteAgentAdapter(BaseAgentAdapter):
|
|||||||
# Dummy implementation for MCP tools
|
# Dummy implementation for MCP tools
|
||||||
return []
|
return []
|
||||||
|
|
||||||
|
def configure_structured_output(self, task: Any) -> None:
|
||||||
|
# Dummy implementation for structured output
|
||||||
|
pass
|
||||||
|
|
||||||
async def aexecute_task(
|
async def aexecute_task(
|
||||||
self,
|
self,
|
||||||
task: Any,
|
task: Any,
|
||||||
|
|||||||
Reference in New Issue
Block a user