smooth-py 0.2.5.dev20250922__tar.gz → 0.2.5.post0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of smooth-py might be problematic. Click here for more details.
- {smooth_py-0.2.5.dev20250922 → smooth_py-0.2.5.post0}/PKG-INFO +1 -1
- {smooth_py-0.2.5.dev20250922 → smooth_py-0.2.5.post0}/pyproject.toml +1 -1
- {smooth_py-0.2.5.dev20250922 → smooth_py-0.2.5.post0}/src/smooth/__init__.py +4 -4
- {smooth_py-0.2.5.dev20250922 → smooth_py-0.2.5.post0}/README.md +0 -0
- {smooth_py-0.2.5.dev20250922 → smooth_py-0.2.5.post0}/src/smooth/mcp/__init__.py +0 -0
- {smooth_py-0.2.5.dev20250922 → smooth_py-0.2.5.post0}/src/smooth/mcp/server.py +0 -0
|
@@ -422,8 +422,8 @@ class SmoothClient(BaseClient):
|
|
|
422
422
|
|
|
423
423
|
Args:
|
|
424
424
|
file: File object to be uploaded.
|
|
425
|
-
name:
|
|
426
|
-
purpose:
|
|
425
|
+
name: Optional custom name for the file. If not provided, the original file name will be used.
|
|
426
|
+
purpose: Optional short description of the file to describe its purpose (i.e., 'the bank statement pdf').
|
|
427
427
|
|
|
428
428
|
Returns:
|
|
429
429
|
The file ID assigned to the uploaded file.
|
|
@@ -691,8 +691,8 @@ class SmoothAsyncClient(BaseClient):
|
|
|
691
691
|
|
|
692
692
|
Args:
|
|
693
693
|
file: File object to be uploaded.
|
|
694
|
-
name:
|
|
695
|
-
purpose:
|
|
694
|
+
name: Optional custom name for the file. If not provided, the original file name will be used.
|
|
695
|
+
purpose: Optional short description of the file to describe its purpose (i.e., 'the bank statement pdf').
|
|
696
696
|
|
|
697
697
|
Returns:
|
|
698
698
|
The file ID assigned to the uploaded file.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|