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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]