Skip to content

Commit 960f234

Browse files
committed
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
1 parent 580c0d1 commit 960f234

3 files changed

Lines changed: 5 additions & 0 deletions

File tree

VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.1.0

src/arkruntime/types/chat/reasoning_effort.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@
1010

1111

1212
class ReasoningEffort(str, Enum):
13+
none = "none"
1314
minimal = "minimal"
1415
low = "low"
1516
medium = "medium"
1617
high = "high"
18+
xhigh = "xhigh"
1719
max = "max"

src/arkruntime/types/responses/reasoning_effort.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@
1010

1111

1212
class ReasoningEffort(str, Enum):
13+
none = "none"
1314
minimal = "minimal"
1415
low = "low"
1516
medium = "medium"
1617
high = "high"
18+
xhigh = "xhigh"
1719
max = "max"

0 commit comments

Comments
 (0)