aldettinger opened a new issue, #6866:
URL: https://github.com/apache/camel-quarkus/issues/6866

   ### Describe the feature here
   
   Ai service defined like:
   
   ```
   @ApplicationScoped
   @Named("aiServiceResolvedByName")
   @RegisterAiService(chatLanguageModelSupplier = 
AiServiceResolvedByName.AiServiceResolvedByNameModelSupplier.class)
   public interface AiServiceResolvedByName {
   ...
   }
   ```
   
   Should be invokable with bean syntax ala `.bean("aiServiceResolvedByName");`.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to