forked from tuvn86/webapp-conversation
add workflow process
This commit is contained in:
parent
c73753138d
commit
30509d92a3
53 changed files with 1970 additions and 28 deletions
11
app/components/base/icons/workflow/index.ts
Normal file
11
app/components/base/icons/workflow/index.ts
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
export { default as Answer } from './Answer'
|
||||
export { default as Code } from './Code'
|
||||
export { default as End } from './End'
|
||||
export { default as Home } from './Home'
|
||||
export { default as Http } from './Http'
|
||||
export { default as IfElse } from './IfElse'
|
||||
export { default as KnowledgeRetrieval } from './KnowledgeRetrieval'
|
||||
export { default as Llm } from './Llm'
|
||||
export { default as QuestionClassifier } from './QuestionClassifier'
|
||||
export { default as TemplatingTransform } from './TemplatingTransform'
|
||||
export { default as VariableX } from './VariableX'
|
||||
Loading…
Add table
Add a link
Reference in a new issue