Resolve corresponding artifact family dependencies
This commit is contained in:
@@ -310,9 +310,11 @@ type ArtifactFamilyOrigin struct {
|
||||
// ArtifactFamilyMemberOrigin identifies the canonical party member that
|
||||
// produced one ordinary concrete artifact.
|
||||
type ArtifactFamilyMemberOrigin struct {
|
||||
Family string
|
||||
CharacterID string
|
||||
Source string
|
||||
Family string
|
||||
CharacterID string
|
||||
Source string
|
||||
Dependencies []string
|
||||
Inputs map[string]string
|
||||
}
|
||||
|
||||
// ScriptoriumInputConfig configures one named prompt input source.
|
||||
|
||||
Reference in New Issue
Block a user