update docs

This commit is contained in:
Ashwin Bharambe 2025-05-01 14:21:23 -07:00
parent 432fd60fe8
commit 96225e5d5e
2 changed files with 1 additions and 27 deletions

View file

@ -6,7 +6,6 @@
import json
import logging
import shutil
import uuid
from collections.abc import AsyncGenerator
@ -78,10 +77,6 @@ class MetaReferenceAgentsImpl(Agents):
tool_runtime_api=self.tool_runtime_api,
)
# check if "bwrap" is available
if not shutil.which("bwrap"):
logger.warning("Warning: `bwrap` is not available. Code interpreter tool will not work correctly.")
async def create_agent(
self,
agent_config: AgentConfig,