diff --git a/beaker-vue/src/components/misc/DebugLogMessage.vue b/beaker-vue/src/components/misc/DebugLogMessage.vue index acef6bd3..bbd4012f 100644 --- a/beaker-vue/src/components/misc/DebugLogMessage.vue +++ b/beaker-vue/src/components/misc/DebugLogMessage.vue @@ -38,8 +38,9 @@ readonly :modelValue="logEntry?.body?.output?.trim()" class="debug-code-display" - v-else + v-else-if="logEntry?.body?.output?.trim().length <= 1500" /> +

Tool output was significantly long and has been hidden by default - view additional details below to see the raw output.

{{ logEntry?.body?.final_answer?.response }}