updating crewAI package and adding some new field to DB schema
This commit is contained in:
@@ -27,6 +27,7 @@ model Agent {
|
||||
tools AgentTool[] @default([])
|
||||
allowDelegation Boolean @default(false)
|
||||
verbose Boolean @default(false)
|
||||
memory Boolean @default(false)
|
||||
image String?
|
||||
|
||||
createdAt DateTime @default(now())
|
||||
|
||||
Reference in New Issue
Block a user