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

Files changed (100) hide show
  1. letta_client/__init__.py +6 -182
  2. letta_client/core/client_wrapper.py +2 -2
  3. letta_client/types/__init__.py +6 -196
  4. letta_client/types/{chat_completion_message_function_tool_call_output.py → chat_completion_message_function_tool_call.py} +3 -3
  5. letta_client/types/{function_call.py → function.py} +1 -1
  6. letta_client/types/{function_definition_input.py → function_definition.py} +1 -1
  7. letta_client/types/function_tool.py +2 -2
  8. letta_client/types/letta_schemas_agent_file_message_schema.py +2 -2
  9. letta_client/types/message.py +2 -2
  10. {letta_client-0.1.321.dist-info → letta_client-0.1.322.dist-info}/METADATA +1 -1
  11. {letta_client-0.1.321.dist-info → letta_client-0.1.322.dist-info}/RECORD +12 -100
  12. letta_client/types/audio.py +0 -20
  13. letta_client/types/chat_completion_allowed_tool_choice_param.py +0 -22
  14. letta_client/types/chat_completion_allowed_tools_param.py +0 -22
  15. letta_client/types/chat_completion_allowed_tools_param_mode.py +0 -5
  16. letta_client/types/chat_completion_assistant_message_param.py +0 -30
  17. letta_client/types/chat_completion_assistant_message_param_content.py +0 -9
  18. letta_client/types/chat_completion_assistant_message_param_content_item.py +0 -10
  19. letta_client/types/chat_completion_assistant_message_param_tool_calls_item.py +0 -10
  20. letta_client/types/chat_completion_audio_param.py +0 -23
  21. letta_client/types/chat_completion_audio_param_format.py +0 -5
  22. letta_client/types/chat_completion_audio_param_voice.py +0 -15
  23. letta_client/types/chat_completion_content_part_image_param.py +0 -22
  24. letta_client/types/chat_completion_content_part_input_audio_param.py +0 -22
  25. letta_client/types/chat_completion_content_part_refusal_param.py +0 -21
  26. letta_client/types/chat_completion_content_part_text_param.py +0 -21
  27. letta_client/types/chat_completion_custom_tool_param.py +0 -24
  28. letta_client/types/chat_completion_developer_message_param.py +0 -23
  29. letta_client/types/chat_completion_developer_message_param_content.py +0 -7
  30. letta_client/types/chat_completion_function_call_option_param.py +0 -20
  31. letta_client/types/chat_completion_function_message_param.py +0 -22
  32. letta_client/types/chat_completion_function_tool_param.py +0 -22
  33. letta_client/types/chat_completion_message_custom_tool_call_param.py +0 -25
  34. letta_client/types/chat_completion_message_function_tool_call_input.py +0 -25
  35. letta_client/types/chat_completion_message_function_tool_call_param.py +0 -25
  36. letta_client/types/chat_completion_named_tool_choice_custom_param.py +0 -24
  37. letta_client/types/chat_completion_named_tool_choice_param.py +0 -24
  38. letta_client/types/chat_completion_prediction_content_param.py +0 -22
  39. letta_client/types/chat_completion_prediction_content_param_content.py +0 -7
  40. letta_client/types/chat_completion_stream_options_param.py +0 -21
  41. letta_client/types/chat_completion_system_message_param.py +0 -23
  42. letta_client/types/chat_completion_system_message_param_content.py +0 -7
  43. letta_client/types/chat_completion_tool_message_param.py +0 -23
  44. letta_client/types/chat_completion_tool_message_param_content.py +0 -7
  45. letta_client/types/chat_completion_user_message_param.py +0 -23
  46. letta_client/types/chat_completion_user_message_param_content.py +0 -7
  47. letta_client/types/chat_completion_user_message_param_content_item.py +0 -15
  48. letta_client/types/completion_create_params_non_streaming.py +0 -69
  49. letta_client/types/completion_create_params_non_streaming_function_call.py +0 -9
  50. letta_client/types/completion_create_params_non_streaming_messages_item.py +0 -19
  51. letta_client/types/completion_create_params_non_streaming_modalities_item.py +0 -5
  52. letta_client/types/completion_create_params_non_streaming_model.py +0 -69
  53. letta_client/types/completion_create_params_non_streaming_reasoning_effort.py +0 -7
  54. letta_client/types/completion_create_params_non_streaming_response_format.py +0 -11
  55. letta_client/types/completion_create_params_non_streaming_service_tier.py +0 -7
  56. letta_client/types/completion_create_params_non_streaming_stop.py +0 -5
  57. letta_client/types/completion_create_params_non_streaming_tool_choice.py +0 -16
  58. letta_client/types/completion_create_params_non_streaming_tools_item.py +0 -10
  59. letta_client/types/completion_create_params_non_streaming_verbosity.py +0 -5
  60. letta_client/types/completion_create_params_streaming.py +0 -69
  61. letta_client/types/completion_create_params_streaming_function_call.py +0 -9
  62. letta_client/types/completion_create_params_streaming_messages_item.py +0 -19
  63. letta_client/types/completion_create_params_streaming_modalities_item.py +0 -5
  64. letta_client/types/completion_create_params_streaming_model.py +0 -69
  65. letta_client/types/completion_create_params_streaming_reasoning_effort.py +0 -7
  66. letta_client/types/completion_create_params_streaming_response_format.py +0 -11
  67. letta_client/types/completion_create_params_streaming_service_tier.py +0 -7
  68. letta_client/types/completion_create_params_streaming_stop.py +0 -5
  69. letta_client/types/completion_create_params_streaming_tool_choice.py +0 -16
  70. letta_client/types/completion_create_params_streaming_tools_item.py +0 -8
  71. letta_client/types/completion_create_params_streaming_verbosity.py +0 -5
  72. letta_client/types/custom_format_grammar.py +0 -22
  73. letta_client/types/custom_format_grammar_grammar.py +0 -22
  74. letta_client/types/custom_format_grammar_grammar_syntax.py +0 -5
  75. letta_client/types/custom_format_text.py +0 -20
  76. letta_client/types/file.py +0 -22
  77. letta_client/types/file_file.py +0 -22
  78. letta_client/types/function_definition_output.py +0 -23
  79. letta_client/types/function_output.py +0 -21
  80. letta_client/types/image_url.py +0 -22
  81. letta_client/types/image_url_detail.py +0 -5
  82. letta_client/types/input_audio.py +0 -22
  83. letta_client/types/input_audio_format.py +0 -5
  84. letta_client/types/json_schema.py +0 -27
  85. letta_client/types/openai_types_chat_chat_completion_custom_tool_param_custom.py +0 -25
  86. letta_client/types/openai_types_chat_chat_completion_custom_tool_param_custom_format.py +0 -8
  87. letta_client/types/openai_types_chat_chat_completion_message_custom_tool_call_param_custom.py +0 -21
  88. letta_client/types/openai_types_chat_chat_completion_message_function_tool_call_function.py +0 -21
  89. letta_client/types/openai_types_chat_chat_completion_message_function_tool_call_param_function.py +0 -21
  90. letta_client/types/openai_types_chat_chat_completion_named_tool_choice_custom_param_custom.py +0 -20
  91. letta_client/types/openai_types_chat_chat_completion_named_tool_choice_param_function.py +0 -20
  92. letta_client/types/openai_types_chat_completion_create_params_function.py +0 -22
  93. letta_client/types/response_format_json_object.py +0 -20
  94. letta_client/types/response_format_json_schema.py +0 -22
  95. letta_client/types/response_format_text.py +0 -20
  96. letta_client/types/web_search_options.py +0 -23
  97. letta_client/types/web_search_options_search_context_size.py +0 -5
  98. letta_client/types/web_search_options_user_location.py +0 -22
  99. letta_client/types/web_search_options_user_location_approximate.py +0 -23
  100. {letta_client-0.1.321.dist-info → letta_client-0.1.322.dist-info}/WHEEL +0 -0
letta_client/__init__.py CHANGED
@@ -25,7 +25,6 @@ from .types import (
25
25
  Archive,
26
26
  AssistantMessage,
27
27
  AssistantMessageContent,
28
- Audio,
29
28
  AuthRequest,
30
29
  AuthResponse,
31
30
  AuthSchemeField,
@@ -37,69 +36,10 @@ from .types import (
37
36
  BlockSchema,
38
37
  BlockUpdate,
39
38
  BodyExportAgent,
40
- ChatCompletionAllowedToolChoiceParam,
41
- ChatCompletionAllowedToolsParam,
42
- ChatCompletionAllowedToolsParamMode,
43
- ChatCompletionAssistantMessageParam,
44
- ChatCompletionAssistantMessageParamContent,
45
- ChatCompletionAssistantMessageParamContentItem,
46
- ChatCompletionAssistantMessageParamToolCallsItem,
47
- ChatCompletionAudioParam,
48
- ChatCompletionAudioParamFormat,
49
- ChatCompletionAudioParamVoice,
50
- ChatCompletionContentPartImageParam,
51
- ChatCompletionContentPartInputAudioParam,
52
- ChatCompletionContentPartRefusalParam,
53
- ChatCompletionContentPartTextParam,
54
- ChatCompletionCustomToolParam,
55
- ChatCompletionDeveloperMessageParam,
56
- ChatCompletionDeveloperMessageParamContent,
57
- ChatCompletionFunctionCallOptionParam,
58
- ChatCompletionFunctionMessageParam,
59
- ChatCompletionFunctionToolParam,
60
- ChatCompletionMessageCustomToolCallParam,
61
- ChatCompletionMessageFunctionToolCallInput,
62
- ChatCompletionMessageFunctionToolCallOutput,
63
- ChatCompletionMessageFunctionToolCallParam,
64
- ChatCompletionNamedToolChoiceCustomParam,
65
- ChatCompletionNamedToolChoiceParam,
66
- ChatCompletionPredictionContentParam,
67
- ChatCompletionPredictionContentParamContent,
68
- ChatCompletionStreamOptionsParam,
69
- ChatCompletionSystemMessageParam,
70
- ChatCompletionSystemMessageParamContent,
71
- ChatCompletionToolMessageParam,
72
- ChatCompletionToolMessageParamContent,
73
- ChatCompletionUserMessageParam,
74
- ChatCompletionUserMessageParamContent,
75
- ChatCompletionUserMessageParamContentItem,
39
+ ChatCompletionMessageFunctionToolCall,
76
40
  ChildToolRule,
77
41
  ChildToolRuleSchema,
78
42
  CodeInput,
79
- CompletionCreateParamsNonStreaming,
80
- CompletionCreateParamsNonStreamingFunctionCall,
81
- CompletionCreateParamsNonStreamingMessagesItem,
82
- CompletionCreateParamsNonStreamingModalitiesItem,
83
- CompletionCreateParamsNonStreamingModel,
84
- CompletionCreateParamsNonStreamingReasoningEffort,
85
- CompletionCreateParamsNonStreamingResponseFormat,
86
- CompletionCreateParamsNonStreamingServiceTier,
87
- CompletionCreateParamsNonStreamingStop,
88
- CompletionCreateParamsNonStreamingToolChoice,
89
- CompletionCreateParamsNonStreamingToolsItem,
90
- CompletionCreateParamsNonStreamingVerbosity,
91
- CompletionCreateParamsStreaming,
92
- CompletionCreateParamsStreamingFunctionCall,
93
- CompletionCreateParamsStreamingMessagesItem,
94
- CompletionCreateParamsStreamingModalitiesItem,
95
- CompletionCreateParamsStreamingModel,
96
- CompletionCreateParamsStreamingReasoningEffort,
97
- CompletionCreateParamsStreamingResponseFormat,
98
- CompletionCreateParamsStreamingServiceTier,
99
- CompletionCreateParamsStreamingStop,
100
- CompletionCreateParamsStreamingToolChoice,
101
- CompletionCreateParamsStreamingToolsItem,
102
- CompletionCreateParamsStreamingVerbosity,
103
43
  ComponentsSchemasTextContent,
104
44
  ConditionalToolRule,
105
45
  ConditionalToolRuleSchema,
@@ -108,10 +48,6 @@ from .types import (
108
48
  ContinueToolRule,
109
49
  CoreMemoryBlockSchema,
110
50
  CreateBlock,
111
- CustomFormatGrammar,
112
- CustomFormatGrammarGrammar,
113
- CustomFormatGrammarGrammarSyntax,
114
- CustomFormatText,
115
51
  DeleteDeploymentResponse,
116
52
  DeploymentEntity,
117
53
  DuplicateFileHandling,
@@ -121,19 +57,15 @@ from .types import (
121
57
  EmbeddingConfig,
122
58
  EmbeddingConfigEmbeddingEndpointType,
123
59
  FeedbackType,
124
- File,
125
60
  FileAgentSchema,
126
61
  FileBlock,
127
- FileFile,
128
62
  FileMetadata,
129
63
  FileProcessingStatus,
130
64
  FileSchema,
131
65
  FileStats,
132
66
  Folder,
133
- FunctionCall,
134
- FunctionDefinitionInput,
135
- FunctionDefinitionOutput,
136
- FunctionOutput,
67
+ Function,
68
+ FunctionDefinition,
137
69
  FunctionTool,
138
70
  GenerateToolInput,
139
71
  GenerateToolOutput,
@@ -151,12 +83,8 @@ from .types import (
151
83
  IdentityType,
152
84
  ImageContent,
153
85
  ImageContentSource,
154
- ImageUrl,
155
- ImageUrlDetail,
156
86
  ImportedAgentsResponse,
157
87
  InitToolRule,
158
- InputAudio,
159
- InputAudioFormat,
160
88
  InternalServerErrorBody,
161
89
  InternalTemplateAgentCreate,
162
90
  InternalTemplateAgentCreateResponseFormat,
@@ -168,7 +96,6 @@ from .types import (
168
96
  JobStatus,
169
97
  JobType,
170
98
  JsonObjectResponseFormat,
171
- JsonSchema,
172
99
  JsonSchemaResponseFormat,
173
100
  LettaBatchMessages,
174
101
  LettaBatchRequest,
@@ -226,14 +153,6 @@ from .types import (
226
153
  NotFoundErrorBody,
227
154
  NpmRequirement,
228
155
  OmittedReasoningContent,
229
- OpenaiTypesChatChatCompletionCustomToolParamCustom,
230
- OpenaiTypesChatChatCompletionCustomToolParamCustomFormat,
231
- OpenaiTypesChatChatCompletionMessageCustomToolCallParamCustom,
232
- OpenaiTypesChatChatCompletionMessageFunctionToolCallFunction,
233
- OpenaiTypesChatChatCompletionMessageFunctionToolCallParamFunction,
234
- OpenaiTypesChatChatCompletionNamedToolChoiceCustomParamCustom,
235
- OpenaiTypesChatChatCompletionNamedToolChoiceParamFunction,
236
- OpenaiTypesChatCompletionCreateParamsFunction,
237
156
  Organization,
238
157
  OrganizationCreate,
239
158
  OrganizationSourcesStats,
@@ -255,9 +174,6 @@ from .types import (
255
174
  RedactedReasoningContent,
256
175
  RequiredBeforeExitToolRule,
257
176
  RequiresApprovalToolRule,
258
- ResponseFormatJsonObject,
259
- ResponseFormatJsonSchema,
260
- ResponseFormatText,
261
177
  RoundRobinManager,
262
178
  RoundRobinManagerUpdate,
263
179
  Run,
@@ -331,10 +247,6 @@ from .types import (
331
247
  VectorDbProvider,
332
248
  VoiceSleeptimeManager,
333
249
  VoiceSleeptimeManagerUpdate,
334
- WebSearchOptions,
335
- WebSearchOptionsSearchContextSize,
336
- WebSearchOptionsUserLocation,
337
- WebSearchOptionsUserLocationApproximate,
338
250
  )
339
251
  from .errors import (
340
252
  BadRequestError,
@@ -504,7 +416,6 @@ __all__ = [
504
416
  "AssistantMessage",
505
417
  "AssistantMessageContent",
506
418
  "AsyncLetta",
507
- "Audio",
508
419
  "AuthRequest",
509
420
  "AuthResponse",
510
421
  "AuthSchemeField",
@@ -519,42 +430,7 @@ __all__ = [
519
430
  "BlockUpdate",
520
431
  "BlocksListRequestOrder",
521
432
  "BodyExportAgent",
522
- "ChatCompletionAllowedToolChoiceParam",
523
- "ChatCompletionAllowedToolsParam",
524
- "ChatCompletionAllowedToolsParamMode",
525
- "ChatCompletionAssistantMessageParam",
526
- "ChatCompletionAssistantMessageParamContent",
527
- "ChatCompletionAssistantMessageParamContentItem",
528
- "ChatCompletionAssistantMessageParamToolCallsItem",
529
- "ChatCompletionAudioParam",
530
- "ChatCompletionAudioParamFormat",
531
- "ChatCompletionAudioParamVoice",
532
- "ChatCompletionContentPartImageParam",
533
- "ChatCompletionContentPartInputAudioParam",
534
- "ChatCompletionContentPartRefusalParam",
535
- "ChatCompletionContentPartTextParam",
536
- "ChatCompletionCustomToolParam",
537
- "ChatCompletionDeveloperMessageParam",
538
- "ChatCompletionDeveloperMessageParamContent",
539
- "ChatCompletionFunctionCallOptionParam",
540
- "ChatCompletionFunctionMessageParam",
541
- "ChatCompletionFunctionToolParam",
542
- "ChatCompletionMessageCustomToolCallParam",
543
- "ChatCompletionMessageFunctionToolCallInput",
544
- "ChatCompletionMessageFunctionToolCallOutput",
545
- "ChatCompletionMessageFunctionToolCallParam",
546
- "ChatCompletionNamedToolChoiceCustomParam",
547
- "ChatCompletionNamedToolChoiceParam",
548
- "ChatCompletionPredictionContentParam",
549
- "ChatCompletionPredictionContentParamContent",
550
- "ChatCompletionStreamOptionsParam",
551
- "ChatCompletionSystemMessageParam",
552
- "ChatCompletionSystemMessageParamContent",
553
- "ChatCompletionToolMessageParam",
554
- "ChatCompletionToolMessageParamContent",
555
- "ChatCompletionUserMessageParam",
556
- "ChatCompletionUserMessageParamContent",
557
- "ChatCompletionUserMessageParamContentItem",
433
+ "ChatCompletionMessageFunctionToolCall",
558
434
  "ChildToolRule",
559
435
  "ChildToolRuleSchema",
560
436
  "ClientSideAccessTokensCreateRequestPolicyItem",
@@ -569,30 +445,6 @@ __all__ = [
569
445
  "ClientSideAccessTokensListClientSideAccessTokensResponseTokensItemPolicyDataItem",
570
446
  "ClientSideAccessTokensListClientSideAccessTokensResponseTokensItemPolicyDataItemAccessItem",
571
447
  "CodeInput",
572
- "CompletionCreateParamsNonStreaming",
573
- "CompletionCreateParamsNonStreamingFunctionCall",
574
- "CompletionCreateParamsNonStreamingMessagesItem",
575
- "CompletionCreateParamsNonStreamingModalitiesItem",
576
- "CompletionCreateParamsNonStreamingModel",
577
- "CompletionCreateParamsNonStreamingReasoningEffort",
578
- "CompletionCreateParamsNonStreamingResponseFormat",
579
- "CompletionCreateParamsNonStreamingServiceTier",
580
- "CompletionCreateParamsNonStreamingStop",
581
- "CompletionCreateParamsNonStreamingToolChoice",
582
- "CompletionCreateParamsNonStreamingToolsItem",
583
- "CompletionCreateParamsNonStreamingVerbosity",
584
- "CompletionCreateParamsStreaming",
585
- "CompletionCreateParamsStreamingFunctionCall",
586
- "CompletionCreateParamsStreamingMessagesItem",
587
- "CompletionCreateParamsStreamingModalitiesItem",
588
- "CompletionCreateParamsStreamingModel",
589
- "CompletionCreateParamsStreamingReasoningEffort",
590
- "CompletionCreateParamsStreamingResponseFormat",
591
- "CompletionCreateParamsStreamingServiceTier",
592
- "CompletionCreateParamsStreamingStop",
593
- "CompletionCreateParamsStreamingToolChoice",
594
- "CompletionCreateParamsStreamingToolsItem",
595
- "CompletionCreateParamsStreamingVerbosity",
596
448
  "ComponentsSchemasTextContent",
597
449
  "ConditionalToolRule",
598
450
  "ConditionalToolRuleSchema",
@@ -606,10 +458,6 @@ __all__ = [
606
458
  "CreateAgentRequestResponseFormat",
607
459
  "CreateAgentRequestToolRulesItem",
608
460
  "CreateBlock",
609
- "CustomFormatGrammar",
610
- "CustomFormatGrammarGrammar",
611
- "CustomFormatGrammarGrammarSyntax",
612
- "CustomFormatText",
613
461
  "DeleteDeploymentResponse",
614
462
  "DeleteMcpServerResponseItem",
615
463
  "DeploymentEntity",
@@ -620,20 +468,16 @@ __all__ = [
620
468
  "EmbeddingConfig",
621
469
  "EmbeddingConfigEmbeddingEndpointType",
622
470
  "FeedbackType",
623
- "File",
624
471
  "FileAgentSchema",
625
472
  "FileBlock",
626
- "FileFile",
627
473
  "FileMetadata",
628
474
  "FileProcessingStatus",
629
475
  "FileSchema",
630
476
  "FileStats",
631
477
  "Folder",
632
478
  "FoldersListRequestOrder",
633
- "FunctionCall",
634
- "FunctionDefinitionInput",
635
- "FunctionDefinitionOutput",
636
- "FunctionOutput",
479
+ "Function",
480
+ "FunctionDefinition",
637
481
  "FunctionTool",
638
482
  "GenerateToolInput",
639
483
  "GenerateToolOutput",
@@ -655,12 +499,8 @@ __all__ = [
655
499
  "IdentityType",
656
500
  "ImageContent",
657
501
  "ImageContentSource",
658
- "ImageUrl",
659
- "ImageUrlDetail",
660
502
  "ImportedAgentsResponse",
661
503
  "InitToolRule",
662
- "InputAudio",
663
- "InputAudioFormat",
664
504
  "InternalServerError",
665
505
  "InternalServerErrorBody",
666
506
  "InternalTemplateAgentCreate",
@@ -673,7 +513,6 @@ __all__ = [
673
513
  "JobStatus",
674
514
  "JobType",
675
515
  "JsonObjectResponseFormat",
676
- "JsonSchema",
677
516
  "JsonSchemaResponseFormat",
678
517
  "Letta",
679
518
  "LettaBatchMessages",
@@ -737,14 +576,6 @@ __all__ = [
737
576
  "NotFoundErrorBody",
738
577
  "NpmRequirement",
739
578
  "OmittedReasoningContent",
740
- "OpenaiTypesChatChatCompletionCustomToolParamCustom",
741
- "OpenaiTypesChatChatCompletionCustomToolParamCustomFormat",
742
- "OpenaiTypesChatChatCompletionMessageCustomToolCallParamCustom",
743
- "OpenaiTypesChatChatCompletionMessageFunctionToolCallFunction",
744
- "OpenaiTypesChatChatCompletionMessageFunctionToolCallParamFunction",
745
- "OpenaiTypesChatChatCompletionNamedToolChoiceCustomParamCustom",
746
- "OpenaiTypesChatChatCompletionNamedToolChoiceParamFunction",
747
- "OpenaiTypesChatCompletionCreateParamsFunction",
748
579
  "Organization",
749
580
  "OrganizationCreate",
750
581
  "OrganizationSourcesStats",
@@ -770,9 +601,6 @@ __all__ = [
770
601
  "RedactedReasoningContent",
771
602
  "RequiredBeforeExitToolRule",
772
603
  "RequiresApprovalToolRule",
773
- "ResponseFormatJsonObject",
774
- "ResponseFormatJsonSchema",
775
- "ResponseFormatText",
776
604
  "RoundRobinManager",
777
605
  "RoundRobinManagerUpdate",
778
606
  "Run",
@@ -897,10 +725,6 @@ __all__ = [
897
725
  "VectorDbProvider",
898
726
  "VoiceSleeptimeManager",
899
727
  "VoiceSleeptimeManagerUpdate",
900
- "WebSearchOptions",
901
- "WebSearchOptionsSearchContextSize",
902
- "WebSearchOptionsUserLocation",
903
- "WebSearchOptionsUserLocationApproximate",
904
728
  "__version__",
905
729
  "agents",
906
730
  "archives",
@@ -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.321",
27
+ "User-Agent": "letta-client/0.1.322",
28
28
  "X-Fern-Language": "Python",
29
29
  "X-Fern-SDK-Name": "letta-client",
30
- "X-Fern-SDK-Version": "0.1.321",
30
+ "X-Fern-SDK-Version": "0.1.322",
31
31
  **(self.get_custom_headers() or {}),
32
32
  }
33
33
  if self._project is not None: