markdown-flow 0.2.11__py3-none-any.whl → 0.2.12__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 markdown-flow might be problematic. Click here for more details.
- markdown_flow/__init__.py +1 -1
- markdown_flow/core.py +3 -3
- {markdown_flow-0.2.11.dist-info → markdown_flow-0.2.12.dist-info}/METADATA +1 -1
- {markdown_flow-0.2.11.dist-info → markdown_flow-0.2.12.dist-info}/RECORD +7 -7
- {markdown_flow-0.2.11.dist-info → markdown_flow-0.2.12.dist-info}/WHEEL +0 -0
- {markdown_flow-0.2.11.dist-info → markdown_flow-0.2.12.dist-info}/licenses/LICENSE +0 -0
- {markdown_flow-0.2.11.dist-info → markdown_flow-0.2.12.dist-info}/top_level.txt +0 -0
markdown_flow/__init__.py
CHANGED
markdown_flow/core.py
CHANGED
|
@@ -928,9 +928,9 @@ Original Error: {error_message}
|
|
|
928
928
|
Task: Analyze the given content block and determine if it needs to be converted to an interaction block to collect user information.
|
|
929
929
|
|
|
930
930
|
Judgment criteria:
|
|
931
|
-
1.
|
|
932
|
-
2.
|
|
933
|
-
3.
|
|
931
|
+
1. It requires to generate/show buttons
|
|
932
|
+
2. It requires to generate/show checkboxs or multi-selection interactive elements
|
|
933
|
+
3. It requires to generate/show text input box
|
|
934
934
|
|
|
935
935
|
If conversion is needed, generate a STANDARD interaction block format with SPECIFIC options based on the document-level instructions and context provided in the user message."""
|
|
936
936
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: markdown-flow
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.12
|
|
4
4
|
Summary: An agent library designed to parse and process MarkdownFlow documents
|
|
5
5
|
Project-URL: Homepage, https://github.com/ai-shifu/markdown-flow-agent-py
|
|
6
6
|
Project-URL: Bug Tracker, https://github.com/ai-shifu/markdown-flow-agent-py/issues
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
markdown_flow/__init__.py,sha256=
|
|
1
|
+
markdown_flow/__init__.py,sha256=3RX4XqfRF50P1XTEZJOo6zOpqnI78rm8tuMF4ABiCx4,2875
|
|
2
2
|
markdown_flow/constants.py,sha256=pd_KCpTEVlz_IXYekrByqb9VWCQR_XHXoGsFYdLW1Eg,8006
|
|
3
|
-
markdown_flow/core.py,sha256=
|
|
3
|
+
markdown_flow/core.py,sha256=g35M6AQ4_CEFPMqmMpGypPR7hZwsh2y3wbxrICRSZds,49323
|
|
4
4
|
markdown_flow/enums.py,sha256=Wr41zt0Ce5b3fyLtOTE2erEVp1n92g9OVaBF_BZg_l8,820
|
|
5
5
|
markdown_flow/exceptions.py,sha256=9sUZ-Jd3CPLdSRqG8Pw7eMm7cv_S3VZM6jmjUU8OhIc,976
|
|
6
6
|
markdown_flow/llm.py,sha256=MhllCwqzrN_RtIG-whfdkNk6e0WQ2H6RJVCRv3lNM_0,2531
|
|
7
7
|
markdown_flow/models.py,sha256=ENcvXMVXwpFN-RzbeVHhXTjBN0bbmRpJ96K-XS2rizI,2893
|
|
8
8
|
markdown_flow/utils.py,sha256=cVi0zDRK_rCMAr3EDhgITmx6Po5fSvYjqrprYaitYE0,28450
|
|
9
|
-
markdown_flow-0.2.
|
|
10
|
-
markdown_flow-0.2.
|
|
11
|
-
markdown_flow-0.2.
|
|
12
|
-
markdown_flow-0.2.
|
|
13
|
-
markdown_flow-0.2.
|
|
9
|
+
markdown_flow-0.2.12.dist-info/licenses/LICENSE,sha256=qz3BziejhHPd1xa5eVtYEU5Qp6L2pn4otuj194uGxmc,1069
|
|
10
|
+
markdown_flow-0.2.12.dist-info/METADATA,sha256=uTVCF7unXm-eFO0XtvTdGTG-WT3zzx4BcCyBv2WasBQ,24287
|
|
11
|
+
markdown_flow-0.2.12.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
12
|
+
markdown_flow-0.2.12.dist-info/top_level.txt,sha256=DpigGvQuIt2L0TTLnDU5sylhiTGiZS7MmAMa2hi-AJs,14
|
|
13
|
+
markdown_flow-0.2.12.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|