make it work

This commit is contained in:
mudler
2024-03-31 16:51:38 +02:00
parent 658681f344
commit 11486d4720
2 changed files with 162 additions and 91 deletions

View File

@@ -17,7 +17,7 @@ type options struct {
character Character
randomIdentityGuidance string
randomIdentity bool
actions []Action
actions Actions
context context.Context
}