pycoze 0.1.47__py3-none-any.whl → 0.1.48__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.
- pycoze/bot/agent/agent_types/openai_func_call_agent.py +15 -15
- {pycoze-0.1.47.dist-info → pycoze-0.1.48.dist-info}/METADATA +1 -1
- {pycoze-0.1.47.dist-info → pycoze-0.1.48.dist-info}/RECORD +6 -6
- {pycoze-0.1.47.dist-info → pycoze-0.1.48.dist-info}/LICENSE +0 -0
- {pycoze-0.1.47.dist-info → pycoze-0.1.48.dist-info}/WHEEL +0 -0
- {pycoze-0.1.47.dist-info → pycoze-0.1.48.dist-info}/top_level.txt +0 -0
@@ -60,21 +60,21 @@ def create_openai_func_call_agent_executor(
|
|
60
60
|
last_message = messages[-1]
|
61
61
|
if last_message.content.strip().endswith("```"):
|
62
62
|
last_message.content = last_message.content + "\n\n" # 避免影响阅读
|
63
|
-
|
64
|
-
if (
|
65
|
-
|
66
|
-
|
67
|
-
):
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
63
|
+
# if not last_message.tool_calls:
|
64
|
+
# if (
|
65
|
+
# "接下来我将" in last_message.content
|
66
|
+
# or "接下来,我将" in last_message.content
|
67
|
+
# ):
|
68
|
+
# print("deepseek的bug: “接下来我将” 模式,使用a_delay_function骗过llm")
|
69
|
+
# last_message.additional_kwargs["tool_calls"] = (
|
70
|
+
# last_message.tool_calls
|
71
|
+
# ) = [
|
72
|
+
# {
|
73
|
+
# "function": {"name": "a_delay_function", "arguments": "{}"},
|
74
|
+
# "id": random.randint(0, 1000000),
|
75
|
+
# }
|
76
|
+
# ]
|
77
|
+
# return "continue"
|
78
78
|
if (
|
79
79
|
'"name"' in last_message.content
|
80
80
|
and '"parameters":' in last_message.content
|
@@ -9,7 +9,7 @@ pycoze/bot/agent/agent.py,sha256=uEkPpHX3xODlDjj2Qz90N9bSdCIQzW9wHxOpxvIegzo,436
|
|
9
9
|
pycoze/bot/agent/assistant.py,sha256=QLeWaPi415P9jruYOm8qcIbC94cXXAhJYmLTkyC9NTQ,1267
|
10
10
|
pycoze/bot/agent/chat.py,sha256=kc0qgcrBSXdiMy49JwThZTV-0PAvzAhiUvbI5ILiSnU,571
|
11
11
|
pycoze/bot/agent/agent_types/__init__.py,sha256=W2jTNMLqUMqgCMG0Tw0d8n7WpsbsnIonqaPR-YLegLU,210
|
12
|
-
pycoze/bot/agent/agent_types/openai_func_call_agent.py,sha256=
|
12
|
+
pycoze/bot/agent/agent_types/openai_func_call_agent.py,sha256=WEE5BcxAxtGXz9itHaFzUb_oXEw4BsS-qCrbURkS0jg,8297
|
13
13
|
pycoze/bot/agent/agent_types/react_agent.py,sha256=AnjHwHXVwLAm77ndglJGi4rQhqDGWaLuUfl46uZVSzM,6749
|
14
14
|
pycoze/bot/agent/agent_types/react_prompt.py,sha256=jyovokGaPzNIe5bvTRvn0gmsWLx5kpDIPmRwmEMCl-M,2142
|
15
15
|
pycoze/gpu/__init__.py,sha256=cuxwDdz2Oo-VcwZ50FtFtEIJXdqoz2el-n0QpSt_NMc,75
|
@@ -22,8 +22,8 @@ pycoze/ui/ui_def.py,sha256=CNFYH8NC-WYmbceIPpxsRr9H6O006pMKukx7U-BOE1Q,3744
|
|
22
22
|
pycoze/utils/__init__.py,sha256=KExBkotf23dr2NfTEouWke5nJB1q2IuDXgHrmuyd95k,73
|
23
23
|
pycoze/utils/arg.py,sha256=rRujm1zKc0XlnNlpIJ6JAAaFiTzDGmL_RliIpSc5OD8,724
|
24
24
|
pycoze/utils/text_or_file.py,sha256=gpxZVWt2DW6YiEg_MnMuwg36VNf3TX383QD_1oZNB0Y,551
|
25
|
-
pycoze-0.1.
|
26
|
-
pycoze-0.1.
|
27
|
-
pycoze-0.1.
|
28
|
-
pycoze-0.1.
|
29
|
-
pycoze-0.1.
|
25
|
+
pycoze-0.1.48.dist-info/LICENSE,sha256=QStd_Qsd0-kAam_-sOesCIp_uKrGWeoKwt9M49NVkNU,1090
|
26
|
+
pycoze-0.1.48.dist-info/METADATA,sha256=c2V_-9Kd5YQZkJsoTGFx1oE-zHMil5YpDK_p71p53_s,719
|
27
|
+
pycoze-0.1.48.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
|
28
|
+
pycoze-0.1.48.dist-info/top_level.txt,sha256=76dPeDhKvOCleL3ZC5gl1-y4vdS1tT_U1hxWVAn7sFo,7
|
29
|
+
pycoze-0.1.48.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|