letta-client 0.1.76__py3-none-any.whl → 0.1.77__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/voice/client.py +2 -2
- {letta_client-0.1.76.dist-info → letta_client-0.1.77.dist-info}/METADATA +1 -1
- {letta_client-0.1.76.dist-info → letta_client-0.1.77.dist-info}/RECORD +5 -5
- {letta_client-0.1.76.dist-info → letta_client-0.1.77.dist-info}/WHEEL +0 -0
|
@@ -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.
|
|
19
|
+
"X-Fern-SDK-Version": "0.1.77",
|
|
20
20
|
}
|
|
21
21
|
if self.token is not None:
|
|
22
22
|
headers["Authorization"] = f"Bearer {self.token}"
|
letta_client/voice/client.py
CHANGED
|
@@ -67,7 +67,7 @@ class VoiceClient:
|
|
|
67
67
|
)
|
|
68
68
|
"""
|
|
69
69
|
_response = self._client_wrapper.httpx_client.request(
|
|
70
|
-
f"v1/voice/{jsonable_encoder(agent_id)}/chat/completions",
|
|
70
|
+
f"v1/voice-beta/{jsonable_encoder(agent_id)}/chat/completions",
|
|
71
71
|
method="POST",
|
|
72
72
|
json=convert_and_respect_annotation_metadata(
|
|
73
73
|
object_=request, annotation=CreateVoiceChatCompletionsRequest, direction="write"
|
|
@@ -158,7 +158,7 @@ class AsyncVoiceClient:
|
|
|
158
158
|
asyncio.run(main())
|
|
159
159
|
"""
|
|
160
160
|
_response = await self._client_wrapper.httpx_client.request(
|
|
161
|
-
f"v1/voice/{jsonable_encoder(agent_id)}/chat/completions",
|
|
161
|
+
f"v1/voice-beta/{jsonable_encoder(agent_id)}/chat/completions",
|
|
162
162
|
method="POST",
|
|
163
163
|
json=convert_and_respect_annotation_metadata(
|
|
164
164
|
object_=request, annotation=CreateVoiceChatCompletionsRequest, direction="write"
|
|
@@ -234,7 +234,7 @@ letta_client/blocks/client.py,sha256=LE9dsHaBxFLC3G035f0VpNDG7XKWRK8y9OXpeFCMvUw
|
|
|
234
234
|
letta_client/client.py,sha256=xdSrD4IkWokZHujowd1r7zESBoVgKGNvo6RqgZ3f0Fg,12808
|
|
235
235
|
letta_client/core/__init__.py,sha256=OKbX2aCZXgHCDUsCouqv-OiX32xA6eFFCKIUH9M5Vzk,1591
|
|
236
236
|
letta_client/core/api_error.py,sha256=RE8LELok2QCjABadECTvtDp7qejA1VmINCh6TbqPwSE,426
|
|
237
|
-
letta_client/core/client_wrapper.py,sha256=
|
|
237
|
+
letta_client/core/client_wrapper.py,sha256=C7fBDdx_orCk4CP53xXubQTaQL1EQeWcRsOh94IY__M,1997
|
|
238
238
|
letta_client/core/datetime_utils.py,sha256=nBys2IsYrhPdszxGKCNRPSOCwa-5DWOHG95FB8G9PKo,1047
|
|
239
239
|
letta_client/core/file.py,sha256=d4NNbX8XvXP32z8KpK2Xovv33nFfruIrpz0QWxlgpZk,2663
|
|
240
240
|
letta_client/core/http_client.py,sha256=Z77OIxIbL4OAB2IDqjRq_sYa5yNYAWfmdhdCSSvh6Y4,19552
|
|
@@ -686,9 +686,9 @@ letta_client/types/web_search_options_user_location.py,sha256=4aXfFcwUBu7YNA5XBj
|
|
|
686
686
|
letta_client/types/web_search_options_user_location_approximate.py,sha256=Ywk01J9H67L6_498E5E6ceJ2VbJUfcLiIJWD_s92_M0,731
|
|
687
687
|
letta_client/version.py,sha256=bttKLbIhO3UonCYQlqs600zzbQgfhCCMjeXR9WRzid4,79
|
|
688
688
|
letta_client/voice/__init__.py,sha256=ZrZEuXIukVGhsfM-i0dIFfqjeSOBMPeEgDva7VvnipE,167
|
|
689
|
-
letta_client/voice/client.py,sha256=
|
|
689
|
+
letta_client/voice/client.py,sha256=2KKJiteGk5HQM79ne1jOPl_ZyUTfZM_gXNdZZ_ndPU8,6485
|
|
690
690
|
letta_client/voice/types/__init__.py,sha256=hBLJcrom99DkDxxsVRU2ni8kPx6SsCy8gtAJvNOz26w,199
|
|
691
691
|
letta_client/voice/types/create_voice_chat_completions_request.py,sha256=K4__83rXRCshfdobyAmH-5fUDJQ_PeSQetTUeC4Abk0,381
|
|
692
|
-
letta_client-0.1.
|
|
693
|
-
letta_client-0.1.
|
|
694
|
-
letta_client-0.1.
|
|
692
|
+
letta_client-0.1.77.dist-info/METADATA,sha256=PvdfXj-r_Bus9_HKv1zHMjP3h_f_EZ23RRAiq3pPRb0,5041
|
|
693
|
+
letta_client-0.1.77.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
|
694
|
+
letta_client-0.1.77.dist-info/RECORD,,
|
|
File without changes
|