Skip to content

Commit 09cefe7

Browse files
author
yubaichao
committed
add skills code file flag
1 parent 11a9031 commit 09cefe7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

model/skill_result.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ type SkillItem struct {
2525
Status string `json:"status"`
2626
Summary string `json:"summary"`
2727
DetectMethods []string `json:"detect_methods"`
28+
HasCodeFiles bool `json:"has_code_files"`
2829
Source SkillSourceInfo `json:"source"`
2930
Intelligence SkillIntelligenceInfo `json:"intelligence"`
3031
Analysis SkillAnalysisInfo `json:"analysis"`

0 commit comments

Comments
 (0)