Minor fixes
This commit is contained in:
@@ -73,7 +73,7 @@ var EnableStandaloneJob = func(o *options) error {
|
|||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
var EnableCharacter = func(o *options) error {
|
var EnablePersonality = func(o *options) error {
|
||||||
o.showCharacter = true
|
o.showCharacter = true
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
@@ -149,6 +149,7 @@ func WithRandomIdentity(guidance ...string) Option {
|
|||||||
return func(o *options) error {
|
return func(o *options) error {
|
||||||
o.randomIdentityGuidance = strings.Join(guidance, "")
|
o.randomIdentityGuidance = strings.Join(guidance, "")
|
||||||
o.randomIdentity = true
|
o.randomIdentity = true
|
||||||
|
o.showCharacter = true
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user