aient 1.2.21__py3-none-any.whl → 1.2.22__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.
- aient/models/chatgpt.py +2 -5
- {aient-1.2.21.dist-info → aient-1.2.22.dist-info}/METADATA +1 -1
- {aient-1.2.21.dist-info → aient-1.2.22.dist-info}/RECORD +6 -6
- {aient-1.2.21.dist-info → aient-1.2.22.dist-info}/WHEEL +0 -0
- {aient-1.2.21.dist-info → aient-1.2.22.dist-info}/licenses/LICENSE +0 -0
- {aient-1.2.21.dist-info → aient-1.2.22.dist-info}/top_level.txt +0 -0
aient/models/chatgpt.py
CHANGED
@@ -188,9 +188,9 @@ class chatgpt(BaseLLM):
|
|
188
188
|
])
|
189
189
|
self.conversation[convo_id].append(AssistantMessage(convert_functions_to_xml(function_arguments)))
|
190
190
|
if image_message_list:
|
191
|
-
self.conversation[convo_id].append(UserMessage(message + image_message_list))
|
191
|
+
self.conversation[convo_id].append(UserMessage(message + image_message_list, Texts("\n\nYour message **must** end with [done] to signify the end of your output.", name="done", visible=self.check_done)))
|
192
192
|
else:
|
193
|
-
self.conversation[convo_id].append(UserMessage(message))
|
193
|
+
self.conversation[convo_id].append(UserMessage(message, Texts("\n\nYour message **must** end with [done] to signify the end of your output.", name="done", visible=self.check_done)))
|
194
194
|
else:
|
195
195
|
self.conversation[convo_id].append(AssistantMessage("我已经执行过这个工具了,接下来我需要做什么?"))
|
196
196
|
else:
|
@@ -600,9 +600,6 @@ class chatgpt(BaseLLM):
|
|
600
600
|
else:
|
601
601
|
all_responses.append(f"[{tool_name}({tool_args}) Result]:\n\n{tool_response}")
|
602
602
|
|
603
|
-
if self.check_done:
|
604
|
-
all_responses.append("Your message **must** end with [done] to signify the end of your output.")
|
605
|
-
|
606
603
|
# 合并所有工具响应
|
607
604
|
function_response = "\n\n".join(all_responses).strip()
|
608
605
|
if missing_required_params:
|
@@ -17,7 +17,7 @@ aient/core/test/test_payload.py,sha256=8jBiJY1uidm1jzL-EiK0s6UGmW9XkdsuuKFGrwFhF
|
|
17
17
|
aient/models/__init__.py,sha256=ZTiZgbfBPTjIPSKURE7t6hlFBVLRS9lluGbmqc1WjxQ,43
|
18
18
|
aient/models/audio.py,sha256=kRd-8-WXzv4vwvsTGwnstK-WR8--vr9CdfCZzu8y9LA,1934
|
19
19
|
aient/models/base.py,sha256=-nnihYnx-vHZMqeVO9ljjt3k4FcD3n-iMk4tT-10nRQ,7232
|
20
|
-
aient/models/chatgpt.py,sha256=
|
20
|
+
aient/models/chatgpt.py,sha256=DtcbRJObXyCXlJdel9OItd1wgpOCVvenS2fXs4_xO34,42710
|
21
21
|
aient/plugins/__init__.py,sha256=p3KO6Aa3Lupos4i2SjzLQw1hzQTigOAfEHngsldrsyk,986
|
22
22
|
aient/plugins/arXiv.py,sha256=yHjb6PS3GUWazpOYRMKMzghKJlxnZ5TX8z9F6UtUVow,1461
|
23
23
|
aient/plugins/config.py,sha256=TGgZ5SnNKZ8MmdznrZ-TEq7s2ulhAAwTSKH89bci3dA,7079
|
@@ -35,8 +35,8 @@ aient/plugins/write_file.py,sha256=Jt8fOEwqhYiSWpCbwfAr1xoi_BmFnx3076GMhuL06uI,3
|
|
35
35
|
aient/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
36
36
|
aient/utils/prompt.py,sha256=UcSzKkFE4-h_1b6NofI6xgk3GoleqALRKY8VBaXLjmI,11311
|
37
37
|
aient/utils/scripts.py,sha256=VqtK4RFEx7KxkmcqG3lFDS1DxoNlFFGErEjopVcc8IE,40974
|
38
|
-
aient-1.2.
|
39
|
-
aient-1.2.
|
40
|
-
aient-1.2.
|
41
|
-
aient-1.2.
|
42
|
-
aient-1.2.
|
38
|
+
aient-1.2.22.dist-info/licenses/LICENSE,sha256=XNdbcWldt0yaNXXWB_Bakoqnxb3OVhUft4MgMA_71ds,1051
|
39
|
+
aient-1.2.22.dist-info/METADATA,sha256=zxbCr-BhqNuP63_F8oodqd2jzM732lGM4bzQPvjAAEM,4842
|
40
|
+
aient-1.2.22.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
41
|
+
aient-1.2.22.dist-info/top_level.txt,sha256=3oXzrP5sAVvyyqabpeq8A2_vfMtY554r4bVE-OHBrZk,6
|
42
|
+
aient-1.2.22.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|