huo0
huo0
This update introduces two additional environment variables: - OPENAI_API_KEY – the API key for the OpenAI-compatible endpoint - OPENAI_BASE_URL – should include the full base path, e.g. https://api.example.com/v1 The API...
> Tested function calling examples`examples/tools/multipletools` (remove search tool) and `examples/tools/loadartifacts` with openai models (test both openrouter and openai), seems doesn't work. but agent tool works. Thanks for testing this! I’ve...
> BTW, some of latest models (e.g. gpt-5-codex) only supports responses API, would you plan to support both chat completion and responses API? maybe switch with a config field. There...
> @ChinaSiro I have tested on a demo but it stopped at function calling in streaming mode, maybe need a rich demo and integration test. Your tests are correct —...
> I just use codex to compare openai.go and lite_llm.py to try to find the reason, it update some code, and it works on my machine. Can you review the...
> I can run the examples successfully, but coverage is still pretty low—GenerateContent/generateStream hover around 55–75% and the helper functions for tool calling (e.g., extractTexts, parseToolCallsFromText) are barely covered. Because...
@dpasiukevich Please review the current PR again so I can see what needs to be added or adjusted.
> hope this can help you: https://github.com/byebyebruce/adk-go-openai You can review my PR, or create a new one.BRO [feat: add support for OpenAI-compatible third-party provider #342](https://github.com/google/adk-go/pull/342) Let’s truly improve adk-go together.