feat: llm text stream support for workflow app (#3798)
Co-authored-by: JzoNg <jzongcode@gmail.com>
This commit is contained in:
@@ -18,6 +18,12 @@ const translation = {
|
||||
tokens: 'Total Tokens',
|
||||
steps: 'Run Steps',
|
||||
},
|
||||
resultEmpty: {
|
||||
title: 'This run only output JSON format,',
|
||||
tipLeft: 'please go to the ',
|
||||
link: 'detail panel',
|
||||
tipRight: ' view it.',
|
||||
},
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
Reference in New Issue
Block a user