From d0121f88388206a2e29ff1ec85c13b92ca55079c Mon Sep 17 00:00:00 2001 From: Grant Linville Date: Fri, 20 Dec 2024 10:56:20 -0500 Subject: [PATCH] chore: add google-search as a default tool for obot agent (#1005) Signed-off-by: Grant Linville --- pkg/controller/data/agent.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/controller/data/agent.yaml b/pkg/controller/data/agent.yaml index f882976b0..22474ab8e 100644 --- a/pkg/controller/data/agent.yaml +++ b/pkg/controller/data/agent.yaml @@ -29,7 +29,7 @@ spec: - github-bundle - google-docs-bundle - google-gmail-bundle - - google-search-bundle - google-sheets-bundle defaultThreadTools: - - images-bundle \ No newline at end of file + - images-bundle + - google-search-bundle