feat: add image search builtin tool

This commit is contained in:
hetaoBackend
2026-01-29 08:23:50 +08:00
parent af18df480b
commit 5e62471312
9 changed files with 311 additions and 17 deletions

View File

@@ -55,8 +55,7 @@ class SandboxConfig(BaseModel):
)
environment: dict[str, str] = Field(
default_factory=dict,
description="Environment variables to inject into the sandbox container. "
"Values starting with $ will be resolved from host environment variables.",
description="Environment variables to inject into the sandbox container. Values starting with $ will be resolved from host environment variables.",
)
model_config = ConfigDict(extra="allow")