mirror of
https://github.com/voideditor/void
synced 2026-05-24 01:48:25 +00:00
prepare merge
This commit is contained in:
parent
5134ebc761
commit
6a7590ed03
1 changed files with 1 additions and 1 deletions
|
|
@ -2657,7 +2657,7 @@ const EditToolSoFar = ({ toolCallSoFar, }: { toolCallSoFar: RawToolCallObj }) =>
|
|||
const desc1 = <span className='flex items-center'>
|
||||
{uriDone ?
|
||||
getBasename(toolCallSoFar.rawParams['uri'] ?? 'unknown')
|
||||
: `Generating`}
|
||||
: `Running`}
|
||||
<IconLoading />
|
||||
</span>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue