mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Show the prompt for image gen (#9505)
This commit is contained in:
parent
2ca9eac9e0
commit
cdc72750e4
1 changed files with 8 additions and 7 deletions
|
|
@ -1004,13 +1004,14 @@ export const ChatRowContent = ({
|
|||
</div>
|
||||
{message.type === "ask" && (
|
||||
<div className="pl-6">
|
||||
<CodeAccordian
|
||||
path={tool.path}
|
||||
code={tool.content}
|
||||
language="text"
|
||||
isExpanded={isExpanded}
|
||||
onToggleExpand={handleToggleExpand}
|
||||
/>
|
||||
<ToolUseBlock>
|
||||
<div className="p-2">
|
||||
<div className="mb-2 break-words">{tool.content}</div>
|
||||
<div className="flex items-center gap-1 text-xs text-vscode-descriptionForeground">
|
||||
{tool.path}
|
||||
</div>
|
||||
</div>
|
||||
</ToolUseBlock>
|
||||
</div>
|
||||
)}
|
||||
</>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue