mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-03 02:55:29 +08:00
Fix: Fixed share-log UI issues and log-template bugs (#9166)
### What problem does this PR solve? Fix: Fixed share-log UI issues and log-template bugs #3221 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -1317,6 +1317,29 @@ This delimiter is used to split the input text into several text pieces echo of
|
||||
file: 'File upload',
|
||||
integer: 'Number',
|
||||
boolean: 'Boolean',
|
||||
|
||||
logTimeline: {
|
||||
begin: 'Ready to begin',
|
||||
agent: 'Agent is thinking',
|
||||
retrieval: 'Looking up knowledge',
|
||||
message: 'Agent says',
|
||||
awaitResponse: 'Waiting for you',
|
||||
switch: 'Choosing the best path',
|
||||
iteration: 'Batch processing',
|
||||
categorize: 'Categorising info',
|
||||
code: 'Running a quick script',
|
||||
textProcessing: 'Tidying up text',
|
||||
tavilySearch: 'Searching the web',
|
||||
tavilyExtract: 'Reading the page',
|
||||
exeSQL: 'Querying database',
|
||||
google: 'Searching the web',
|
||||
wikipedia: 'Searching Wikipedia',
|
||||
googleScholar: 'Academic search',
|
||||
gitHub: 'Searching GitHub',
|
||||
email: 'Sending email',
|
||||
httpRequest: 'Calling an API',
|
||||
wenCai: 'Querying financial data',
|
||||
},
|
||||
goto: 'Fail Branch',
|
||||
comment: 'Default Value',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user