Jonathan Ellis
Jonathan Ellis
also seeing this fail on linux
I think we go with #4 and make sure our existing "provide a `think` tool to non-reasoning models" path works with "reasoning models with thinking disabled."
> Default Anthropic models to thinking=off This is complete in 6dcddf3d8c851f784cd245497acff8d2efa90247. > make sure our existing "provide a think tool to non-reasoning models" path works with "reasoning models with thinking...
right, i was more thinking along the lines of, is there a way to fix this w/ a reasonable balance of false positives : false negatives? 1. if we globally...
ofc you can also "declare" classes and functions by constructing something dynamically and then assigning it (most obviously with lambda for functions, but you can do it more manually with...
we're trying to centralize uncaught-exception-logging in LoggingExecutorService, fwiw
i don't think this is a case of "JVM is unstable from OOM," it tried to read a huge file, could not, and LES was able to log the problem...
yeah it looks like we're just hooking into uncaughtExceptionHandler which is almost never relevant
to be clear we do need both, but uEH won't help with anything inside an executorservice [since those get wrapped and turned into ExecutionException that won't trigger unless get() is...
You can give it a shot, but I'm about 80% sure these libraries use the same approaches that I tried manually without success, and 90% sure that getting notifications on...