pro-craft 0.1.42__py3-none-any.whl → 0.1.44__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 pro-craft might be problematic. Click here for more details.
- pro_craft/server/router/prompt.py +2 -2
- {pro_craft-0.1.42.dist-info → pro_craft-0.1.44.dist-info}/METADATA +1 -1
- {pro_craft-0.1.42.dist-info → pro_craft-0.1.44.dist-info}/RECORD +5 -5
- {pro_craft-0.1.42.dist-info → pro_craft-0.1.44.dist-info}/WHEEL +0 -0
- {pro_craft-0.1.42.dist-info → pro_craft-0.1.44.dist-info}/top_level.txt +0 -0
|
@@ -114,7 +114,7 @@ def create_router(database_url: str,
|
|
|
114
114
|
demand = "上传",
|
|
115
115
|
score = 70,
|
|
116
116
|
session = session)
|
|
117
|
-
return PromptResponse(msg = "success",content=
|
|
117
|
+
return PromptResponse(msg = "success",content="")
|
|
118
118
|
except Exception as e:
|
|
119
119
|
raise HTTPException(
|
|
120
120
|
status_code=500, detail=f"{e}"
|
|
@@ -140,7 +140,7 @@ def create_router(database_url: str,
|
|
|
140
140
|
demand = "",
|
|
141
141
|
score = 61,
|
|
142
142
|
session = session)
|
|
143
|
-
return PromptResponse(msg = "success",content=
|
|
143
|
+
return PromptResponse(msg = "success",content="")
|
|
144
144
|
except Exception as e:
|
|
145
145
|
raise HTTPException(
|
|
146
146
|
status_code=500, detail=f"{e}"
|
|
@@ -14,8 +14,8 @@ pro_craft/server/mcp/models.py,sha256=0QlohI7aSVjYjMdXK9Rq19Dp7b2LnjLKIiArDzI1uf
|
|
|
14
14
|
pro_craft/server/mcp/prompt.py,sha256=zZ58zb422vhwoL_uYCVBdOwOR-xy69MLQ5tyVfbpBlU,2505
|
|
15
15
|
pro_craft/server/router/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
16
16
|
pro_craft/server/router/models.py,sha256=0QlohI7aSVjYjMdXK9Rq19Dp7b2LnjLKIiArDzI1ufg,1272
|
|
17
|
-
pro_craft/server/router/prompt.py,sha256=
|
|
18
|
-
pro_craft-0.1.
|
|
19
|
-
pro_craft-0.1.
|
|
20
|
-
pro_craft-0.1.
|
|
21
|
-
pro_craft-0.1.
|
|
17
|
+
pro_craft/server/router/prompt.py,sha256=TIXegufrTwBLGeOmNNFWigrxOVL6ZDAZNU63N20LAJI,6132
|
|
18
|
+
pro_craft-0.1.44.dist-info/METADATA,sha256=_Grb6Uhiyw8ty_aOIYeBVu0hQXicjK_3ifI1WQqxgwM,1750
|
|
19
|
+
pro_craft-0.1.44.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
20
|
+
pro_craft-0.1.44.dist-info/top_level.txt,sha256=yqYDHArnYMWpeCxkmGRwlL6sJtxiOUnYylLDx9EOgFg,10
|
|
21
|
+
pro_craft-0.1.44.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|