mirror of
https://github.com/harness/drone.git
synced 2025-05-17 01:20:13 +08:00
feat: [ML-542]: Add stage type to genai step context (#3266)
* feat: [ML-542]: Fix linting * feat: [ML-542]: Add stage type to genai step context
This commit is contained in:
parent
6be8fdf10a
commit
eb12a70a84
@ -56,6 +56,7 @@ const AIContextPayloadTypeStepContext capabilities2.AIContextPayloadType = "othe
|
||||
|
||||
type StepContext struct {
|
||||
Yaml string `json:"step_yaml"`
|
||||
StageType string `json:"stage_type"`
|
||||
}
|
||||
|
||||
func (StepContext) GetName() string {
|
||||
|
Loading…
Reference in New Issue
Block a user