From 99b5b77536e0d2d6f60b01172c9eb019dfd1ce2c Mon Sep 17 00:00:00 2001 From: shizifeng Date: Wed, 10 Apr 2024 16:41:43 +0900 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dassistant=20run=E5=AF=B9?= =?UTF-8?q?=E8=B1=A1Status=E4=B8=ADrequire=5Faction=E4=B8=8Eopenai?= =?UTF-8?q?=E5=AE=98=E7=BD=91=E4=B8=8D=E7=AC=A6=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/unfbx/chatgpt/entity/assistant/run/RunResponse.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/unfbx/chatgpt/entity/assistant/run/RunResponse.java b/src/main/java/com/unfbx/chatgpt/entity/assistant/run/RunResponse.java index ae52269..f0a7d00 100644 --- a/src/main/java/com/unfbx/chatgpt/entity/assistant/run/RunResponse.java +++ b/src/main/java/com/unfbx/chatgpt/entity/assistant/run/RunResponse.java @@ -100,7 +100,7 @@ public class RunResponse implements Serializable { public enum Status { QUEUED("queued", "排队"), IN_PROGRESS("in_progress", "进行中"), - REQUIRE_ACTION("require_action", "需要操作"), + REQUIRES_ACTION("requires_action", "需要操作"), CANCELLING("cancelling", "取消"), CANCELLED("cancelled", "已取消"), FAILED("failed", "失败"),