Skip to content

Commit 15b81bf

Browse files
authored
feat: Add minimal reasoning effort for gpt-5 (#411)
1 parent f0e5648 commit 15b81bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

async-openai/src/types/chat.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -620,6 +620,7 @@ pub enum ServiceTierResponse {
620620
#[derive(Clone, Serialize, Debug, Deserialize, PartialEq)]
621621
#[serde(rename_all = "lowercase")]
622622
pub enum ReasoningEffort {
623+
Minimal,
623624
Low,
624625
Medium,
625626
High,

0 commit comments

Comments
 (0)