LLM-Bridge 1.10.0a3__py3-none-any.whl → 1.10.0a4__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.
- llm_bridge/client/implementations/gemini/gemini_response_handler.py +3 -3
- {llm_bridge-1.10.0a3.dist-info → llm_bridge-1.10.0a4.dist-info}/METADATA +1 -1
- {llm_bridge-1.10.0a3.dist-info → llm_bridge-1.10.0a4.dist-info}/RECORD +6 -6
- {llm_bridge-1.10.0a3.dist-info → llm_bridge-1.10.0a4.dist-info}/WHEEL +0 -0
- {llm_bridge-1.10.0a3.dist-info → llm_bridge-1.10.0a4.dist-info}/licenses/LICENSE +0 -0
- {llm_bridge-1.10.0a3.dist-info → llm_bridge-1.10.0a4.dist-info}/top_level.txt +0 -0
|
@@ -41,9 +41,9 @@ class GeminiResponseHandler:
|
|
|
41
41
|
elif not part.thought:
|
|
42
42
|
printing_status = PrintingStatus.Response
|
|
43
43
|
text += part.text
|
|
44
|
-
# Code
|
|
45
|
-
|
|
46
|
-
|
|
44
|
+
# Code
|
|
45
|
+
if part.executable_code is not None:
|
|
46
|
+
code += part.executable_code.code
|
|
47
47
|
# Code Output
|
|
48
48
|
if part.code_execution_result is not None:
|
|
49
49
|
code_output += part.code_execution_result.output
|
|
@@ -9,7 +9,7 @@ llm_bridge/client/implementations/claude/claude_token_counter.py,sha256=g8M7BFY2
|
|
|
9
9
|
llm_bridge/client/implementations/claude/non_stream_claude_client.py,sha256=xnge1J-j_Er4K4L1UxhjuxAs_Pl6vralxTKk9yItwjI,2500
|
|
10
10
|
llm_bridge/client/implementations/claude/stream_claude_client.py,sha256=q4w1UYc1yZJw5UFOtnxCoeg8MFp5soc1d57YiCTCCGE,2109
|
|
11
11
|
llm_bridge/client/implementations/gemini/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
12
|
-
llm_bridge/client/implementations/gemini/gemini_response_handler.py,sha256=
|
|
12
|
+
llm_bridge/client/implementations/gemini/gemini_response_handler.py,sha256=LADXq5h_bbuCclp4RTf70YtQ0_9JFRRzo7j4V5Ts7y4,4388
|
|
13
13
|
llm_bridge/client/implementations/gemini/gemini_token_counter.py,sha256=M_mlrtu_dZTgEG9JgRaPDVyXqFtHSSVAIhsknhOaVrs,504
|
|
14
14
|
llm_bridge/client/implementations/gemini/non_stream_gemini_client.py,sha256=JGNNpeln42SoXg2vGIC9xG5GGlBh6dIhz4BzYIkgraA,1302
|
|
15
15
|
llm_bridge/client/implementations/gemini/stream_gemini_client.py,sha256=vqPhQdr-jaHXzn-_1PSZfpo96zM-_89XOEXIx7UBBIw,1545
|
|
@@ -55,8 +55,8 @@ llm_bridge/type/model_message/claude_message.py,sha256=gYJUTbLUeifQMva3Axarc-VFe
|
|
|
55
55
|
llm_bridge/type/model_message/gemini_message.py,sha256=mh8pf929g7_NkBzSOwnLXyrwSzTT4yt2FmyX7NZn0sM,4302
|
|
56
56
|
llm_bridge/type/model_message/openai_message.py,sha256=xFaLY-cZoSwNd7E9BSWQjBNcRfCVH11X9s2yxXlctR0,453
|
|
57
57
|
llm_bridge/type/model_message/openai_responses_message.py,sha256=be1q2euA0ybjj4NO6NxOGIRB9eJuXSb4ssUm_bM4Ocs,1529
|
|
58
|
-
llm_bridge-1.10.
|
|
59
|
-
llm_bridge-1.10.
|
|
60
|
-
llm_bridge-1.10.
|
|
61
|
-
llm_bridge-1.10.
|
|
62
|
-
llm_bridge-1.10.
|
|
58
|
+
llm_bridge-1.10.0a4.dist-info/licenses/LICENSE,sha256=m6uon-6P_CaiqcBfApMfjG9YRtDxcr40Z52JcqUCEAE,1069
|
|
59
|
+
llm_bridge-1.10.0a4.dist-info/METADATA,sha256=DfkeSM-dLaAyKS2FsmU0GH7Ar4-DLD8Y50oSYpPI1vM,7851
|
|
60
|
+
llm_bridge-1.10.0a4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
61
|
+
llm_bridge-1.10.0a4.dist-info/top_level.txt,sha256=PtxyrgNX1lSa1Ab_qswg0sekSXejG5zrS6b_v3Po05g,11
|
|
62
|
+
llm_bridge-1.10.0a4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|