Jeronimo Coello
09/16/2025, 12:53 AMbuild.gradle
example that can compile and call an OpenAI or Anthropic agent with SpringBoot?
I’m attaching my current build.gradle
, the service class I’m using, and the error I’m seeing.
Beyond this error, I’ve had several other dependency issues and tried different version combinations, but I haven’t managed to get a working example yet.
What I need right now is just a minimal build.gradle
with up-to-date dependencies that lets me call an LLM successfully.
Thanks in advance! 🙏Jeronimo Coello
09/16/2025, 12:58 AM