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 +4 -0
- {llumo-0.2.45.dist-info → llumo-0.2.46.dist-info}/METADATA +1 -1
- {llumo-0.2.45.dist-info → llumo-0.2.46.dist-info}/RECORD +6 -6
- {llumo-0.2.45.dist-info → llumo-0.2.46.dist-info}/WHEEL +0 -0
- {llumo-0.2.45.dist-info → llumo-0.2.46.dist-info}/licenses/LICENSE +0 -0
- {llumo-0.2.45.dist-info → llumo-0.2.46.dist-info}/top_level.txt +0 -0
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
|
|
|
@@ -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=
|
|
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.
|
|
17
|
-
llumo-0.2.
|
|
18
|
-
llumo-0.2.
|
|
19
|
-
llumo-0.2.
|
|
20
|
-
llumo-0.2.
|
|
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
|
|
File without changes
|
|
File without changes
|