Guillaume Laforge
Guillaume Laforge
I've seen Gemini over quote content, like adding a `\n` instead of a real newline. Do you have a small reproducer of the issue that can easily be run and...
ie. instantiate the Gemini model like this: ```java var model = VertexAiGeminiChatModel.builder() .project(PROJECT_ID) .location(LOCATION) .modelName("gemini-1.5-flash") .responseMimeType("application/json") .build(); ```` If you use Pro, you can even specify a JSON schema: ```java...
I'll really need a more complete reproducer example, because I haven't been able to reproduce the issue, or to fully understand what you expect as a result. For example, with...
One more remark, I'm trying to create the tool specification with `ToolSpecifications.toolSpecificationFrom(Class)`, but the schema looks incomplete, and it should details the inside of the `Query` in my opinion: ```...
I didn't succeed converting my Logseq notes with the python script in the repository mentioned. However, I was able to export to Roam JSON format first, from Logseq, and import...