letta-client 0.1.184__py3-none-any.whl → 0.1.185__py3-none-any.whl
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 letta-client might be problematic. Click here for more details.
- letta_client/core/client_wrapper.py +1 -1
- letta_client/types/embedding_config.py +5 -0
- letta_client/types/file_metadata.py +5 -0
- {letta_client-0.1.184.dist-info → letta_client-0.1.185.dist-info}/METADATA +1 -1
- {letta_client-0.1.184.dist-info → letta_client-0.1.185.dist-info}/RECORD +6 -6
- {letta_client-0.1.184.dist-info → letta_client-0.1.185.dist-info}/WHEEL +0 -0
|
@@ -24,7 +24,7 @@ class BaseClientWrapper:
|
|
|
24
24
|
headers: typing.Dict[str, str] = {
|
|
25
25
|
"X-Fern-Language": "Python",
|
|
26
26
|
"X-Fern-SDK-Name": "letta-client",
|
|
27
|
-
"X-Fern-SDK-Version": "0.1.
|
|
27
|
+
"X-Fern-SDK-Version": "0.1.185",
|
|
28
28
|
}
|
|
29
29
|
if self._project is not None:
|
|
30
30
|
headers["X-Project"] = self._project
|
|
@@ -52,6 +52,11 @@ class EmbeddingConfig(UncheckedBaseModel):
|
|
|
52
52
|
The handle for this config, in the format provider/model-name.
|
|
53
53
|
"""
|
|
54
54
|
|
|
55
|
+
batch_size: typing.Optional[int] = pydantic.Field(default=None)
|
|
56
|
+
"""
|
|
57
|
+
The maximum batch size for processing embeddings.
|
|
58
|
+
"""
|
|
59
|
+
|
|
55
60
|
azure_endpoint: typing.Optional[str] = pydantic.Field(default=None)
|
|
56
61
|
"""
|
|
57
62
|
The Azure endpoint for the model.
|
|
@@ -28,6 +28,11 @@ class FileMetadata(UncheckedBaseModel):
|
|
|
28
28
|
The name of the file.
|
|
29
29
|
"""
|
|
30
30
|
|
|
31
|
+
original_file_name: typing.Optional[str] = pydantic.Field(default=None)
|
|
32
|
+
"""
|
|
33
|
+
The original name of the file as uploaded.
|
|
34
|
+
"""
|
|
35
|
+
|
|
31
36
|
file_path: typing.Optional[str] = pydantic.Field(default=None)
|
|
32
37
|
"""
|
|
33
38
|
The path to the file.
|
|
@@ -65,7 +65,7 @@ letta_client/client_side_access_tokens/types/client_side_access_tokens_create_re
|
|
|
65
65
|
letta_client/client_side_access_tokens/types/client_side_access_tokens_create_response_policy_data_item_access_item.py,sha256=R-H25IpNp9feSrW8Yj3h9O3UTMVvFniQJElogKxLuoE,254
|
|
66
66
|
letta_client/core/__init__.py,sha256=OKbX2aCZXgHCDUsCouqv-OiX32xA6eFFCKIUH9M5Vzk,1591
|
|
67
67
|
letta_client/core/api_error.py,sha256=RE8LELok2QCjABadECTvtDp7qejA1VmINCh6TbqPwSE,426
|
|
68
|
-
letta_client/core/client_wrapper.py,sha256=
|
|
68
|
+
letta_client/core/client_wrapper.py,sha256=ixVgLEjDkjT5ta-bvwzWOccU6vZDGpHAVzsJJalmSNo,2336
|
|
69
69
|
letta_client/core/datetime_utils.py,sha256=nBys2IsYrhPdszxGKCNRPSOCwa-5DWOHG95FB8G9PKo,1047
|
|
70
70
|
letta_client/core/file.py,sha256=d4NNbX8XvXP32z8KpK2Xovv33nFfruIrpz0QWxlgpZk,2663
|
|
71
71
|
letta_client/core/http_client.py,sha256=Z77OIxIbL4OAB2IDqjRq_sYa5yNYAWfmdhdCSSvh6Y4,19552
|
|
@@ -247,12 +247,12 @@ letta_client/types/create_block.py,sha256=cyyufU4MBcLGjCNeTFZE7TX4LUhQXIaZAVwaoY
|
|
|
247
247
|
letta_client/types/dynamic_manager.py,sha256=5DRNqtUnjeTwOe5mkNB-SXItqLOfEX0avSrwsrJt1Aw,853
|
|
248
248
|
letta_client/types/dynamic_manager_update.py,sha256=Kew94BsFP6vP9pUXpZDMFZAo3TyaYWKu1KPgoQQjKYg,888
|
|
249
249
|
letta_client/types/e_2_b_sandbox_config.py,sha256=w3R4QpPjeie5aKw8sb_eKhl78J0k5vLCcATNS3Qaeyw,957
|
|
250
|
-
letta_client/types/embedding_config.py,sha256=
|
|
250
|
+
letta_client/types/embedding_config.py,sha256=47DxstNToHfirYxgIn4jNqkt8vDh5taRu635gJer9pU,2678
|
|
251
251
|
letta_client/types/embedding_config_embedding_endpoint_type.py,sha256=Ho1HSODi21PkzsZR58g7FlIMReFU2yf0hAS5OyUsW6Q,559
|
|
252
252
|
letta_client/types/feedback_type.py,sha256=sDfsniSnnpSwzZqfIkRL7vYPxYqdwURpI6LMI7eDkoQ,160
|
|
253
253
|
letta_client/types/file.py,sha256=ZLCEYJqIJ1pzAJn4Pke6gVdKivKU9FrIg98P4GmFY8M,628
|
|
254
254
|
letta_client/types/file_file.py,sha256=jbWcPKn-fSUlq9kl8n2us9fPU6x-Z20IKScHD_pJruw,665
|
|
255
|
-
letta_client/types/file_metadata.py,sha256=
|
|
255
|
+
letta_client/types/file_metadata.py,sha256=OOkV1o3zfGG99Z3yylqarDN9IXicI48Dx27Oi47ilPU,2693
|
|
256
256
|
letta_client/types/file_processing_status.py,sha256=8W8VAx9-jCaUx6q6mvyCMyLoa2peLTE_sgIaGloOWo4,201
|
|
257
257
|
letta_client/types/function_call.py,sha256=eE6VYWK3A-2xRrIV-QKqrofvaVFcPNqSzl6lrWnopZA,576
|
|
258
258
|
letta_client/types/function_definition_input.py,sha256=UpoD7ftRpHquJ5zhy28TjXPBVzxj7rOHKv3gX84Nfj8,740
|
|
@@ -414,6 +414,6 @@ letta_client/types/web_search_options_user_location_approximate.py,sha256=Ywk01J
|
|
|
414
414
|
letta_client/version.py,sha256=bttKLbIhO3UonCYQlqs600zzbQgfhCCMjeXR9WRzid4,79
|
|
415
415
|
letta_client/voice/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
416
416
|
letta_client/voice/client.py,sha256=47iQYCuW_qpKI4hM3pYVxn3hw7kgQj3emU1_oRpkRMA,5811
|
|
417
|
-
letta_client-0.1.
|
|
418
|
-
letta_client-0.1.
|
|
419
|
-
letta_client-0.1.
|
|
417
|
+
letta_client-0.1.185.dist-info/METADATA,sha256=TSjSmQpH8m4_MabZeDlT_bAnB7u8JXoa4mUmJDEjvLs,5177
|
|
418
|
+
letta_client-0.1.185.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
|
419
|
+
letta_client-0.1.185.dist-info/RECORD,,
|
|
File without changes
|