fix: max height on bash tool
This commit is contained in:
parent
7bc072c9ad
commit
11100c4ba2
2 changed files with 17 additions and 1 deletions
|
|
@ -328,7 +328,7 @@ ToolRegistry.register({
|
|||
subtitle: props.input.description,
|
||||
}}
|
||||
>
|
||||
<div data-component="tool-output">
|
||||
<div data-component="tool-output" data-scrollable>
|
||||
<Markdown
|
||||
text={`\`\`\`command\n$ ${props.input.command}${props.output ? "\n\n" + props.output : ""}\n\`\`\``}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue