adk-go icon indicating copy to clipboard operation
adk-go copied to clipboard

Add support for the OpenAI API

Open levigross opened this issue 1 month ago • 6 comments

This PR enables basic support for OpenAI models (and endpoints that expose a OpenAI API compatible API interface).

I am stressing on basic support because we will leave tool calling to the next PR :)

levigross avatar Nov 10 '25 01:11 levigross

Summary of Changes

Hello @levigross, I'm Gemini Code Assist[^1]! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request lays the groundwork for integrating OpenAI models into the system. It establishes the necessary components to send requests, process responses, and manage streaming interactions with OpenAI's API, ensuring compatibility with existing LLM interfaces. The current implementation focuses on core generation capabilities, with plans to extend support for advanced features like tool calling in future iterations.

Highlights

  • OpenAI API Integration: Introduced basic support for interacting with the OpenAI API, enabling the system to send requests to OpenAI models and compatible endpoints.
  • Dependency Management: Added the official github.com/openai/openai-go/v3 Go client library and several github.com/tidwall JSON utility libraries to go.mod and go.sum.
  • Core OpenAI Model Implementation: Created a new openai package under model/ with openAIModel implementing the model.LLM interface, handling both streaming and non-streaming content generation.
  • Request and Response Conversion: Developed comprehensive logic to convert generic LLMRequest objects into OpenAI-specific request parameters and to transform OpenAI API responses back into the generic genai.GenerateContentResponse format.
  • Streaming Event Handling: Implemented a streamTranslator to process and buffer OpenAI streaming events, particularly for accumulating function call arguments, ensuring proper reconstruction of streamed responses.
  • Error Handling and Constants: Defined specific error types (errors.go) and event type constants (consts.go) for the OpenAI integration to improve clarity and maintainability.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with :thumbsup: and :thumbsdown: on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

[^1]: Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

gemini-code-assist[bot] avatar Nov 10 '25 01:11 gemini-code-assist[bot]

@gemini-code-assist please rereview this code

levigross avatar Nov 12 '25 16:11 levigross

@dpasiukevich What do I need to do to get this PR reviewed? 😀

levigross avatar Nov 18 '25 21:11 levigross

Thank you for contributing this PR to add support for the OpenAI API! This is a highly valuable feature that will greatly improve the flexibility of the project. We noticed there are some merge conflicts now. Could you please help resolve them when you have time? This will help move the PR forward for merging. Let us know if you need any support from our side. Thanks again for your great work! @levigross

YouChenJun avatar Dec 02 '25 10:12 YouChenJun

Thank you for contributing this PR to add support for the OpenAI API! This is a highly valuable feature that will greatly improve the flexibility of the project. We noticed there are some merge conflicts now. Could you please help resolve them when you have time? This will help move the PR forward for merging. Let us know if you need any support from our side. Thanks again for your great work! @levigross

YouChenJun avatar Dec 02 '25 10:12 YouChenJun