Clement Escoffier

Results 85 issues of Clement Escoffier

### Describe the bug When running in dev mode with dev services, when the application shutdown (CTRL+C), you get: ``` Exception in thread "Thread-123" java.lang.RuntimeException: com.github.dockerjava.zerodep.shaded.org.apache.hc.core5.http.NoHttpResponseException: localhost:2375 failed to respond...

kind/bug
area/devmode
env/podman

Let's imagine an AI Service returning a `Multi`. If the generation of the response uses tools, these tools cannot be blocking (basically, cannot use Panache or Hibernate). I tried: -...

``` max_tokens (Deprecated): The maximum number of [tokens](https://platform.openai.com/tokenizer) that can be generated in the chat completion. This value can be used to control [costs](https://openai.com/api/pricing/) for text generated via API. This...

It's a funny one. Let's imagine the following AI Service. ```java package org.acme; import dev.langchain4j.service.MemoryId; import dev.langchain4j.service.SystemMessage; import dev.langchain4j.service.UserMessage; import io.quarkiverse.langchain4j.RegisterAiService; @RegisterAiService @SystemMessage(""" Why is the sky blue? """) public...

When building a native executable on macOS, the following message is printed during analysis: ``` [11:59:56,705 WARN [io.net.res.dns.DnsServerAddressStreamProviders] Cannot find io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider in the classpath, falling back to system defaults. This...

area/core
area/native-image
triage/flaky-test
area/netty