mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-22 08:38:13 +02:00
fix: render prompt template for variable extraction
This commit is contained in:
parent
87c8c5e2c8
commit
8b3dc02722
4 changed files with 48 additions and 14 deletions
|
|
@ -97,7 +97,7 @@ export function ToolSelector({
|
|||
{tool.name}
|
||||
</span>
|
||||
{tool.description && (
|
||||
<span className="text-xs text-muted-foreground truncate">
|
||||
<span className="text-xs text-muted-foreground break-words">
|
||||
{tool.description}
|
||||
</span>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue