Open edeandrea opened 4 hours ago
When defining tools, use the new JsonSchemaElement API instead of JsonSchemaProperty.
JsonSchemaElement
JsonSchemaProperty
See https://github.com/quarkiverse/quarkus-langchain4j/issues/1036#issuecomment-2457557006 for some details. This needs to be put on hold a bit until the next upstream LangChain4j release, as it contains some things that are needed.
I've already started work on this and have some things stashed, so once the next LangChain4j release is out and taken by the extension then I can complete this work.
When defining tools, use the new
JsonSchemaElement
API instead ofJsonSchemaProperty
.See https://github.com/quarkiverse/quarkus-langchain4j/issues/1036#issuecomment-2457557006 for some details. This needs to be put on hold a bit until the next upstream LangChain4j release, as it contains some things that are needed.