Commit e0a1700
[app-platform] add text concatenate node (#444)
* [app-builder] add text concatenation tool
* [app-builder] add text concatenate node
* [app-builder] Implementing text concatenate node based on fit framework
* [appbuilder] modify fit version
---------
Co-authored-by: lixin_33 <[email protected]>1 parent 070b8cb commit e0a1700
File tree
48 files changed
+581
-44
lines changed- app-builder
- plugins
- aipp-classify-question
- aipp-extractor
- aipp-http-call
- aipp-loop-tool
- aipp-parallel-tool
- aipp-plugin
- src/main/resources
- component
- aipp-rewriter
- aipp-template-render
- src
- main
- java/modelengine/fit/jade/aipp/template/render
- resources
- test/java/modelengine/fit/jade/aipp/template/render
- aipp-text-concatenation
- src/main
- java/modelengine/fit/jade/aipp/text/concatenation
- impl
- service
- resources
- sql/data
- aipp-variable-aggregation
- aipp-websocket-plugin
- app-metrics
- plugins-show-case-parent
- agent-test
- aito-data
- fortune-telling
- task-new
- tool-waterflow
- services
- aipp-template-render-service
- src/main/java/modelengine/fit/jade/aipp/template/render
- dynamic-form-genericable
- waterflow/java
- waterflow-dependency
- carver/plugins
- tool-execution
- tool-repository-postgresql
- common
- components/ui-word-globalizer
- dependency
- plugins
- schema-generator
- schema-validator-everit-h1
- frontend/src
- assets
- components/icons
- pages/addFlow/components
- store
- plugins
- store-tool-deployer
- store-tool-uploader
- services/store-service
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
48 files changed
+581
-44
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
| 191 | + | |
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
| 169 | + | |
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| |||
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
322 | | - | |
| 322 | + | |
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
| |||
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
81 | 86 | | |
82 | 87 | | |
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
81 | 86 | | |
82 | 87 | | |
0 commit comments