Skip to content

Update google provider types#332

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
update-google-provider-types-2b5468d0-28788427282
Open

Update google provider types#332
github-actions[bot] wants to merge 1 commit into
mainfrom
update-google-provider-types-2b5468d0-28788427282

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Automated update of Lingua provider types.

Provider: google

Feedback: comment /bt good or /bt bad to log review feedback to the Braintrust trace.

Validation

  • ./pipelines/generate-provider-types.sh google: failure
  • Claude repair pass: success
  • Retry ./pipelines/generate-provider-types.sh google: success
  • make generate-types: success
  • Braintrust workflow trace: success
  • Claude integration review: success
  • Post-review make generate-types: success
  • cargo fmt --all: success
  • cargo build --all-features: success
  • cargo clippy --all-targets --all-features -- -D warnings: success
  • make typed-boundary-check: success
  • cargo test -p coverage-report --test cross_provider_test cross_provider_transformations_have_no_unexpected_failures: success

This PR is created even when validation fails so the generated update and repair attempt are available for manual follow-up.

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

Copy link
Copy Markdown

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: bd2790dd6a

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

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

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

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "Codex (@codex) address that feedback".

.iter()
.position(|line| {
let trimmed = line.trim();
trimmed.is_empty()

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 Skip blank lines while stripping quicktype diagnostics

When quicktype or a CI wrapper emits a diagnostic preamble that contains a blank line before the first real Rust line, this predicate selects that blank line as the start of the generated source. Any subsequent non-Rust diagnostic lines remain in generated.rs, and the later cargo fmt result is ignored, so the generator can report success after writing an uncompilable file. Please skip empty lines until a real Rust token/comment has been found, then preserve blanks from there.

Useful? React with 👍 / 👎.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant