llumo 0.2.45__py3-none-any.whl → 0.2.46__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.
llumo/client.py CHANGED
@@ -2423,6 +2423,10 @@ class LlumoClient:
2423
2423
  # 2. Poll for Results
2424
2424
  insight_result = dataPollingFuncForInsight(payload)
2425
2425
  # llumoInsight = formattedInsightResponse(llmResponse=insight_result)
2426
+ if "error" in insight_result[0]:
2427
+ insight = insight_result[0]["rawResponse"]["response"]["candidates"][0]["content"]["parts"][0]["text"]
2428
+
2429
+ return {"llumoInsight": [insight]}
2426
2430
 
2427
2431
  return {"llumoInsight": insight_result}
2428
2432
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: llumo
3
- Version: 0.2.45
3
+ Version: 0.2.46
4
4
  Summary: Python SDK for interacting with the Llumo ai API.
5
5
  Home-page: https://www.llumo.ai/
6
6
  Author: Llumo
@@ -2,7 +2,7 @@ llumo/__init__.py,sha256=kkuppu7ZPiVZFdnYzJ9BM3syMbYHOSZLpwKwAvGHsnY,311
2
2
  llumo/callback.py,sha256=XQbImLnd64_B2Iir-FCaJcL5Kmpm3RlXJH2zDRXk_yk,25135
3
3
  llumo/callbacks-0.py,sha256=TEIOCWRvk2UYsTmBMBsnlgpqWvr-2y3a6d0w_e96NRM,8958
4
4
  llumo/chains.py,sha256=6lCgLseh04RUgc6SahhmvQj82quay2Mi1j8gPUlx8Es,2923
5
- llumo/client.py,sha256=bXaLQc6n43GgxEEkrDZi-G7L3-1vQ7eBMozSlkyVluY,91891
5
+ llumo/client.py,sha256=tEP8_h3ygDF-1g7C2BvK8V4bbl4QEf0INPniUwzAyy0,92095
6
6
  llumo/exceptions.py,sha256=jiEODf2eU-aEM8zjfnT9Mgs5UbnvP5RDVw-tsEMC3No,3984
7
7
  llumo/execution.py,sha256=nWbJ7AvWuUPcOb6i-JzKRna_PvF-ewZTiK8skS-5n3w,1380
8
8
  llumo/functionCalling.py,sha256=D5jYapu1rIvdIJNUYPYMTyhQ1H-6nkwoOLMi6eekfUE,7241
@@ -13,8 +13,8 @@ llumo/llumoSessionContext.py,sha256=UFJK-_UnNIgncYI28_fsy8nluiiSS_kVQpI8qeLZeTE,
13
13
  llumo/models.py,sha256=aVEZsOOoQx5LeNtwSyBxqvrINq0izH3QWu_YjsMPE6o,2910
14
14
  llumo/openai.py,sha256=VstBzaORe8Tq0feUIIEszzcN1oq6TJfkPviaCr5d3Bw,8950
15
15
  llumo/sockets.py,sha256=pfWz1zTEiwqJhdbSy3i3_Y4WlIdJ3cuac11wMePeBS0,6130
16
- llumo-0.2.45.dist-info/licenses/LICENSE,sha256=tF9yAcfPV9xGT3ViWmC8hPvOo8BEk4ZICbUfcEo8Dlk,182
17
- llumo-0.2.45.dist-info/METADATA,sha256=Mndnh_XgYcwolMZ8EI154VFu9elzv87b6LwO_dwI1Ws,1662
18
- llumo-0.2.45.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
19
- llumo-0.2.45.dist-info/top_level.txt,sha256=d5zUTMI99llPtLRB8rtSrqELm_bOqX-bNC5IcwlDk88,6
20
- llumo-0.2.45.dist-info/RECORD,,
16
+ llumo-0.2.46.dist-info/licenses/LICENSE,sha256=tF9yAcfPV9xGT3ViWmC8hPvOo8BEk4ZICbUfcEo8Dlk,182
17
+ llumo-0.2.46.dist-info/METADATA,sha256=6r6RAV6Haplmt8cMhM7sMpfZ0lkiZrPvI7bysS4nG1o,1662
18
+ llumo-0.2.46.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
19
+ llumo-0.2.46.dist-info/top_level.txt,sha256=d5zUTMI99llPtLRB8rtSrqELm_bOqX-bNC5IcwlDk88,6
20
+ llumo-0.2.46.dist-info/RECORD,,
File without changes