Skip to content

Commit

Permalink
Update plugins/wasm-go/extensions/ai-workflow/utils/conditional.go
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlanni authored and lixf311 committed Sep 21, 2024
1 parent dac5791 commit 25f3ea0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func ExecConditionalStr(ConditionalStr string) (bool, error) {

}

// 通过正泽表达式寻找模板中的 {{foo}} 字符串foo
// 通过正则表达式寻找模板中的 {{foo}} 字符串foo
// 返回 {{foo}} : foo
func ParseTmplStr(tmpl string) map[string]string {
result := make(map[string]string)
Expand Down

0 comments on commit 25f3ea0

Please sign in to comment.