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:
chanx
2025-08-01 18:32:38 +08:00
committed by GitHub
parent 8fd12b670e
commit 01bf799a59
13 changed files with 331 additions and 89 deletions

View File

@ -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',
},