Antonio Goncalves

Results 62 comments of Antonio Goncalves
trafficstars

What about having a method `MethodSource setBody( Statement... blocks );` ? This would allow something like : ``` method.setBody( newDeclare().setVariable(Integer.class, "y"), newDeclare().setVariable(String.class, "x") ); ``` WDYT ?

Cool. Commit it and I'll give it a try

The version of Quarkus used in the course is 1.13.1.Final. By that time the M1 support wasn't on the roadmap. Let me check with a newer version of Quarkus and...

After a quick analysis, `ChatModelMock` implements `ChatLanguageModel`. If we move `ChatModelMock` to a `langchain4j-test` module it will depend on `langchain4j-core` module... which will depend on `langchain4j-test`. This will break because...

What about calling it `@ConversationScoped` ;o)

Adding @antoinesd as he also had some concerns about @ConversationScoped

Oh, I thought @cescoffier mentioned that there were some issues with Kotlin and gRPC. Did you solve them ? So we could do that also on our workshop. Could be...

Well, due to my focus on Java, I don't see a lot of demand on Kotlin... but yes in gRPC. As @holly-cummins mentions, the workshop is getting bigger and bigger......

@SandraAhlgrimm any help on this one ?

@raggarwal-infa have you managed to give it a try with the latest version so we can confirm the bug was related to 1.0.0-beta.9 #Thanks