fix: 修复模板字段取值逻辑并补充调试日志
This commit is contained in:
@@ -148,7 +148,7 @@ func ModelLambda(ctx context.Context, input any) (any, error) {
|
||||
return nil, err
|
||||
}
|
||||
}
|
||||
|
||||
g.Log().Debugf(ctx, "modelId:%v ,outputRes: %v", nodeInput.Config.ModelConfig.ModelId, outputRes)
|
||||
nodeInput.Config.OutputResult = outputRes
|
||||
return nodeInput, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user