Add family artifact selection and provenance
This commit is contained in:
@@ -67,10 +67,12 @@ type AnalyzeResumeSummary struct {
|
||||
|
||||
// AnalyzeResumeArtifact is one deterministic artifact-level plan entry.
|
||||
type AnalyzeResumeArtifact struct {
|
||||
Key string
|
||||
Role string
|
||||
Reason string
|
||||
Forced bool
|
||||
Key string
|
||||
Family string
|
||||
CharacterID string
|
||||
Role string
|
||||
Reason string
|
||||
Forced bool
|
||||
}
|
||||
|
||||
// Normalized returns a result with a bounded reason and no reason on success.
|
||||
|
||||
Reference in New Issue
Block a user