Uh oh!
There was an error while loading. Please reload this page.
feat(server-utils): Migrate Google GenAI integration to orchestrion - #21970
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want reviews to match your repository better? Bugbot Learning can learn team-specific rules from PR activity. A team admin can enable Learning in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 6c727f1. Configure here.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
a97be1b to
57595fbComparesize-limit report 📦
|
57595fb to
634d5b0CompareAdds an orchestrion (diagnostics-channel injection) based Google GenAI integration to server-utils, covering all APIs (generateContent, generateContentStream, embedContent, chat sendMessage/sendMessageStream) and both streaming and non-streaming mode. Leaves the core integration intact and only exports the utils the orchestrion integration needs. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
634d5b0 to
0e0b84aCompare| span: Span, | ||
| params: Record<string, unknown>, | ||
| isEmbeddings: boolean, | ||
| operationName: string, |
There was a problem hiding this comment.
q: Are there other values this can take else than embeddings?
There was a problem hiding this comment.
yes, for instance chat for chat completions

Adds an orchestrion (diagnostics-channel injection) based Google GenAI integration to server-utils, covering all APIs (generateContent, generateContentStream, embedContent, chat sendMessage/sendMessageStream) and both streaming and non-streaming mode. Leaves the core integration intact and only exports the utils the orchestrion integration needs.
Closes#20913