You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's imagine an AI Service returning a Multi<String>. If the generation of the response uses tools, these tools cannot be blocking (basically, cannot use Panache or Hibernate).
Let's imagine an AI Service returning a
Multi<String>
. If the generation of the response uses tools, these tools cannot be blocking (basically, cannot use Panache or Hibernate).I tried:
.runSubscriptionOn(...)
None of them works.
I think we need to find a proper way to handle that use case.
The text was updated successfully, but these errors were encountered: