mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
chore: readme update
This commit is contained in:
parent
29f2610e4b
commit
d9d0ac06b9
7 changed files with 281 additions and 140 deletions
|
|
@ -13,9 +13,9 @@ export const MessageLine = memo(function MessageLine({ cols, compact, msg, t }:
|
|||
|
||||
if (msg.role === 'tool') {
|
||||
return (
|
||||
<Text color={t.color.dim} wrap="wrap">
|
||||
{' '}{msg.text}
|
||||
</Text>
|
||||
<Box borderColor={t.color.dim} borderStyle="round" marginLeft={3} paddingX={1}>
|
||||
<Text color={t.color.dim}>{msg.text}</Text>
|
||||
</Box>
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue