From e0ff30c21211286d0a9e6484901b6eca7556b55a Mon Sep 17 00:00:00 2001 From: Greyson LaLonde Date: Mon, 16 Jun 2025 10:25:34 -0400 Subject: [PATCH] Fix tools parameter syntax --- docs/enterprise/features/integrations.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/enterprise/features/integrations.mdx b/docs/enterprise/features/integrations.mdx index aae16f66b..4e6b6b9a6 100644 --- a/docs/enterprise/features/integrations.mdx +++ b/docs/enterprise/features/integrations.mdx @@ -96,7 +96,7 @@ email_agent = Agent( role="Email Manager", goal="Manage and organize email communications", backstory="An AI assistant specialized in email management and communication.", - tools=[enterprise_tools] + tools=enterprise_tools ) # Task to send an email