promptlayer 1.0.49__py3-none-any.whl → 1.0.50__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 promptlayer might be problematic. Click here for more details.
- promptlayer/__init__.py +1 -1
- promptlayer/promptlayer_mixins.py +1 -1
- {promptlayer-1.0.49.dist-info → promptlayer-1.0.50.dist-info}/METADATA +1 -1
- {promptlayer-1.0.49.dist-info → promptlayer-1.0.50.dist-info}/RECORD +6 -6
- {promptlayer-1.0.49.dist-info → promptlayer-1.0.50.dist-info}/LICENSE +0 -0
- {promptlayer-1.0.49.dist-info → promptlayer-1.0.50.dist-info}/WHEEL +0 -0
promptlayer/__init__.py
CHANGED
|
@@ -271,7 +271,7 @@ class PromptLayerMixin:
|
|
|
271
271
|
"metadata": metadata,
|
|
272
272
|
"prompt_id": request_params["prompt_blueprint"]["id"],
|
|
273
273
|
"prompt_version": request_params["prompt_blueprint"]["version"],
|
|
274
|
-
"prompt_input_variables": input_variables,
|
|
274
|
+
"prompt_input_variables": input_variables or {},
|
|
275
275
|
"group_id": group_id,
|
|
276
276
|
"return_prompt_blueprint": True,
|
|
277
277
|
"span_id": pl_run_span_id,
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
promptlayer/__init__.py,sha256=
|
|
1
|
+
promptlayer/__init__.py,sha256=9euweum0cu5G_SEQn2Jx-hLgru-i_1YssP_dMEEG7q0,140
|
|
2
2
|
promptlayer/groups/__init__.py,sha256=xhOAolLUBkr76ZHvJr29OwjCIk1V9qKQXjZCuyTJUIY,429
|
|
3
3
|
promptlayer/groups/groups.py,sha256=YPROicy-TzpkrpA8vOpZS2lwvJ6VRtlbQ1S2oT1N0vM,338
|
|
4
4
|
promptlayer/promptlayer.py,sha256=0fpKdfbhyjrlNAY68juVSuhx8vWh7bf_wgGfQjnJef4,21344
|
|
5
5
|
promptlayer/promptlayer_base.py,sha256=jOgXzNZlV1LKOOsXSSAOgn8o4hXn_EV0oY9Nf3Bsu_s,6872
|
|
6
|
-
promptlayer/promptlayer_mixins.py,sha256=
|
|
6
|
+
promptlayer/promptlayer_mixins.py,sha256=WOgHhI0EnE9ZYWxzmH2KyNBaokVqaB3PggdShT-J40U,10903
|
|
7
7
|
promptlayer/span_exporter.py,sha256=Pc1-zWAcjVCSykh-4rYPqiEZvzkG9xaYLVoHFY_TWaQ,2410
|
|
8
8
|
promptlayer/templates.py,sha256=7ObDPMzHXjttDdJdCXA_pDL9XAnmcujIWucmgZJcOC8,1179
|
|
9
9
|
promptlayer/track/__init__.py,sha256=tyweLTAY7UpYpBHWwY-T3pOPDIlGjcgccYXqU_r0694,1710
|
|
@@ -12,7 +12,7 @@ promptlayer/types/__init__.py,sha256=xJcvQuOk91ZBBePb40-1FDNDKYrZoH5lPE2q6_UhprM
|
|
|
12
12
|
promptlayer/types/prompt_template.py,sha256=GoYSorgBmUgvtyXaGAOv0KgVC61Llzn8bND6PF1fW50,4929
|
|
13
13
|
promptlayer/types/request_log.py,sha256=xU6bcxQar6GaBOJlgZTavXUV3FjE8sF_nSjPu4Ya_00,174
|
|
14
14
|
promptlayer/utils.py,sha256=06RMsVAMeVF7eWaO4drVPPyboJjDOh65w6pvm1HvAeI,69309
|
|
15
|
-
promptlayer-1.0.
|
|
16
|
-
promptlayer-1.0.
|
|
17
|
-
promptlayer-1.0.
|
|
18
|
-
promptlayer-1.0.
|
|
15
|
+
promptlayer-1.0.50.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
16
|
+
promptlayer-1.0.50.dist-info/METADATA,sha256=pccSDDx8Puf3PH56lw94YD3M2wNHTJ0tHDuqSOUM2NA,4819
|
|
17
|
+
promptlayer-1.0.50.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
18
|
+
promptlayer-1.0.50.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|