From 0190fac41a6d824ef4b330025f492bf9a429cb14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ramiro=20Bl=C3=A1zquez?= Date: Thu, 5 Feb 2026 16:10:47 +0100 Subject: [PATCH] Rename Database to Database/Storage in documentation Not sure if is needed to use ubiquos language to be consistent, --- teams/building-teams.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teams/building-teams.mdx b/teams/building-teams.mdx index c37ec3063..507c62557 100644 --- a/teams/building-teams.mdx +++ b/teams/building-teams.mdx @@ -122,7 +122,7 @@ Teams support the same features as agents: | Feature | Description | |---------|-------------| | Instructions | Guide the team leader on how to coordinate | -| Database | Persist session history and state | +| Database/Storage | Persist session history and state | | Reasoning | Enable the leader to plan before delegating | | Knowledge | Give the leader access to a knowledge base | | Memory | Store and recall information across sessions | @@ -145,4 +145,4 @@ See the guides below to add these features. ## Developer Resources - [Team reference](/reference/teams/team) -- [Team examples](/cookbook/teams/overview) \ No newline at end of file +- [Team examples](/cookbook/teams/overview)