letta-client 0.1.246__py3-none-any.whl → 0.1.248__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.

@@ -24,10 +24,10 @@ class BaseClientWrapper:
24
24
 
25
25
  def get_headers(self) -> typing.Dict[str, str]:
26
26
  headers: typing.Dict[str, str] = {
27
- "User-Agent": "letta-client/0.1.246",
27
+ "User-Agent": "letta-client/0.1.248",
28
28
  "X-Fern-Language": "Python",
29
29
  "X-Fern-SDK-Name": "letta-client",
30
- "X-Fern-SDK-Version": "0.1.246",
30
+ "X-Fern-SDK-Version": "0.1.248",
31
31
  **(self.get_custom_headers() or {}),
32
32
  }
33
33
  if self._project is not None:
@@ -39,8 +39,10 @@ class CompletionCreateParamsNonStreaming(UncheckedBaseModel):
39
39
  parallel_tool_calls: typing.Optional[bool] = None
40
40
  prediction: typing.Optional[ChatCompletionPredictionContentParam] = None
41
41
  presence_penalty: typing.Optional[float] = None
42
+ prompt_cache_key: typing.Optional[str] = None
42
43
  reasoning_effort: typing.Optional[CompletionCreateParamsNonStreamingReasoningEffort] = None
43
44
  response_format: typing.Optional[CompletionCreateParamsNonStreamingResponseFormat] = None
45
+ safety_identifier: typing.Optional[str] = None
44
46
  seed: typing.Optional[int] = None
45
47
  service_tier: typing.Optional[CompletionCreateParamsNonStreamingServiceTier] = None
46
48
  stop: typing.Optional[CompletionCreateParamsNonStreamingStop] = None
@@ -39,8 +39,10 @@ class CompletionCreateParamsStreaming(UncheckedBaseModel):
39
39
  parallel_tool_calls: typing.Optional[bool] = None
40
40
  prediction: typing.Optional[ChatCompletionPredictionContentParam] = None
41
41
  presence_penalty: typing.Optional[float] = None
42
+ prompt_cache_key: typing.Optional[str] = None
42
43
  reasoning_effort: typing.Optional[CompletionCreateParamsStreamingReasoningEffort] = None
43
44
  response_format: typing.Optional[CompletionCreateParamsStreamingResponseFormat] = None
45
+ safety_identifier: typing.Optional[str] = None
44
46
  seed: typing.Optional[int] = None
45
47
  service_tier: typing.Optional[CompletionCreateParamsStreamingServiceTier] = None
46
48
  stop: typing.Optional[CompletionCreateParamsStreamingStop] = None
@@ -2,4 +2,4 @@
2
2
 
3
3
  import typing
4
4
 
5
- LlmConfigReasoningEffort = typing.Union[typing.Literal["low", "medium", "high"], typing.Any]
5
+ LlmConfigReasoningEffort = typing.Union[typing.Literal["minimal", "low", "medium", "high"], typing.Any]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: letta-client
3
- Version: 0.1.246
3
+ Version: 0.1.248
4
4
  Summary:
5
5
  Requires-Python: >=3.8,<4.0
6
6
  Classifier: Intended Audience :: Developers
@@ -92,7 +92,7 @@ letta_client/client_side_access_tokens/types/client_side_access_tokens_list_clie
92
92
  letta_client/client_side_access_tokens/types/client_side_access_tokens_list_client_side_access_tokens_response_tokens_item_policy_data_item_access_item.py,sha256=kNHfEWFl7u71Pu8NPqutod0a2NXfvq8il05Hqm0iBB4,284
93
93
  letta_client/core/__init__.py,sha256=tpn7rjb6C2UIkYZYIqdrNpI7Yax2jw88sXh2baxaxAI,1715
94
94
  letta_client/core/api_error.py,sha256=44vPoTyWN59gonCIZMdzw7M1uspygiLnr3GNFOoVL2Q,614
95
- letta_client/core/client_wrapper.py,sha256=o2tMUTqvuRt4axFadqBEM2viJ8GU4eVBJcO21QkSMCo,2776
95
+ letta_client/core/client_wrapper.py,sha256=Xlco_R8wKygc668X81j31EG_4dx_PNgCODZfIVkWmRQ,2776
96
96
  letta_client/core/datetime_utils.py,sha256=nBys2IsYrhPdszxGKCNRPSOCwa-5DWOHG95FB8G9PKo,1047
97
97
  letta_client/core/file.py,sha256=d4NNbX8XvXP32z8KpK2Xovv33nFfruIrpz0QWxlgpZk,2663
98
98
  letta_client/core/force_multipart.py,sha256=awxh5MtcRYe74ehY8U76jzv6fYM_w_D3Rur7KQQzSDk,429
@@ -285,7 +285,7 @@ letta_client/types/chat_completion_user_message_param_content_item.py,sha256=Vfi
285
285
  letta_client/types/child_tool_rule.py,sha256=5Wl7jQgpSSTqYvK29yrQotZebjzQL1ACweJhTVNhpfo,1121
286
286
  letta_client/types/child_tool_rule_schema.py,sha256=g43as4Qsi7p_kL9pnheGdJwaYbfhYdOKr-fpy3V0Ic4,615
287
287
  letta_client/types/code_input.py,sha256=P5UBaxX2gz3qWZAORtSEhpVDOy_i6JPIJ7CjA-g1veo,638
288
- letta_client/types/completion_create_params_non_streaming.py,sha256=no6QwCZV6TIXH6yoiCn62jhQnMTrDwgdxHVSLOBbHF4,4009
288
+ letta_client/types/completion_create_params_non_streaming.py,sha256=WtfSfUapc6UKhyyVku98I9hZMIPAlJpiiT69d5CoUXM,4110
289
289
  letta_client/types/completion_create_params_non_streaming_function_call.py,sha256=rOhhZE6sp3nXl7eza8uPzc1CKsG3cn-fa8x8wvsqfh0,330
290
290
  letta_client/types/completion_create_params_non_streaming_messages_item.py,sha256=_oNVb2SP0tpUWPtmPwbBS6jVP33j8uHmcsG83rFmKbE,884
291
291
  letta_client/types/completion_create_params_non_streaming_modalities_item.py,sha256=BuyCf2nTCWVhishXFk3CsQphnPwNXj-kBdPMjkb8X10,189
@@ -295,7 +295,7 @@ letta_client/types/completion_create_params_non_streaming_response_format.py,sha
295
295
  letta_client/types/completion_create_params_non_streaming_service_tier.py,sha256=ZmQ9USOqB1Tq2XvmbOLxz_BWAgMq1EU1BPxzmSsA38M,223
296
296
  letta_client/types/completion_create_params_non_streaming_stop.py,sha256=5vPdgab7iH6eDizESU2_CMieWN5CN3pF8TZs-Zb7rMw,157
297
297
  letta_client/types/completion_create_params_non_streaming_tool_choice.py,sha256=qJW9qnwJ7dtNQyqniHnWrAxK-B54LuWimE-KCObh46w,347
298
- letta_client/types/completion_create_params_streaming.py,sha256=AulVeOamNg_rW3cBqoiT9sMSmiUrfU4__tZmxvBzV68,3892
298
+ letta_client/types/completion_create_params_streaming.py,sha256=ROefIpgs1OhaI56A8Pgi_q3siSdJVdqzrYLpmU6o1C4,3993
299
299
  letta_client/types/completion_create_params_streaming_function_call.py,sha256=qBqeR4gU4MO5kshKuOwQf04aJAxyjgcbi1ZMeFpVfNk,327
300
300
  letta_client/types/completion_create_params_streaming_messages_item.py,sha256=jucJqEz5LgFxo0MGT4aDLu9aZXYPUjUD2CE2C8VcBj4,881
301
301
  letta_client/types/completion_create_params_streaming_modalities_item.py,sha256=o9ZU7r22WrE6z-BSJ72LJXHtVRIpK499WArVgY-ODgI,186
@@ -374,7 +374,7 @@ letta_client/types/letta_user_message_content_union.py,sha256=2SrcmMjvsQzCvfIUYG
374
374
  letta_client/types/llm_config.py,sha256=PsY_--6IPExjHOutHKVav-dPwMSVDPYk-C_U2cPk-cI,3557
375
375
  letta_client/types/llm_config_compatibility_type.py,sha256=m6E90W-R9-Oi3EGSV_GdPIuVC2rmAH7TsUKbl79EiAQ,165
376
376
  letta_client/types/llm_config_model_endpoint_type.py,sha256=HOSM5kIZDCNAVCWmASvAk52K819plqGlD66yKQ1xFkI,620
377
- letta_client/types/llm_config_reasoning_effort.py,sha256=AHL2nI5aeTfPhijnhaL3aiP8EoJhy_Wdupi2pyMm4sA,173
377
+ letta_client/types/llm_config_reasoning_effort.py,sha256=r4I3i2c7RxkBe-xXOE_XCXwjp9Y0QoaF2SVY7WYPdg4,184
378
378
  letta_client/types/local_sandbox_config.py,sha256=J_Dkqk2kkkw23AzLdDDM3r9ply-TK4HlEWIwsLKLhIQ,1388
379
379
  letta_client/types/manager_type.py,sha256=3ztXv2xWw6PIgDoqqxaHwdIcssDYqdqB0KqUDSW3Bc0,222
380
380
  letta_client/types/max_count_per_step_tool_rule.py,sha256=tl5vm0BvkHu4HHfQx14z8E0pZu3ysua1yCGMmOB-ccU,1226
@@ -501,6 +501,6 @@ letta_client/version.py,sha256=bttKLbIhO3UonCYQlqs600zzbQgfhCCMjeXR9WRzid4,79
501
501
  letta_client/voice/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
502
502
  letta_client/voice/client.py,sha256=EbIVOQh4HXqU9McATxwga08STk-HUwPEAUr_UHqyKHg,3748
503
503
  letta_client/voice/raw_client.py,sha256=KvM_3GXuSf51bubM0RVBnxvlf20qZTFMnaA_BzhXzjQ,5938
504
- letta_client-0.1.246.dist-info/METADATA,sha256=GnzX7WE71ov7Jz90nQPAXFTeVqRI-ILEkPLm2QiU2Gg,5781
505
- letta_client-0.1.246.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
506
- letta_client-0.1.246.dist-info/RECORD,,
504
+ letta_client-0.1.248.dist-info/METADATA,sha256=BP_jivyuCVr63b1ImbHdxha_yByRm3N733S13hoMh_Q,5781
505
+ letta_client-0.1.248.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
506
+ letta_client-0.1.248.dist-info/RECORD,,