mirror of
https://github.com/microsoft/graphrag.git
synced 2025-12-24 21:49:44 +00:00
7 lines
235 B
YAML
7 lines
235 B
YAML
workflows:
|
|
- steps:
|
|
- verb: "str_append" # should be the key that you pass to the custom_verbs dict below
|
|
args:
|
|
source_column: "col1"
|
|
target_column: "col_1_custom"
|
|
string_to_append: " - custom verb" |