chore: update test assumption

This commit is contained in:
Greyson LaLonde
2026-02-04 20:24:57 -05:00
parent 138eff6184
commit b7939b6540

View File

@@ -51,6 +51,10 @@ class ConcreteAgentAdapter(BaseAgentAdapter):
# Dummy implementation for MCP tools
return []
def configure_structured_output(self, task: Any) -> None:
# Dummy implementation for structured output
pass
async def aexecute_task(
self,
task: Any,