updating crewAI package and adding some new field to DB schema

This commit is contained in:
Eng. Elias
2024-03-21 00:41:38 +04:00
parent 7f2315e4fd
commit 202483f47e
4 changed files with 107 additions and 7 deletions

View File

@@ -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())