Markus KARG
Markus KARG
> I don't think the intent should be to create a Path to call toFile. Rather, codebases should adopt Path throughout, e.g., [gaul/s3proxy@26dd4a4](https://github.com/gaul/s3proxy/commit/26dd4a46e9d017c037bc53692d2c9a64b7d387fa). Perhaps this seems pedantic to some applications...
> I generally like the idea. We encountered some cases with `Desktop.getDesktop().open(new File(filePath));` from java.awt It accepts only File. There are a couple of other awt methods And also Process...
> Could you report an issue against the JDK? This sounds like an oversight on their part. I previously encountered similar situations where some APIs only accepted `StringBuffer` instead of...
There is another option we could consider: We could write `Prefer {{signature:S}} for improved performance.` to create the format proposed by @Bananeweizen from the unambiguous Java method signature syntax `S`....
I wonder if anything has improved over the past year? 🤔
That is amazing, but actually my status question was targeting the original topic of this thread: >Right now the node image that kind uses is published by hand by @BenTheElder...
@fsd654qyl Kindly asking for answers to the open questions. Thanks.
@fsd654qyl Kindly requesting your response! :-)
@fsd654qyl Kindly asking you to respond to the open question in your PR. Thanks! 😃
As I said, I am a total newbie wrt AI, just an expect for OpenJDK... What I did was using this exact code, which works well https://github.com/langchain4j/langchain4j-examples/blob/main/jlama-examples/src/main/java/JlamaAiFunctionCallingExamples.java ... but then...