pycoze 0.1.36__py3-none-any.whl → 0.1.37__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 +1 -1
- {pycoze-0.1.36.dist-info → pycoze-0.1.37.dist-info}/METADATA +1 -1
- {pycoze-0.1.36.dist-info → pycoze-0.1.37.dist-info}/RECORD +6 -6
- {pycoze-0.1.36.dist-info → pycoze-0.1.37.dist-info}/LICENSE +0 -0
- {pycoze-0.1.36.dist-info → pycoze-0.1.37.dist-info}/WHEEL +0 -0
- {pycoze-0.1.36.dist-info → pycoze-0.1.37.dist-info}/top_level.txt +0 -0
@@ -159,7 +159,7 @@ def create_openai_func_call_agent_executor(
|
|
159
159
|
tool_messages = [
|
160
160
|
ToolMessage(
|
161
161
|
tool_call_id=tool_call["id"],
|
162
|
-
content=response,
|
162
|
+
content="\n\n" + response,
|
163
163
|
additional_kwargs={"name": tool_call["function"]["name"]},
|
164
164
|
)
|
165
165
|
for tool_call, response in zip(
|
@@ -8,7 +8,7 @@ pycoze/bot/agent/agent.py,sha256=hxuNNdSrNUhw6FS7xwT4LWFsAS3adOkdspxibL8oOro,362
|
|
8
8
|
pycoze/bot/agent/assistant.py,sha256=QLeWaPi415P9jruYOm8qcIbC94cXXAhJYmLTkyC9NTQ,1267
|
9
9
|
pycoze/bot/agent/chat.py,sha256=kc0qgcrBSXdiMy49JwThZTV-0PAvzAhiUvbI5ILiSnU,571
|
10
10
|
pycoze/bot/agent/agent_types/__init__.py,sha256=W2jTNMLqUMqgCMG0Tw0d8n7WpsbsnIonqaPR-YLegLU,210
|
11
|
-
pycoze/bot/agent/agent_types/openai_func_call_agent.py,sha256=
|
11
|
+
pycoze/bot/agent/agent_types/openai_func_call_agent.py,sha256=BJZCqNlDvEYcsesMDpfqRLC53ErYqrImtSsFIUNIECE,8234
|
12
12
|
pycoze/bot/agent/agent_types/react_agent.py,sha256=AnjHwHXVwLAm77ndglJGi4rQhqDGWaLuUfl46uZVSzM,6749
|
13
13
|
pycoze/bot/agent/agent_types/react_prompt.py,sha256=jyovokGaPzNIe5bvTRvn0gmsWLx5kpDIPmRwmEMCl-M,2142
|
14
14
|
pycoze/gpu/__init__.py,sha256=cuxwDdz2Oo-VcwZ50FtFtEIJXdqoz2el-n0QpSt_NMc,75
|
@@ -21,8 +21,8 @@ pycoze/ui/ui_def.py,sha256=CNFYH8NC-WYmbceIPpxsRr9H6O006pMKukx7U-BOE1Q,3744
|
|
21
21
|
pycoze/utils/__init__.py,sha256=KExBkotf23dr2NfTEouWke5nJB1q2IuDXgHrmuyd95k,73
|
22
22
|
pycoze/utils/arg.py,sha256=rRujm1zKc0XlnNlpIJ6JAAaFiTzDGmL_RliIpSc5OD8,724
|
23
23
|
pycoze/utils/text_or_file.py,sha256=gpxZVWt2DW6YiEg_MnMuwg36VNf3TX383QD_1oZNB0Y,551
|
24
|
-
pycoze-0.1.
|
25
|
-
pycoze-0.1.
|
26
|
-
pycoze-0.1.
|
27
|
-
pycoze-0.1.
|
28
|
-
pycoze-0.1.
|
24
|
+
pycoze-0.1.37.dist-info/LICENSE,sha256=QStd_Qsd0-kAam_-sOesCIp_uKrGWeoKwt9M49NVkNU,1090
|
25
|
+
pycoze-0.1.37.dist-info/METADATA,sha256=y1TqI51EycK-8nChh0Koi7v-7yEcDLjkzF9P1p4pvLw,719
|
26
|
+
pycoze-0.1.37.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
|
27
|
+
pycoze-0.1.37.dist-info/top_level.txt,sha256=76dPeDhKvOCleL3ZC5gl1-y4vdS1tT_U1hxWVAn7sFo,7
|
28
|
+
pycoze-0.1.37.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|