upload file tool

This commit is contained in:
Saumya 2025-08-21 16:53:26 +05:30
parent b2340e8651
commit 01eb3b2d55
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ class SandboxUploadFileTool(SandboxToolsBase):
@openapi_schema({
"type": "function",
"function": {
"name": "sb_upload_file",
"name": "upload_file",
"description": "Securely upload a file from the sandbox workspace to private cloud storage (Supabase S3). Returns a secure signed URL that expires after 24 hours for access control and security.",
"parameters": {
"type": "object",