feat: [ML-338] Change PipelineContext yaml field name (#2794)

* Change PipelineContext yaml field name
pull/3571/head
Yogesh Chauhan 2024-10-09 20:07:04 +00:00 committed by Harness
parent bd76bfe896
commit 069a2a9198
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ func GenerateAIContext(payloads ...capabilities2.AIContextPayload) []capabilitie
}
type PipelineContext struct {
Yaml string `json:"yaml"`
Yaml string `json:"pipeline_yaml"`
}
func (c PipelineContext) GetName() string {