Skip to content

Commit 9638114

Browse files
committed
Update test_doc.py
1 parent 0f7a2f3 commit 9638114

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test_doc.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@
2929
ERR_MSG_R1_THINKING = "Error code: 400 - {'code': 20015, 'message': 'Value error, current model does not support parameter `enable_thinking`.', 'data': None}"
3030

3131
# [UPDATED] tool_choice 校验错误 (根据百炼返回更新)
32-
ERR_MSG_TOOL_CHOICE = (
33-
'<400> InternalError.Algo.InvalidParameter: tool_choice is one of the strings that should be ["none", "auto"]'
34-
)
32+
ERR_MSG_TOOL_CHOICE = '<400> InternalError.Algo.InvalidParameter: tool_choice is one of the strings that should be ["none", "auto"]'
3533

3634
# --- HELPERS ---
3735

0 commit comments

Comments
 (0)