mirror of
https://github.com/EthanMarti/infio-copilot.git
synced 2026-05-09 00:20:09 +00:00
update mcp tools
This commit is contained in:
@@ -87,7 +87,7 @@ export default function QueryProgress({
|
||||
{t('chat.queryProgress.readingFilesDone')}
|
||||
</p>
|
||||
<p className="infio-query-progress-detail">
|
||||
{t('chat.queryProgress.filesLoaded', { count: state.fileContents.length })}
|
||||
{t('chat.queryProgress.filesLoaded').replace('{count}', state.fileContents.length.toString())}
|
||||
</p>
|
||||
</div>
|
||||
)
|
||||
@@ -115,7 +115,7 @@ export default function QueryProgress({
|
||||
{t('chat.queryProgress.readingWebsitesDone')}
|
||||
</p>
|
||||
<p className="infio-query-progress-detail">
|
||||
{t('chat.queryProgress.websitesLoaded', { count: state.websiteContents.length })}
|
||||
{t('chat.queryProgress.websitesLoaded').replace('{count}', state.websiteContents.length.toString())}
|
||||
</p>
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user