langfun 0.1.2.dev202410260804__py3-none-any.whl → 0.1.2.dev202410270804__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.
- langfun/core/structured/parsing.py +2 -0
- {langfun-0.1.2.dev202410260804.dist-info → langfun-0.1.2.dev202410270804.dist-info}/METADATA +1 -1
- {langfun-0.1.2.dev202410260804.dist-info → langfun-0.1.2.dev202410270804.dist-info}/RECORD +6 -6
- {langfun-0.1.2.dev202410260804.dist-info → langfun-0.1.2.dev202410270804.dist-info}/LICENSE +0 -0
- {langfun-0.1.2.dev202410260804.dist-info → langfun-0.1.2.dev202410270804.dist-info}/WHEEL +0 -0
- {langfun-0.1.2.dev202410260804.dist-info → langfun-0.1.2.dev202410270804.dist-info}/top_level.txt +0 -0
@@ -286,6 +286,8 @@ def call(
|
|
286
286
|
)
|
287
287
|
# Chain the source of the parsed output to the LM output.
|
288
288
|
parsing_message.root.source = lm_output
|
289
|
+
parsing_message.tag('parsing-lm-output')
|
290
|
+
parsing_message.lm_input.tag('parsing-lm-input')
|
289
291
|
return parsing_message if returns_message else parsing_message.result
|
290
292
|
|
291
293
|
|
@@ -98,7 +98,7 @@ langfun/core/structured/function_generation.py,sha256=pFgS3vcRAWiuFBol2x5Eeip3Xq
|
|
98
98
|
langfun/core/structured/function_generation_test.py,sha256=ZJI-aaGgWWszn92u7h5IZ9Pl70N2DgAGGJrIxPzsvwg,10065
|
99
99
|
langfun/core/structured/mapping.py,sha256=pMSvxEPqA8h7LsCMKMGG5Fcm0hyaIOTHFcoddQpn4cs,13574
|
100
100
|
langfun/core/structured/mapping_test.py,sha256=bHm2ZCXBITq_G8Lvw_olFHeUUc4s_lGXZm9v9JhoPB4,9630
|
101
|
-
langfun/core/structured/parsing.py,sha256=
|
101
|
+
langfun/core/structured/parsing.py,sha256=D58wBWOC6r6DCJNychCDkiHPrsy1XJfBDCDDZtug00k,11765
|
102
102
|
langfun/core/structured/parsing_test.py,sha256=i0i090FVgM8ngGqYjds0hjEm1v7q4gv18k-z1kaNr7E,21467
|
103
103
|
langfun/core/structured/prompting.py,sha256=huwwh01AQQCwPBQESOMI_V1V5PZkVQ8C89Yjk67_4Uw,10677
|
104
104
|
langfun/core/structured/prompting_test.py,sha256=pviyb8yTnxkWPAZodLIlQT8y2ScE6FfSHKWf1NUtV-Y,26718
|
@@ -119,8 +119,8 @@ langfun/core/templates/demonstration.py,sha256=vCrgYubdZM5Umqcgp8NUVGXgr4P_c-fik
|
|
119
119
|
langfun/core/templates/demonstration_test.py,sha256=SafcDQ0WgI7pw05EmPI2S4v1t3ABKzup8jReCljHeK4,2162
|
120
120
|
langfun/core/templates/selfplay.py,sha256=yhgrJbiYwq47TgzThmHrDQTF4nDrTI09CWGhuQPNv-s,2273
|
121
121
|
langfun/core/templates/selfplay_test.py,sha256=Ot__1P1M8oJfoTp-M9-PQ6HUXqZKyMwvZ5f7yQ3yfyM,2326
|
122
|
-
langfun-0.1.2.
|
123
|
-
langfun-0.1.2.
|
124
|
-
langfun-0.1.2.
|
125
|
-
langfun-0.1.2.
|
126
|
-
langfun-0.1.2.
|
122
|
+
langfun-0.1.2.dev202410270804.dist-info/LICENSE,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
|
123
|
+
langfun-0.1.2.dev202410270804.dist-info/METADATA,sha256=P6bilCfUTSSlbJKbHNVnbZcd-9U4Gc1qhlIdt04olfk,8890
|
124
|
+
langfun-0.1.2.dev202410270804.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
|
125
|
+
langfun-0.1.2.dev202410270804.dist-info/top_level.txt,sha256=RhlEkHxs1qtzmmtWSwYoLVJAc1YrbPtxQ52uh8Z9VvY,8
|
126
|
+
langfun-0.1.2.dev202410270804.dist-info/RECORD,,
|
File without changes
|
File without changes
|
{langfun-0.1.2.dev202410260804.dist-info → langfun-0.1.2.dev202410270804.dist-info}/top_level.txt
RENAMED
File without changes
|