Fedor Bobin
Fedor Bobin
With this PR it will be possible to declare additional parameters (that is not specified in where block) in feature methods. Values can be set via interceptors. Main usage scenario...
This pull-request based on #558. Main idea is to make failure handling more explicit and keep abort logic and execution logiс together. Instead of maintaining runStatus field, InvokeException is thrown...
jackson-dataformat-xml 2.13.1 I encountered a problem trying parse Tomcat server.xml using XmlMapper. The problem: server.xml can have multiple Connector declarations. These declaration are children of `Service` tag but can be...
It will be nice if it will be possible to print commands in output window (ctrl+shift+x is so verbose).
Try to execute "echo Hello!", you will get: > echo Hello > Hello > Process finished with exit code 0 at 20:20:07. > Execution time: 235 ms. Should be: C:\work\test>echo...
Hello, I found that "Session.read" will drop WRITABLE event from selector and therefor remain data will not be written. https://github.com/odnoklassniki/one-nio/blob/master/src/one/nio/net/Session.java#L130 ``` public int read(byte[] data, int offset, int count) throws...
Hi. It is more generic issue than #1152 If I prompt LLM to describe why it want call tool, than assistant message part of response is significant. Let's rework Message.Tool.Call...