Skip to content

Codex-generated pull request#55

Merged
rad1092 merged 1 commit intomainfrom
codex/structure-intent-parsing-schema
Feb 15, 2026
Merged

Codex-generated pull request#55
rad1092 merged 1 commit intomainfrom
codex/structure-intent-parsing-schema

Conversation

@rad1092
Copy link
Copy Markdown
Owner

@rad1092 rad1092 commented Feb 15, 2026

Codex generated this pull request, but encountered an unexpected error after generation. This is a placeholder PR message.


Codex Task

@rad1092 rad1092 merged commit 7ec96bb into main Feb 15, 2026
4 checks passed
@rad1092 rad1092 deleted the codex/structure-intent-parsing-schema branch February 15, 2026 07:49
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 738e8f655e

ℹ️ 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".

Comment thread bitnet_tools/planner.py
break

if intent.region is None and intent.region_column:
should_infer_region = any(token in text for token in ["지역", "region", "도시", "city", "area"])
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Normalize region-keyword checks before gating inference

The new should_infer_region gate checks lowercase English keywords against the original text, so mixed/uppercase inputs (for example, "Region seoul top 3") no longer enter the region-inference block when region_values is absent. In that case intent.region stays None, the filter node is disabled, and the planner can route as unfiltered (top_only) even though the query includes a region qualifier, which changes analysis results based only on casing.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant