Eric Deandrea
Eric Deandrea
I've been diving into Jandex (& specifically the `CombinedIndexBuildItem`. I _think_ I can use the `getComputingIndex` to get the jandex index for the jdk class....let me try it out.
@Tarjei400 I may have a solution here where we don't need to specify additional types directly. I'm working on a small POC. I also started the conversion to the new...
@geoand / @jmartisk is there a way in Jandex to find out if a `FieldInfo` is static? I got Jandex to index the `LocalDate` class, but its pulling in `static...
 I cut out the calls to the embedding model - that part is irrelevant. I think I see what you're saying. The marshaller or whatever doesn't seem to understand...
FWIW - it works fine using upstream LangChain4j...  ``` 024-11-06T08:22:47.043-05:00 DEBUG 88034 --- [.openai.com/...] d.l.service.tool.DefaultToolExecutor : About to execute ToolExecutionRequest { id = "call_hEbb9SJCO087v6O7dllhqILl", name = "changeBooking", arguments =...
> Yeah and that is wrong as well :) > > Like I said, it works for this case so we can go ahead and include, but I guarantee you...
> We are talking past each other, so let me try and put it another way. Maybe we are, but I'm still confused :) > > I'll include this now,...
This PR as it stands gets Quarkus LangChain4j to describe the parameter, but Quarkus LangChain4j doesn't know how to create the object to pass to the tool, whereas upstream LangChain4j...
> I don't know why it would work in upstream LangChain4j as it uses the Jackson to deserialize as well. You'll need to debug it Well, it does work. I'll...
The other interesting thing is that with upstream I can use tools with streaming responses - something I can't do in Quarkus :/