mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
generating...
This commit is contained in:
parent
9b861db77f
commit
8d8fcba833
1 changed files with 1 additions and 1 deletions
|
|
@ -2722,7 +2722,7 @@ const EditToolSoFar = ({ toolCallSoFar, }: { toolCallSoFar: RawToolCallObj }) =>
|
|||
const desc1 = <span className='flex items-center'>
|
||||
{uriDone ?
|
||||
getBasename(toolCallSoFar.rawParams['uri'] ?? 'unknown')
|
||||
: `Running`}
|
||||
: `Generating`}
|
||||
<IconLoading />
|
||||
</span>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue