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

@@ -16,7 +16,7 @@ class BaseClientWrapper:
16
16
  headers: typing.Dict[str, str] = {
17
17
  "X-Fern-Language": "Python",
18
18
  "X-Fern-SDK-Name": "letta-client",
19
- "X-Fern-SDK-Version": "0.1.131",
19
+ "X-Fern-SDK-Version": "0.1.132",
20
20
  }
21
21
  if self.token is not None:
22
22
  headers["Authorization"] = f"Bearer {self.token}"
@@ -17,20 +17,15 @@ class Message(UncheckedBaseModel):
17
17
 
18
18
  Attributes:
19
19
  id (str): The unique identifier of the message.
20
- organization_id (str): The unique identifier of the organization.
20
+ role (MessageRole): The role of the participant.
21
+ text (str): The text of the message.
22
+ user_id (str): The unique identifier of the user.
21
23
  agent_id (str): The unique identifier of the agent.
22
24
  model (str): The model used to make the function call.
23
- role (MessageRole): The role of the participant.
24
- content (List[LettaMessageContentUnion]): The content of the message.
25
25
  name (str): The name of the participant.
26
+ created_at (datetime): The time the message was created.
26
27
  tool_calls (List[OpenAIToolCall,]): The list of tool calls requested.
27
28
  tool_call_id (str): The id of the tool call.
28
- step_id (str): The id of the step that this message was created in.
29
- otid (str): The offline threading id associated with this message.
30
- tool_returns (List[ToolReturn]): Tool execution return information for prior tool calls.
31
- group_id (str): The multi-agent group that the message was sent in.
32
- sender_id (str): The id of the sender of the message, can be an identity id or agent id.
33
- created_at (datetime): The timestamp when the object was created.
34
29
  """
35
30
 
36
31
  created_by_id: typing.Optional[str] = pydantic.Field(default=None)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: letta-client
3
- Version: 0.1.131
3
+ Version: 0.1.132
4
4
  Summary:
5
5
  Requires-Python: >=3.8,<4.0
6
6
  Classifier: Intended Audience :: Developers
@@ -62,7 +62,7 @@ letta_client/client_side_access_tokens/types/client_side_access_tokens_create_re
62
62
  letta_client/client_side_access_tokens/types/client_side_access_tokens_create_response_policy_data_item_access_item.py,sha256=R-H25IpNp9feSrW8Yj3h9O3UTMVvFniQJElogKxLuoE,254
63
63
  letta_client/core/__init__.py,sha256=OKbX2aCZXgHCDUsCouqv-OiX32xA6eFFCKIUH9M5Vzk,1591
64
64
  letta_client/core/api_error.py,sha256=RE8LELok2QCjABadECTvtDp7qejA1VmINCh6TbqPwSE,426
65
- letta_client/core/client_wrapper.py,sha256=6yAQkJjkh1iZ9vZpcaIjq2RhTCGNCDEaacd5tjMwids,1998
65
+ letta_client/core/client_wrapper.py,sha256=nH7r5lYv6FGqhJxkE1WUeHsqtpA8CRssY4kTcfHPPm4,1998
66
66
  letta_client/core/datetime_utils.py,sha256=nBys2IsYrhPdszxGKCNRPSOCwa-5DWOHG95FB8G9PKo,1047
67
67
  letta_client/core/file.py,sha256=d4NNbX8XvXP32z8KpK2Xovv33nFfruIrpz0QWxlgpZk,2663
68
68
  letta_client/core/http_client.py,sha256=Z77OIxIbL4OAB2IDqjRq_sYa5yNYAWfmdhdCSSvh6Y4,19552
@@ -283,7 +283,7 @@ letta_client/types/max_count_per_step_tool_rule_schema.py,sha256=1Zq4vblRTqFycqk
283
283
  letta_client/types/mcp_server_type.py,sha256=Hv45mKMPzmey2UVjwrTAvWXP1sDd13UwAtvtogBloLo,153
284
284
  letta_client/types/mcp_tool.py,sha256=_GSTb0k8l-IUEflRkQ6-v45UnbTcA4Nv1N8sgmExJQ0,912
285
285
  letta_client/types/memory.py,sha256=KD5MkDQB-vbRPT9f_-yFBWY1WUW_NWxYEI0IiflG6P8,1035
286
- letta_client/types/message.py,sha256=M0Kw2Sh9gET6mVN3he3Bd2GxJgpIBnptaomdUX3uybY,4415
286
+ letta_client/types/message.py,sha256=npZKMX6fryL2F1ODDoWT3XWeh-pHeEJ1IIgbnSzgGcQ,3936
287
287
  letta_client/types/message_content_item.py,sha256=mg2npSBRXsH7-fAwhx9YhkVbeCF3cM8pE6fPYtUDIyc,550
288
288
  letta_client/types/message_create.py,sha256=FkABWA09E1Ra47o0g53zf7b6DqgMfT_9XXQUv30tCdw,1445
289
289
  letta_client/types/message_create_content.py,sha256=KL3XAVKVrdsh4DZwdxKofUyehS-vnOT_VJNVzZDpE20,226
@@ -380,6 +380,6 @@ letta_client/voice/__init__.py,sha256=7hX85553PiRMtIMM12a0DSoFzsglNiUziYR2ekS84Q
380
380
  letta_client/voice/client.py,sha256=STjswa5oOLoP59QwTJvQwi73kgn0UzKOaXc2CsTRI4k,6912
381
381
  letta_client/voice/types/__init__.py,sha256=FRc3iKRTONE4N8Lf1IqvnqWZ2kXdrFFvkL7PxVcR8Ew,212
382
382
  letta_client/voice/types/create_voice_chat_completions_request_body.py,sha256=ZLfKgNK1T6IAwLEvaBVFfy7jEAoPUXP28n-nfmHkklc,391
383
- letta_client-0.1.131.dist-info/METADATA,sha256=83IoYDnUR0qsQSSzMKxBZpzmBD4HHBVEcR_PhOWNSWM,5042
384
- letta_client-0.1.131.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
385
- letta_client-0.1.131.dist-info/RECORD,,
383
+ letta_client-0.1.132.dist-info/METADATA,sha256=xDkNvzMQ4ooz5BmI29KV2aeprLOd5kZntDBbWT17NHE,5042
384
+ letta_client-0.1.132.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
385
+ letta_client-0.1.132.dist-info/RECORD,,