From 960f2345d8f4143cbfaf6522d2c75e4dff39b7e8 Mon Sep 17 00:00:00 2001 From: "ark-hand[bot]" <315378070+ark-hand[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 16:05:25 +0800 Subject: [PATCH] chore: sync from ark-apis 3dbf43ad50 Auto-generated SDK sync from ark-apis at 3dbf43ad50dc639fd9d1a2dc859228de83d19411. Generated files are overwritten by the sync pipeline and should not be edited by hand. Sync-Source-Commit: 343249415265bc2e15946961c55d3c3cded234f3 Ark-APIs-Commit: 3dbf43ad50dc639fd9d1a2dc859228de83d19411 Release-Version: 0.1.0 --- VERSION | 1 + src/arkruntime/types/chat/reasoning_effort.py | 2 ++ src/arkruntime/types/responses/reasoning_effort.py | 2 ++ 3 files changed, 5 insertions(+) create mode 100644 VERSION diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..6e8bf73 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +0.1.0 diff --git a/src/arkruntime/types/chat/reasoning_effort.py b/src/arkruntime/types/chat/reasoning_effort.py index edda913..37ee109 100644 --- a/src/arkruntime/types/chat/reasoning_effort.py +++ b/src/arkruntime/types/chat/reasoning_effort.py @@ -10,8 +10,10 @@ class ReasoningEffort(str, Enum): + none = "none" minimal = "minimal" low = "low" medium = "medium" high = "high" + xhigh = "xhigh" max = "max" diff --git a/src/arkruntime/types/responses/reasoning_effort.py b/src/arkruntime/types/responses/reasoning_effort.py index edda913..37ee109 100644 --- a/src/arkruntime/types/responses/reasoning_effort.py +++ b/src/arkruntime/types/responses/reasoning_effort.py @@ -10,8 +10,10 @@ class ReasoningEffort(str, Enum): + none = "none" minimal = "minimal" low = "low" medium = "medium" high = "high" + xhigh = "xhigh" max = "max"