We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d44c76c + 08504f2 commit 16b19d1Copy full SHA for 16b19d1
model-providers/jaxrs-client/src/main/java/io/quarkiverse/langchain4j/jaxrsclient/JaxRsHttpClient.java
@@ -88,7 +88,7 @@ public boolean isTrustAll() {
88
89
// TODO: when we bump to the next LTS, this needs to be implemented properly
90
//for the time being it exists only to make the module compile against the SNAPSHOT version of Quarkus
91
- public String getName() {
+ public Optional<String> getName() {
92
throw new IllegalStateException("this should not be called");
93
}
94
});
0 commit comments