Set verbosity to low for 5.1 (#6568)

And improve test coverage
This commit is contained in:
pakrym-oai
2025-11-13 01:40:52 +00:00
committed by GitHub
parent e63ab0dd65
commit f97874093e
5 changed files with 150 additions and 2 deletions
+12 -1
View File
@@ -50,7 +50,18 @@ pub enum ReasoningSummary {
/// Controls output length/detail on GPT-5 models via the Responses API.
/// Serialized with lowercase values to match the OpenAI API.
#[derive(
Debug, Serialize, Deserialize, Default, Clone, Copy, PartialEq, Eq, Display, JsonSchema, TS,
Hash,
Debug,
Serialize,
Deserialize,
Default,
Clone,
Copy,
PartialEq,
Eq,
Display,
JsonSchema,
TS,
)]
#[serde(rename_all = "lowercase")]
#[strum(serialize_all = "lowercase")]