StefanBratanov / jvm-openai

A minimalistic OpenAI API client for the JVM, written in Java 🤖
Apache License 2.0
58 stars 11 forks source link

ToolResources visibility #9

Closed fmatak closed 4 months ago

fmatak commented 4 months ago

The static helper methods in ToolResources class is not visible from other packages and this is causing compilation issues when trying to run provided sample code as is. if there is not a special reason not to make them public, changing them would be helpful.

StefanBratanov commented 4 months ago

Thank you. Fixed this in https://github.com/StefanBratanov/jvm-openai/commit/fc39bf2fa6506ef77823e84760dc5eab76091da4 . Will do a patch release at some point next week.

fmatak commented 4 months ago

thank you for the quick response!

have a great day!