Skip to content

Send text parameter for non-gpt-5 models#4195

Merged
pakrym-oai merged 2 commits intomainfrom
pakrym/send-text-parameter-for-non-gpt-5-models
Sep 24, 2025
Merged

Send text parameter for non-gpt-5 models#4195
pakrym-oai merged 2 commits intomainfrom
pakrym/send-text-parameter-for-non-gpt-5-models

Conversation

@pakrym-oai
Copy link
Copy Markdown
Collaborator

@pakrym-oai pakrym-oai commented Sep 24, 2025

We had a hardcoded check for gpt-5 before.

Fixes: #4181

self.config.model_family.family
);
let verbosity = match &self.config.model_family.family {
family if family == "gpt-5" => self.config.model_verbosity,
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't we want this for gpt-5-codex as well?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll keep the existing behavior for now and unblock exec first.

@pakrym-oai pakrym-oai enabled auto-merge (squash) September 24, 2025 21:52
@pakrym-oai pakrym-oai merged commit e857426 into main Sep 24, 2025
19 checks passed
@pakrym-oai pakrym-oai deleted the pakrym/send-text-parameter-for-non-gpt-5-models branch September 24, 2025 22:00
@github-actions github-actions Bot locked and limited conversation to collaborators Sep 24, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

BUG: --output-schema limited to "gpt-5" as guard is too narrow on model_family.family

2 participants