syllable-sdk 0.36.12__py3-none-any.whl → 0.36.17__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.
syllable_sdk/_version.py CHANGED
@@ -3,10 +3,10 @@
3
3
  import importlib.metadata
4
4
 
5
5
  __title__: str = "syllable-sdk"
6
- __version__: str = "0.36.12"
6
+ __version__: str = "0.36.17"
7
7
  __openapi_doc_version__: str = "0.0.2"
8
- __gen_version__: str = "2.706.1"
9
- __user_agent__: str = "speakeasy-sdk/python 0.36.12 2.706.1 0.0.2 syllable-sdk"
8
+ __gen_version__: str = "2.709.0"
9
+ __user_agent__: str = "speakeasy-sdk/python 0.36.17 2.709.0 0.0.2 syllable-sdk"
10
10
 
11
11
  try:
12
12
  if __package__ is not None:
@@ -41,7 +41,9 @@ class SessionTypedDict(TypedDict):
41
41
  prompt_name: NotRequired[Nullable[str]]
42
42
  r"""Name of the prompt used by the agent with which the session occurred"""
43
43
  prompt_version: NotRequired[Nullable[str]]
44
- r"""Version of the prompt used by the agent with which the session occurred"""
44
+ r"""Legacy prompt version timestamp used by the agent with which the session occurred"""
45
+ prompt_version_number: NotRequired[Nullable[int]]
46
+ r"""Prompt version number used by the agent with which the session occurred (new system)"""
45
47
  duration: NotRequired[Nullable[float]]
46
48
  r"""Duration of the session in seconds"""
47
49
  session_label_id: NotRequired[Nullable[str]]
@@ -96,7 +98,10 @@ class Session(BaseModel):
96
98
  r"""Name of the prompt used by the agent with which the session occurred"""
97
99
 
98
100
  prompt_version: OptionalNullable[str] = UNSET
99
- r"""Version of the prompt used by the agent with which the session occurred"""
101
+ r"""Legacy prompt version timestamp used by the agent with which the session occurred"""
102
+
103
+ prompt_version_number: OptionalNullable[int] = UNSET
104
+ r"""Prompt version number used by the agent with which the session occurred (new system)"""
100
105
 
101
106
  duration: OptionalNullable[float] = UNSET
102
107
  r"""Duration of the session in seconds"""
@@ -131,6 +136,7 @@ class Session(BaseModel):
131
136
  "prompt_id",
132
137
  "prompt_name",
133
138
  "prompt_version",
139
+ "prompt_version_number",
134
140
  "duration",
135
141
  "session_label_id",
136
142
  "source",
@@ -151,6 +157,7 @@ class Session(BaseModel):
151
157
  "prompt_id",
152
158
  "prompt_name",
153
159
  "prompt_version",
160
+ "prompt_version_number",
154
161
  "duration",
155
162
  "session_label_id",
156
163
  "source",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: syllable-sdk
3
- Version: 0.36.12
3
+ Version: 0.36.17
4
4
  Summary: Python Client SDK Generated by Speakeasy.
5
5
  Author: Syllable
6
6
  Requires-Python: >=3.9.2
@@ -3,7 +3,7 @@ syllable_sdk/_hooks/__init__.py,sha256=9_7W5jAYw8rcO8Kfc-Ty-lB82BHfksAJJpVFb_UeU
3
3
  syllable_sdk/_hooks/registration.py,sha256=1QZB41w6If7I9dXiOSQx6dhSc6BPWrnI5Q5bMOr4iVA,624
4
4
  syllable_sdk/_hooks/sdkhooks.py,sha256=aRu2TMpxilLKDrG6EIy6uQd6IrBH7kaHOoVkd7GIcus,2562
5
5
  syllable_sdk/_hooks/types.py,sha256=uwJkn18g4_rLZhVtKdE6Ed5YcCjGWSqVgN9-PWqV7Ho,3053
6
- syllable_sdk/_version.py,sha256=TDoyA-2gWKwQd9qsVFFVGn9y-AoQccq6nzks3-ooTzM,470
6
+ syllable_sdk/_version.py,sha256=fjff8MUAQVlylL7OH8X74_WwByaq05T057ym9vNSCa0,470
7
7
  syllable_sdk/agents.py,sha256=8Mi55XEKRofGeW9iS5haXK-7wEd7Yo5M2ROH_x5sepQ,46796
8
8
  syllable_sdk/basesdk.py,sha256=PCXez-bS_sOzXpRo7awDMzW4zqGJtktHytrlQfG1HNw,12211
9
9
  syllable_sdk/batches.py,sha256=qgI5PRkdgLdaJl4DPfs4mBJrB0OY_CCDePYntyjleSs,73059
@@ -257,7 +257,7 @@ syllable_sdk/models/serviceproperties.py,sha256=EHFdvU1QBJp4RnJqBaBMb8zZ4XdKFTcY
257
257
  syllable_sdk/models/serviceresponse.py,sha256=BgAhYy4ZPaaa7TzLCgnByXF0pxlZEn6Iy0XZmLHqgsU,3217
258
258
  syllable_sdk/models/services_get_by_idop.py,sha256=y7p_wwbjkL-DRN3v20J_8JVe-aXeTL7WLtaYEmXOreA,494
259
259
  syllable_sdk/models/serviceupdaterequest.py,sha256=JMfYCiOFE_tBFxgcjRHYCEClK6EzN3mY5DUEpf0IVQ4,3469
260
- syllable_sdk/models/session.py,sha256=_16iy4DPLJYeZt2TBqStkSy11j-FHmTBRiVcAi2QbqY,6971
260
+ syllable_sdk/models/session.py,sha256=LB6XD3FMD59g2uV3yrLRmbb-LGVq5FTkzzzLKlAMIUc,7369
261
261
  syllable_sdk/models/session_full_summary_get_by_idop.py,sha256=9mvK1ONJebhTEbL7NxOMQqlk8r3kc56TfXkSaaVvGXQ,514
262
262
  syllable_sdk/models/session_get_by_idop.py,sha256=snBsZ3SLmPa98ATGNRdoiL9GzSiZot-beY9DRPZtK24,492
263
263
  syllable_sdk/models/session_label_get_by_idop.py,sha256=V90OpTGH3tPScsZFI1X1hAW0OmgFH5svAPC3TcmwTok,514
@@ -373,6 +373,6 @@ syllable_sdk/utils/url.py,sha256=BgGPgcTA6MRK4bF8fjP2dUopN3NzEzxWMXPBVg8NQUA,525
373
373
  syllable_sdk/utils/values.py,sha256=CcaCXEa3xHhkUDROyXZocN8f0bdITftv9Y0P9lTf0YM,3517
374
374
  syllable_sdk/v1.py,sha256=zMPQz7GtZxDuziCcmhKk2IS7EfiaW9WfiSIqAGbb-o4,53448
375
375
  syllable_sdk/workflows.py,sha256=kQPJzssdldotkipoWzu1ddas4IKbpFdXkGFDwDkWt1M,64777
376
- syllable_sdk-0.36.12.dist-info/METADATA,sha256=_5_ZykaXUgQhvM4myMlexctOvkT4hqFMvs331hWHv58,46217
377
- syllable_sdk-0.36.12.dist-info/WHEEL,sha256=M5asmiAlL6HEcOq52Yi5mmk9KmTVjY2RDPtO4p9DMrc,88
378
- syllable_sdk-0.36.12.dist-info/RECORD,,
376
+ syllable_sdk-0.36.17.dist-info/METADATA,sha256=CjxKwis3_8duxoCWWz1SsLBF7NL3NsqlcQKS2hZ7rew,46217
377
+ syllable_sdk-0.36.17.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
378
+ syllable_sdk-0.36.17.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 2.2.0
2
+ Generator: poetry-core 2.2.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any