Replies: 1 comment
-
hi @jbnitorum you can turn off the default handler or implement your own see: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Poking around and couldn't find anything, so just wanted to confirm... but is there anyway to truncate the outputs marvin logs when working in Jupyter? I'm finding that my notebooks are running very slowly when I call on a task that has a bunch of tool calls into a database and the results of the queries are lengthy. Marvin is logging the entirety of the outputs of the tool call which is hundreds (maybe thousands) lines of data. I love the traceability the ipywidgets give, but it would be great if we could optionally truncate outputs to X characters for certain tools/tasks just to make it a little easier to work with. Unless this already exists somewhere and I'm missing it.
Beta Was this translation helpful? Give feedback.
All reactions