You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.warning(f"Interceptor caught invalid tool chain at index {next_idx}")
189
+
returnJSONResponse(
190
+
status_code=400,
191
+
content={
192
+
"code": "InvalidParameter",
193
+
# 精确匹配错误格式
194
+
"message": f"<400> InternalError.Algo.InvalidParameter: An assistant message with \"tool_calls\" must be followed by tool messages responding to each \"tool_call_id\". The following tool_call_ids did not have response messages: message[{next_idx}].role"
0 commit comments