Fady Matar

Results 2 issues of Fady Matar

The wizard form doesn't allow processing Widgets that do not contain BlocFields. I'm trying to add a step to the wizard (for now we'll keep it as text), since the...

I have moved my prompt content to a file named `my_prompt.txt` to `resources/dev/langchain4j/services` My service looks as follows: ```java interface MyService { @SystemMessage(fromResource = "my_prompt.txt") String chat(); } ``` The...