Skip to content

fix: enable Google thinking/thought support in OpenAI-compatible stream#211

Merged
everettjf merged 13 commits intomainfrom
fix/210-google-thinking-openai-compat
Mar 8, 2026
Merged

fix: enable Google thinking/thought support in OpenAI-compatible stream#211
everettjf merged 13 commits intomainfrom
fix/210-google-thinking-openai-compat

Conversation

@everettjf
Copy link
Contributor

@everettjf everettjf commented Mar 7, 2026

Summary

  • enable reasoning/thinking bridge flags for llm_provider: google in OpenAiProvider::new
  • parse delta.thought / delta.thinking in OpenAI-compatible stream handling
  • add unit tests for Google provider capability flags and stream alias parsing

Validation

  • cargo fmt --all -- --check
  • cargo clippy --all-targets -- -D warnings

Closes #210

@everettjf everettjf merged commit 679948e into main Mar 8, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enable modern thinking parameters for OpenAI-compatible endpoint from Google

1 participant