Skip to content

Conversation

@seratch
Copy link
Member

@seratch seratch commented Oct 3, 2025

@seratch seratch requested a review from rm-openai October 3, 2025 19:12
@seratch seratch added bug Something isn't working feature:core labels Oct 3, 2025
conversation=self._non_null_or_not_given(conversation_id),
instructions=self._non_null_or_not_given(system_instructions),
model=self.model,
model=self.model if prompt is None else NOT_GIVEN,
Copy link
Collaborator

Choose a reason for hiding this comment

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

can you add a comment here explaining why?

Copy link
Collaborator

@rm-openai rm-openai left a comment

Choose a reason for hiding this comment

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

also confirming you are sure this is correct? devs are not allowed to override the model set in the prompt?

@seratch
Copy link
Member Author

seratch commented Oct 14, 2025

@rm-openai good point; actually it's feasible. so, when a developer explicitly pass a model, it should be allowed. the default model still needs to be ignored.

@seratch seratch marked this pull request as draft October 14, 2025 11:57
@github-actions github-actions bot added the stale label Oct 25, 2025
@seratch seratch removed the stale label Oct 29, 2025
@github-actions github-actions bot added the stale label Nov 9, 2025
@seratch seratch marked this pull request as ready for review November 19, 2025 04:30
@seratch
Copy link
Member Author

seratch commented Nov 19, 2025

@codex Can you review the changes with fresh eyes?

@openai openai deleted a comment from github-actions bot Nov 19, 2025
@openai openai deleted a comment from github-actions bot Nov 19, 2025
@chatgpt-codex-connector
Copy link

Codex Review: Didn't find any major issues. Can't wait for the next one!

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@seratch seratch merged commit bc5aca3 into main Nov 19, 2025
9 checks passed
@seratch seratch deleted the prompt-issue branch November 19, 2025 04:33
@seratch seratch added this to the 0.6.x milestone Nov 19, 2025
@seratch seratch mentioned this pull request Nov 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working feature:core

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants