Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
stoerr committed Sep 20, 2024
1 parent 38933f5 commit 6e905db
Show file tree
Hide file tree
Showing 4 changed files with 218 additions and 258 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ public String getMethod() {
};
try {
handler.service(requestWrapper, resp);
} catch (ExecutionAbortedException e) {
// is already sufficiently handled. Just ignore.
} catch (ServletException | IOException | RuntimeException e) {
TbUtils.logError("Error executing tool call: " + name + "\n" + arguments);
TbUtils.logStacktrace(e);
Expand Down
Loading

0 comments on commit 6e905db

Please sign in to comment.