Replies: 1 comment 1 reply
-
It absolutely does make sense. We actually have some form of that in how Smallrye Fault Tolerance works, but we should generalize it to all CDI interceptors |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, Is there any way we can apply an Interceptor to an AI Service?
The services are declared in interfaces and those annotation are not inherited into the generated code.
I can create a wrapper bean around the injected interface but it looks like duplicated code for nothing.
Would it be an anti pattern to have interceptors in AI services?
This might look like an generic CDI question but it could make sense in the context of quarkus-langchain.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions