Results 15 comments of PrimosK

No. It looks like only animated GIF images are causing it.

+1 It would be nice to have some kind of a flag which would dictate whether "emoticons" should be ignored when htmlify-ing a text. So something like: `EmojiUtils.htmlify(String text, boolean...

I've just noticed that there is already a pull request for this one: https://github.com/kcthota/emoji4j/pull/21 What are plans to merge this one? Also - is this repository still being maintained?

I am also interested in the following functionalities: 1. Annotating enums with @Description annotation 2. Properly supporting the return of a list of enums **Side note:** **a.)** While looking at...

Yes. Makes perfect sense to create 4 separate PRs. Are there maybe any existing integration tests covering AI services returning 'enum' I could test this with?

When approximatelly can I expect feedback on this PR (draft)? No hurry actually - I am asking just so I can better organize my work.

Short update. I've just completed with PR 4 / 4. This is how prompt will look for annotated enums when returning a list: ``` Please analyse the following review: |||Our...

@langchain4j, could you please assign this Issue to me... Just so to make it clear it's being worked on.

I suppose this warrants an update of [documentation](https://docs.langchain4j.dev/tutorials/ai-services#enum-and-boolean-as-return-types)...

PR opened... Note that I've also added additional example (PR): https://github.com/langchain4j/langchain4j-examples/pull/97